Author Topic: New clean sdk - support  (Read 2791 times)

New clean sdk - support
« on: December 26, 2012, 10:34:20 am »
I think everyone who download sdk want make private, new server or single player game aka ''next real Fallout''.  I have idea to do simple sdk which does not has new content, only orginal content from Fallout, clean maps without scripts, dialogs, quests. If we have new sdk, more people could make new games easier, and put only their scripts, maps, npcs, items. I have idea for new game, I can build maps and write dialogs but I can not clean sdk from things which I do not want use. My question is simple how can I do it?

I had already start with FOnlineServer application and scripts.cfg, then I do not have idea what is next. Maybe you can help me and we can develop next project. In my opinion FOnline' modders should help begginers because there are not any tutorials.

I hope you can help.

Offline Berko

  • Tim Tom Ted
    • http://kabefis.deviantart.com/
Re: New clean sdk - support
« Reply #1 on: December 26, 2012, 11:55:27 am »
If you know enough with SDK, you can do a "clean" version alone quickly. If you start, you will learn A LOT about all these things you want to remove from SDK.
And a "clean" version already exist : http://fodev.net/forum/index.php/topic,24392.0.html
And if you search in this SDK section too you can found some help to start (tuto, howto, ..)

Kabe
~~~ Ashes of Phoenix project --> http://fonline-aop.net/ ~~~

Re: New clean sdk - support
« Reply #2 on: December 26, 2012, 12:01:55 pm »
Everything about sdk I know is: making map, dialogs, add new items, only this. All scripts are for me... nothing. Can you help me? I found this topic and asked JovankaB and she had told me that

Quote
Sorry don't have time. There are 3 ways to do it:
1. Grafually throw away things from SDK if something stops running revert etc. Bad idea IMO.
2. Get http://xp-dev.com/svn/foserv_clean/ which is already cleaned SDK.
3. Start with FOServer.exe, in empty folder, run it and see what errors appear. Start adding stuff until it runs properly.

good luck!





JovankaB

  • Guest
Re: New clean sdk - support
« Reply #3 on: December 26, 2012, 08:22:27 pm »
you can do a "clean" version alone quickly

I started it twice and never finished (but I have rather high standards for "clean").

Anyway, IMO it's more complex task than it looks, involves messing with scripts and can't
be explained in a few simple steps if you don't know scripting and how the server works.

You should learn scripting first. If you just know how to make dialogs and maps it's not
enough to make clean server. Or find someone who will work with you.

Re: New clean sdk - support
« Reply #4 on: December 26, 2012, 08:33:10 pm »
So I search someone for could help me do this clean sdk. The problem is that there are scripters but why people do not you help begginers. One polish tutorial, few topics where are nothing and on russian board some simple features.

Offline Gob

  • The Good
Re: New clean sdk - support
« Reply #5 on: December 26, 2012, 10:23:06 pm »
I agree with Jovanka.. deleting scripts won't do. You have to check each one of them and delete lines of code for all the scripts you deleted. A good idea is to use the curren't clean sdk, and add scripts to it as you go.