Skip to content

Instantly share code, notes, and snippets.

@Zbizu
Last active June 2, 2022 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zbizu/e91c28e7f914f59fb9b1bacd3bc3a0ae to your computer and use it in GitHub Desktop.
Save Zbizu/e91c28e7f914f59fb9b1bacd3bc3a0ae to your computer and use it in GitHub Desktop.
How to run 10.98 with version 12

Version 10.98 + assets from version 12 guide

SPR/DAT

You can get downgraded SPR/DAT files from here: https://github.com/EPuncker/1098extended

  • Copy them to client directory.

SERVER

Map Editor

OTB: go to rme/data/1285 and replace items.otb file in that folder to the one you downloaded to get most up-to-date items.

Now you need to make RME accept that 12.86 otb

  • Go to data/clients.xml and replace

<otb client="12.85" version="3" id="61"/>

to

<otb client="12.85" version="3" id="62"/>

Start RME and configure SPR/DAT for 12.85 path to your modified client directory

If you can't open a map, open it through import on a new file (make sure the new map is version 12).

@Ink230
Copy link

Ink230 commented Jun 2, 2022

More general instructions for those <1.4.2 from EPuncker
https://otland.net/threads/downgraded-12-x-assets-to-dat-spr-format.273902/

Notably the source edits for item.h, item.cpp, itemloader.h and items.cpp if <1.4.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment