Jump to content

Reboot

Banned
  • Posts

    529
  • Joined

  • Last visited

  • Days Won

    33
  • Feedback

    0%

Community Answers

  1. Reboot's post in How to Create *.so Files with M2 Functions (Player/Quests) was marked as the answer   
    gcc -c -fPIC file.c -o file.o This will generate an object file (.o), now you take it and create the .so file:
    gcc file.o -shared -o file.so If you want to the steps below in one step :
    gcc -shared -o files.so -fPIC files.c I recomand gcc49 for that..
     
     
    You can use for example , if you are beginner IMER LIBS : 
     
     
    The exetnsion on you code must be  (.c or .cpp )
     
    Good luck
  2. Reboot's post in Disconnect at character select was marked as the answer   
    In each ch CONFIG add : BIND_IP: xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx = Ip used for Vbox or host IP
  3. Reboot's post in after compile game was marked as the answer   
    Timebomb activated
  4. Reboot's post in game Version error was marked as the answer   
    pkg install devel/subversion Then install :
    Trunk or lastmirage
  5. Reboot's post in checkpointing: CHECKPOINT shutdown: tics did not updated. was marked as the answer   
    Why was that so hard? yup! yes yes yes.
     
    Reompile libtheore.
    Recompile the game.
     
    Okay, your settings have been saved. Changes or saved.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.