• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Where to edit c++?

mayel

New Member
Joined
Sep 11, 2009
Messages
174
Reaction score
2
Location
Stockholm, Sweden
Hello guys,

I have tfs 3.6.1p or something. Where do i edit the c++ code?
In there or in the tibia854.exe or idk.
Rep+ for solution
 
You need to download the source code for TFS, then open it up with Dev-Cpp, google it or search on the forums, there are many good guides for compiling in c++
 
Yes, before you start editing anything, make sure you can compile the sources without any errors. And if you change something in many .h files or in an #ifdef make sure to rebuild project. Do this from time to time and you won't fuck up the source that bad. Make back ups whenever you are about to edit something.

Also a hint is to learn how to use Code::blocks, due to the fact that it's able to compile faster if you have let's say dual core proccessor~
 
Back
Top