eDonnes124 / Town-Of-Us-R

An Among Us mod containing a bunch of roles
GNU General Public License v3.0
345 stars 140 forks source link

load setting slot if it exists at game start #120

Open whichtwix opened 1 year ago

whichtwix commented 1 year ago

Right now at start the game loads defaults while initializing all the settings. this pr additionally checks and loads the first setting slot it finds, which may save a user at least a few clicks going into the setting menu.

another thing that may get added is having a config entry in the .cfg file so the user could select a preferred one to load, though im unfamiliar with bepinex's config system. edit: added