Author Topic: Sdk clean version, the best running  (Read 4409 times)

Sdk clean version, the best running
« 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?

JovankaB

  • Guest
Re: Sdk clean version, the best running
« Reply #1 on: June 19, 2012, 08:10:02 am »
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.
« Last Edit: June 19, 2012, 08:16:54 am by JovankaB »

Re: Sdk clean version, the best running
« Reply #2 on: June 19, 2012, 08:15:04 am »
So it is not for me. Only this is?

JovankaB

  • Guest
Re: Sdk clean version, the best running
« Reply #3 on: June 19, 2012, 08:18:33 am »
I think so. At least I don't know about any other "clean" version of SDK.

Re: Sdk clean version, the best running
« Reply #4 on: June 19, 2012, 09:14:50 am »
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.

Re: Sdk clean version, the best running
« Reply #5 on: June 19, 2012, 08:45:10 pm »
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.

Re: Sdk clean version, the best running
« Reply #6 on: June 19, 2012, 09:50:31 pm »
What version is good and the best stable and new?

Re: Sdk clean version, the best running
« Reply #7 on: June 20, 2012, 09:31:22 am »
What version is good and the best stable and new?
Revision 370 last stable revision

JovankaB

  • Guest
Re: Sdk clean version, the best running
« Reply #8 on: June 20, 2012, 09:36:36 am »
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
« Last Edit: June 20, 2012, 09:38:15 am by JovankaB »

Re: Sdk clean version, the best running
« Reply #9 on: June 20, 2012, 09:43:56 am »
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
« Last Edit: June 20, 2012, 09:48:13 am by Skycast »

Re: Sdk clean version, the best running
« Reply #10 on: June 20, 2012, 05:58:45 pm »
So if I download 370 how can i start make optimize? What to do first.

Re: Sdk clean version, the best running
« Reply #11 on: June 20, 2012, 06:08:52 pm »
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...

JovankaB

  • Guest
Re: Sdk clean version, the best running
« Reply #12 on: June 20, 2012, 06:16:28 pm »
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...

Re: Sdk clean version, the best running
« Reply #13 on: December 22, 2012, 12:46:36 pm »
I would to know if you make this clean version.