Mateus Robeerto
Legendary OT User
You can’t just copy random code and throw it into TFS 1.5.Hello,
Has anyone adapted thaiswar bot on TFS 1.5?? how many files responsible for the bot?? I am very curious.
The correct way is to put both bases in the same workspace/folder:
- one folder with a clean TFS 1.5
- another folder with TFS 0.3.6 Gesior, where the bot system exists
Then use Codex/GPT-5.5 with high reasoning and ask it to compare both bases side by side, understand the full bot structure, check which files are responsible, what is inside src, what is inside Lua/lib, and then port it properly to TFS 1.5.
This will probably require both C++ and Lua adaptation, because TFS 0.3.6 and TFS 1.5 have very different structures.
After the port, recompile TFS 1.5, test it in-game, check the console/logs, and keep fixing the errors until it works correctly.
AI is much stronger nowadays, but you need to give it the full context. With both bases in the same workspace and a good prompt, it can analyze, compare, adapt, and help a lot with the port.