Shadowrabbit / ModRimworldAnnotation

1 stars 0 forks source link

RimWorld Steamworks update #1

Open pheanox opened 2 years ago

pheanox commented 2 years ago

@Shadowrabbit Hi, I'm the Community Manager for Ludeon Studios - there is a Steamworks update coming out for RimWorld on April 6. Since ModRimWorldAnnotation is "using: Steamworks", your mod needs to be updated for it to work with the new Steamworks API. Please update ahead of time so that your mod doesn't break!

The official announcement is here: https://store.steampowered.com/news/app/294100/view/3128319129435462402

Some mod authors are discussing this issue in our Official Development server on discord here: https://discord.gg/SuTeKfdcpH

isonil commented 2 years ago

If needed, this is how you can support both version by using LoadFolders.xml:

<loadFolders>
  <v1.3.3311>
    <!-- after the update -->
  </v1.3.3311>
  <v1.3>
    <!-- before the update -->
  </v1.3>
</loadFolders>
sumghai commented 1 year ago

I've spoken to pheanox privately via Discord already, but for the record:

This repo isn't actually a mod - but rather, it is a decompiled version of the RimWorld base game source code and XML, used primarily by the Chinese RW community as code reference.