0 of 0

File information

Last updated

Original upload

Created by

Petethegoat

Uploaded by

Petetehgoat

Virus scan

Safe to use

Tags for this mod

About this mod

allows you to set GMSTs via a single json file, and hot reload them in game.

Requirements
Permissions and credits
This mod is deprecated.
Consider using Merlord's GMST Menu instead.


(requires MWSE nightly or 2.1)

by default this does NOTHING

open MWSE/pg_gmst_config.json and add as many GMSTs as you like. here's what mine looks like:

{
 "pg_gmst_hotReloadKey": 88,
 "fCombatAngleXY": 4,
 "i1stPersonSneakDelta": 30,
 "iGreetDistanceMultiplier": 4
}


this allows me to remove several mods from my load order that normally would just set a gmst and nothing else.

"pg_gmst_hotReloadKey" is a special entry that allows you to specify a key to press to hot-reload GMSTs in game. if you don't want to hot reload GMSTs ever, you can remove this key entirely.

if you'd like to adjust the hot reload key, check out the list of scan codes: https://mwse.readthedocs.io/en/latest/lua/guide/scancodes.html

the default scan code of 88 corresponds to F12.

this (and all my work, unless otherwise specified) is public domain, do whatever you like with it.