About Store Forum Documentation Contact



Post Reply 
MMO + Server + license Question
Author Message
Jben Offline
Member

Post: #16
RE: MMO + Server + license Question
void InitPre()
{
App.name("Serveur");
App.flag=APP_WORK_IN_BACKGROUND|APP_NO_FX|APP_MINIMIZABLE|APP_ALLOW_NO_GPU;
#ifdef DEBUG
App.flag|=APP_MEM_LEAKS;
#endif
D.sync(true);
Renderer.type(RT_SIMPLE);
D.shdMode(SHADOW_NONE);

#ifdef DEBUG
DataPath("Data"); // please use only this line
#else
#include "../Paks.add(data.pak).cpp" // please ignore this line and always use the one above
#endif
Paks.add("engine.pak");



it's ok ?
05-14-2011 05:37 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #17
RE: MMO + Server + license Question
05-15-2011 12:04 AM
Find all posts by this user Quote this message in a reply
Post Reply