• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

How to Compile 4Story Source Files (Video Tutorial)

Junior Spellweaver
Joined
Mar 14, 2018
Messages
159
Reaction score
13
hmmmm so i got this error when i tried to build the client...


 
Last edited:
Junior Spellweaver
Joined
Mar 14, 2018
Messages
159
Reaction score
13
engine lib? no.. only the things which agnares showed in his video..
what linker are you talking about?^^ im not at my pc right now so i cant really tell you
 
Skilled Illusionist
Joined
Feb 25, 2009
Messages
343
Reaction score
114
With Tclient source, you have some other sources like "Engine Lib", TCmpl, Tachyon,...

In Agnares files, all is already compiled... But in your source no ! When you open "*. sln" file, have you got, in right column, some other projects ?
 
Junior Spellweaver
Joined
Mar 14, 2018
Messages
159
Reaction score
13
so i rebuild all other tclient projects now (engine, chart etc) and then tried tclient again but it doesnt work xd
 
Last edited:
Junior Spellweaver
Joined
Mar 14, 2018
Messages
159
Reaction score
13
still havent figured out a solution to this problem ...
 
Newbie Spellweaver
Joined
Nov 19, 2017
Messages
19
Reaction score
2
so i rebuild all other tclient projects now (engine, chart etc) and then tried tclient again but it doesnt work xd

still havent figured out a solution to this problem ...
Code:
Add the followings to Include directories:
Should be below other definitions:
- $(DXSDK_DIR)Include

Add the following to lib directories:
- $(DXSDK_DIR)Lib\x86
 
Newbie Spellweaver
Joined
Jun 22, 2014
Messages
54
Reaction score
25
If you are interested i can make tutorial how to add/change frames in TClientCmd.tif in the near future :D
 
Newbie Spellweaver
Joined
Mar 15, 2018
Messages
6
Reaction score
1
Hey guys,
does anyone know how to properly add the ingame private cash shop in the client?
i tried to disable the online link in the source, and rebuild it.
After that it just opens a white screen ingame. (looks like cash shop size).
Highly appreciated if someone could help out.
 
Junior Spellweaver
Joined
Mar 14, 2018
Messages
159
Reaction score
13
maybe try to copy&paste the cashshop from a 3.4/3.3 source. there should be the ingame shop without web link
 
Newbie Spellweaver
Joined
Mar 15, 2018
Messages
6
Reaction score
1
maybe try to copy&paste the cashshop from a 3.4/3.3 source. there should be the ingame shop without web link

I already tried that copy paste method, but after rebuilding and starting the client and clicking the cashshop ingame, the game is crashing.
Any other suggestions?
 
Back
Top