1. If you are going to register on XLNation, please make sure you do not use a proxy server.
    If you use a proxy server your registration will most likely get blocked due to spammers and hackers using proxy servers to hide their real IP address.

    If your using your home or work IP address and have not received your registration email, check your spam folder.
    PLEASE DO NOT ASK TO HAVE YOUR ACCOUNT DELETED IF YOU HAVE POSTED IN THE FORUM! If so we do not delete accounts due to the mess it can make on the forum.
    排除公告

CXL Platinum Disable Autosave

本帖由 Raynor2014-12-20 发布。版面名称:Tech Support

  1. Raynor

    Raynor Unskilled Worker

    注册:
    2014-12-03
    帖子:
    21
    获赞:
    8
    Hi

    Does anyone know how to disable autosave in CXL Platinum? Is doesn't have the option in the menus, and is too annoying the autosave every 10 minutes. Thanks in advance.
     
  2. Pamascus27

    Pamascus27 Mayor

    注册:
    2014-08-21
    帖子:
    860
    获赞:
    224
    I don't know how but there was a way to atleast set the autosave every 9999 minutes at the old XLN.
    Hopefully some folks over here remember how to do it.
     
  3. Raynor

    Raynor Unskilled Worker

    注册:
    2014-12-03
    帖子:
    21
    获赞:
    8
    Or that, like save every 1 or 2 hours, not 10 minutes. That would be just as fine.
     
  4. skullz613

    skullz613 Administrator
    管理成员

    注册:
    2014-08-21
    帖子:
    2,213
    获赞:
    2,256
    I currently save every 2 hours. It has kept crashes away but you have to remember to make manual saves every now and then when you have done a lot of work on an area.

    You need to modify the file called mapsavemgr.lua which can only be found if you have CiteisXL unpacked using the tool Cities XL PakUnpak v1.3.0. It can be found in data\design\unprotectedscript
    Look for line 1280 (if you open in Notepad++) or search for if (diff_time < 600) then
    Change 600 to what ever you want.

    Examples:

    1 hour
    if (diff_time < 3600) then

    2 hours
    if (diff_time < 7200) then

    When you have finished put it in C:\Program Files (x86)\Focus Home Interactive\Cities XL 2012\Data\design\unprotectedscript
    It should override the one in the unpacked CitiesXL files.

    There's a patch that has the mapsavemgr.lua set at 1 hour by a member (not sure of his name) with initials KH called KH_Modify_save_time.patch
    Its floating around on simcity.cn somewhere

    You can always create your own patch file by replicating the folders in the path data\design\unprotectedscript and use Cities XL PakUnpak to compress and create the patch file.
     
    Pamascus27Raynor点赞.
  5. Raynor

    Raynor Unskilled Worker

    注册:
    2014-12-03
    帖子:
    21
    获赞:
    8
    Thx for the info skullz. Ill see if it works and dont completely crash the game.
     
  6. Pamascus27

    Pamascus27 Mayor

    注册:
    2014-08-21
    帖子:
    860
    获赞:
    224
    Wow thanks Skullz. I'll take note of that (y)
     

分享此页面