fodev.net
FOnline Development => General Discussion => Topic started by: Jimmy BoyX on June 19, 2012, 07:57:37 am
-
Is version of sdk the best running and without tla content, only maps, encounters, proto and fotext?
-
Wipe made minimal version of SDK some time ago:
http://www.fonline.ru/forum/showthread.php?t=21922
Repository:
http://xp-dev.com/svn/foserv_clean/
But she scrapped as much as possible, so you won't even have world map relief or most Fallout protos.
Only what is needed to start server (tiny world, one encounter map) and some basic Fallout mechanics.
Obviously this stuff is for people who have lots of experience with the SDK / AngelScript already.
-
So it is not for me. Only this is?
-
I think so. At least I don't know about any other "clean" version of SDK.
-
There is few clean versions created by russians but all are very old revisions.
Better do it by yourself - it will give your big exp with working on sdk.
-
Perhaps download this older clean one and the TLA one, then use a tool like Winmerge to compare the various files. Use the empty one as your working copy, and then build what you need by copying and pasting sections from the other one as and when needed.
-
What version is good and the best stable and new?
-
What version is good and the best stable and new?
Revision 370 last stable revision
-
360 is the last stable version. 370 was a numbering mistake that was fixed in revision 367 :)
http://www.fonline.ru/files/FOnline_r360_2012-03.zip
-
360 is the last stable version. 370 was a numbering mistake that was fixed in revision 367 :)
http://www.fonline.ru/files/FOnline_r360_2012-03.zip
Probably, but rev 370 contains many major fixes to server and client binary.
For me rev 370 runns pretty clear, clean optimized sdk rev 370 takes less 30 seconds to start ;D
-
So if I download 370 how can i start make optimize? What to do first.
-
So if I download 370 how can i start make optimize? What to do first.
For start you need disable all not needed scripts and its dependences in scripts.cfg
then dialogs,unused variables,protos,art,maps etc...
-
Search for a module name in all .fos files to find all files where the module is used.
Then remove the import declarations, calls to the functions etc...
-
I would to know if you make this clean version.