You are viewing a potentially older version of this package. View all versions.
Inas07-LocalProgression-1.0.5 icon

LocalProgression

Record Modded Rundown Clears on your PC!

By Inas07
Date uploaded a year ago
Version 1.0.5
Download link Inas07-LocalProgression-1.0.5.zip
Downloads 3276
Dependency string Inas07-LocalProgression-1.0.5

This mod requires the following mods to function

dakkhuza-MTFO-4.4.4 icon
dakkhuza-MTFO

The premier in GTFO DataBlock editing ;^)

Preferred version: 4.4.4
BepInEx-BepInExPack_GTFO-3.1.0 icon
BepInEx-BepInExPack_GTFO

BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.

Preferred version: 3.1.0

README

What is this plugin?

A simple plugin that records Modded Rundown progression on your PC. Now updated to the latest game version.

For Rundown Developer:

This plugin use "name" in RundownDatablock as the file name of the local progression storage, you need to guarantee its uniqueness, also be sure that there's no invalid file name char in the "name" (If there is/are, this plugin will try to replace those chars to a single '_').

Patch note:

  • The plugin now works on the following GameSetupDatablock:
"RundownIdsToLoad": [
    1 // the id doesn't need necessarily to be 1. 
      // Multiple rundownID specification is discouraged. For now Localprogression only takes the first rundown ID into consideration.
],
  • Now support UnlockedByExpedition expedition accessibility in RundownDatablock (specified by "Accessibility": 5)

For example,

"Accessibility": 5,
"UnlockedByExpedition": {
  "Tier": 2,
  "Exp": 0
},

requires player to complete the first level on Tier C to unlock the level. The unlock requirement [WOULD] show up right under the expedition icon, just like those in vanilla.

Note: UseCustomProgressionLock and unlock requirements specified via field ReqToReachTierX [WORK] as well.

However, there [WON'T] show up any unlock requirement text to player, and thereby player would have no idea how to unlock the level (still you could inform player of it by some means). After some trial and error, I deem this a vanilla issue and thereby just leaving it unfixed.

CHANGELOG

Version 1.3.6

  • Minor bug fix on saving data in multi-rundown scenario.

Version 1.3.5

  • Minor bug fix

Version 1.3.4

  • Fixed: NoBoosterClear does not show up properly
  • Added: config for showing /hiding NoBoosterClear icon. Regenerate config file to find those field to config it (filed name are self-explanatory)

Version 1.3.3

Bug fix.

Version 1.3.2

Issue should be fixed now, sorry for any inconvenience ;|

Version 1.3.1

OMG I forgot to upload asset bundle. ;)

Version 1.3.0

Added Rundown Dev Side Feature:

  • Clearance record for clearing all sectors of a level without using checkpoint, booster.
  • The feature is disabled by default. Rundown Dev would have to manually enable this feature.
  • Documentation is simple: https://github.com/Inas-07/LocalProgression/wiki

Version 1.2.0

Fixed: Sector clearance icon in expedition detail page is not setup in accordance to local progression data.

Version 1.1.10

Merged plugin FixEndScreen (https://gtfo.thunderstore.io/package/Inas07/FixEndScreen/)