fodev.net

FOnline Development => Questions and Answers => Topic started by: loord on September 14, 2016, 12:51:15 pm

Title: [2238/Reloaded SDK] Optimization for "offline" usage.
Post by: loord on September 14, 2016, 12:51:15 pm
I'm curious if is some way to optimize using the SDK via localhost (client and server on same pc). I would glad to read some tips how to disable some useless scripts and functions, changing config and stuff like that to improve performance, but not brake playable core of game. Probably using SDK as "offline" game no need a lot of internet connected functions, players control tools and such, also some scripts can be using a bit different than usually. Question is how to.
Title: Re: [2238/Reloaded SDK] Optimization for "offline" usage.
Post by: Wipe on September 17, 2016, 02:33:55 am
There's nothing in scripts/extensions using internet connection. You can disable logging, scrap some locations, etc, but in general it's a closed system and any data from/to outside (VTDB, IRC) is file-based and require external tools to handle them.