ExtraRundownCustomisation
Customise your Rundown (Extra edition)
| Date uploaded | a year ago |
| Version | 0.1.0 |
| Download link | Red_Leicester_Cheese-ExtraRundownCustomisation-0.1.0.zip |
| Downloads | 66 |
| Dependency string | Red_Leicester_Cheese-ExtraRundownCustomisation-0.1.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_GTFO
BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.
Preferred version: 3.2.1README
ExtraRundownCustomisation
version 0.1.0
Info
ExtraRundownCustomisation is a ground breaking mod that adds many many new features for customising your rundown Such as button customisation, Rundown layout customisation (with multi rundown support) And the ability to customise your rundown selection screen
Usage
Watermark
The watermark page is super simple and self explanatory (idk why i included it here)
MiscFeatures
Also self explanatory and relatively simple
The vector3 positions are the LocalPosition (for when using Unity Explorer)
Rundownlayouts
There are only 8 entries because you can only have 8 rundown selectors
Most of these are self explanatory and are the same as tweaker
The empty arrays for R2-R8 function the exact same as R1 but I couldn't be bothered
filling them out lol (r1 alone took a good half hour to make and im not repeating it lol)
The status box is the little white box that shows how many clears you have
RundownSelectors
This is where shit gets a little complicated but is still mostly self explanatory
If you want to "disable" a selector just set its position to 50000 or something
Selector_R7 is actually the second rundownDB entry in GameSetupDatablock (don't ask me why)
"RundownIdsToLoad": [
32, //This is Rundown 1 and is linked to the R1 Selector
31, //This is Rundown 7 and is linked to the R7 selector
33, //This is Rundown 2 and is linked to the R2 selector
34, //This is rundown 3 and you get the idea by now right?
37,
38,
41,
35
],
CHANGELOG
Changelog
1.0.2
Removed the ERC HotReload button since LiveEdit makes it more or less useless
Added a Config with the option to disable LiveEdit
1.0.1
Bump the TS version to match the plugin version
(Since the current version 0.2.0 is 1.0.0 in the plugin)
Added LiveEdit support (thanks Dino)
Add a option to enable or disable the LocalProgression outline for specific icons
0.2.0
Added options to change the color of each rundown selector,
enable/disable each rundown selector,
scale the text objects,
Make each selector flat (this does have a rotation effect if you don't want that then modify the rotation value)
Credit to JarheadHME for these changes
0.1.7
Fix a small visual bug with the box colour
Made local progression a soft dependency (You no longer need it to have the mod function)
Credit to JarheadHME for these fixes (yes I forgot to credit him when I uploaded the build my bad lol)
0.1.6
Fixed a null ref in console
Changed how patches are made internally
0.1.5
Fixed a vanilla issue that allowed you to select an expedition whilst the popup for another expedition was active
0.1.4
Fixed the MTFO Hotreload button breaking
Fixed the ERC Data Reload button still appearing even if disabled
0.1.3
Fixed the rundown name appearing too early on the connect to rundown page
0.1.2
Added an extra customisation to rundownLayouts.json for the R6 extension page
0.1.1
Fixed an issue where icons in Tiers 4 and 5 (Tier D and E) would not update
0.1.0
Initial Release