Page 1 of 1

Just one question...

Posted: December 22nd, 2011, 10:43 am
by BobKare
Hey!

I'm not very good modding, but I'm starting a little with fCraft, and trying to add some easy commands.

The question is: After modding (adding cmds, etc.) will the server still be able to handle fCraft updates, and that without breaking anything of what I've added?

Re: Just one question...

Posted: December 22nd, 2011, 10:49 am
by Jonty800
When you update fCraft you will lose any custom code, so you would have to re-add any custom commands.

If you're modding fCraft then make sure you do not send any bug reports to fragmer (untick the box in the advanced tab of configGUI)

Re: Just one question...

Posted: December 22nd, 2011, 1:09 pm
by BobKare
Ok, thx.

Btw, Jonty, take a look at the help-info for TempBan (800-craft).
"1 hour = 1200 seconds"

1 min = 60 sec, 60 min = 1 hour.

60 sec (1m) x 60 min = 3600 seconds in one hour.

Re: Just one question...

Posted: December 22nd, 2011, 3:52 pm
by Intertoothh
Not exactly true, if you just use subversion to update your local source, and recompile. It wont overwrite your additions.

You might get a conflict if fragmer changed some of the code near your changes.

More info on version control:
http://svnbook.red-bean.com/nightly/en/index.html