Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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