Page 1 of 1

can't load any save with v. 2.27

Posted: 16 Jun 2018 16:44
by themikki1
I updated promods to version 2.27 and now i can't load any save. It loads about half and then it says mods are missing. game.log:

Re: can't load any save with v. 2.27

Posted: 16 Jun 2018 17:13
by Trucker2223
There's no crash in the log, you just closing the game after loading the savefile

Re: can't load any save with v. 2.27

Posted: 16 Jun 2018 18:06
by Josh0
@themikki1, I see a few problems which are not related to your issue, but they are still problems.
  • When combining RusMap with ProMods the connector file ("PM225_RM_v130_roadconnection.scs") should have higher priority than both the RusMap "map" and ProMods "map" files. See the recommended load order specified in the "readme (Please read me !!!).txt" file that comes with the RusMap package.
  • You are loading both the standalone and replacement definition files from the ProMods TCP, you must choose one or the other:

    Code: Select all

    00:01:14.220 : [zipfs] promods-tcp-def-trailers-replacement-v117.scs: Mounted, 956 entries [0x82d604e4]
    00:01:14.220 : [mod_package_manager] Mod "ProMods Trailer and Company Pack (Trailer Definitions as Replacement)" has been mount. (package_name: promods-tcp-def-trailers-replacement-v117, version: 1.17, source: User mods)
    ...
    00:01:14.237 : [zipfs] promods-tcp-def-trailers-standalone-v117.scs: Mounted, 768 entries [0xb2f7625b]
    00:01:14.237 : [mod_package_manager] Mod "ProMods Trailer and Company Pack (Trailer Definitions as Standalone)" has been mount. (package_name: promods-tcp-def-trailers-standalone-v117, version: 1.17, source: User mods)
    

Re: can't load any save with v. 2.27

Posted: 17 Jun 2018 09:35
by themikki1
@Josh0 thanks! I fixed those problems and now i can load my old saves. Thanks again!