• v0.0.3 2c24d9caf5

    21Q3 Stable

    NGnius released this 2021-09-01 17:41:33 +01:00 | 0 commits to master since this release

    CLre adds a basic modding API and some bugfixes, while retaining backwards compatibility with vanilla servers (though not compatible with EasyAntiCheat-enabled servers for obvious reasons).

    Starting with this release, releases will be named after the year quarter of their release. I'm also going to try to stick to a quarterly release cycle. If anyone is interested in helping me to stick to this schedule, let me know.

    CLre now has better support for singleplayer (especially offline singleplayer) in non-English Windows languages, thanks to Jamie for helping me hunt down the issues. For this to work correctly, CardlifeGameserver.exe must now be patched to load mods even when not hosting a server.

    CLre_server now has some moderation capabilities, chat commands, and proper terrain modification restrictions (when enabled, griefers can no longer dig under buildings). No new bugfixes were added, but plenty of tweaks were added and documented.

    Installation: https://git.exmods.org/NGnius/CLre#user-content-installation

    Please do not install CLre and CLre_server in the same Cardlife instance unless you want a bad time.

    Cardlife bugfixes (CLre.zip version):

    CardlifeGameServer bugfixes (CLre_server.zip version):

    • InitLogSooner: Start the logger slightly sooner than Cardlife does
    Downloads
  • v0.0.2 8b470aa690

    2 Stable

    NGnius released this 2021-05-15 16:13:02 +01:00 | 15 commits to master since this release

    This is an early version of CLre, with a minimal modding API and a few bugfixes. This is the first version with server-side patches. Installation of CLre_server is optional and does not affect client-side (CLre) patches.

    CLre now displays a message as Cardlife starts to make it more obvious that it's working.

    CLre_server also adds a minimal web server which can be activated by supplying the CLI parameter -web when running a patched Cardlife server.

    Installation (CLre): Patch Cardlife.exe with the Cardlife adaptation of CLIPA.
    The installation process is roughly the same as for Gamecraft, except with a different name: GCIPA Gamecraft install guide. Once successfully patched, copy the contents of the CLre.zip file (Harmony0.dll and CLre.dll) into the Plugins folder.

    Installation (CLre_server): Patch CardlifeGameServer.exe with the Cardlife adaptation of CLIPA.
    The installation process is roughly the same as for Gamecraft, except with a different name: GCIPA Gamecraft install guide. Once successfully patched, copy the contents of the CLre_server.zip file (Harmony0.dll and CLre_server.dll) into the Plugins folder.

    Please do not install CLre and CLre_server in the same Cardlife installation unless you want a bad time.

    Cardlife bugfixes (CLre.zip version):

    CardlifeGameServer bugfixes (CLre_server.zip version):

    • InitLogSooner: Start the logger slightly sooner than Cardlife does
    Downloads
  • v0.0.1 ed99fa26f2

    Celeriac Pre-release

    NGnius released this 2020-12-31 00:36:53 +00:00 | 29 commits to master since this release

    This is an early version of CLre, with a minimal modding API and a few bugfixes.

    Installation: Patch your game with the Cardlife adaptation of CLIPA.
    The installation process is roughly the same as for Gamecraft, except with a different name: GCIPA Gamecraft install guide. Once successfully patched, copy the contents of the CLre.zip file (Harmony0.dll and CLre.dll) into the Plugins folder.

    Bugfixes in this version:

    Downloads