Author Topic: Basic Development Tutorial for FOnline.  (Read 56856 times)


Offline Powerack

  • Administrátor na doživotí.
    • Powerackovo Doupě
Re: Basic Development Tutorial for FOnline.
« Reply #31 on: December 15, 2018, 03:32:18 am »
No, after reading this I try to change AsyncLoading to false, but program fail with starting. That does nothing.

Problem solved. I created .BAT file named StartWE.bat inside WE folder:

Code: [Select]
@echo off
del cache.dat
WorldEditor.exe

Before start WE delete cache file and from now program always start correctly. No need any other changes.
« Last Edit: December 15, 2018, 03:01:40 pm by Powerack »
I am working on private server at: fonline.powerack.cz.
Why I cant use image in signature?

Offline Powerack

  • Administrátor na doživotí.
    • Powerackovo Doupě
Re: Basic Development Tutorial for FOnline.
« Reply #32 on: December 16, 2018, 02:45:08 pm »
Is there a way to keep the saved world and just update city locations, or do I always have to delete the entire save? I would like to add things gradually without losing the progress of other players in the game.
I am working on private server at: fonline.powerack.cz.
Why I cant use image in signature?