Natural Selection 2

Natural Selection 2

[Shine] Mod Selector
Mostrando 1-10 de 14 aportaciones
< 1  2 >
Actualización: 18 MAY 2018 a las 9:26 p. m.

Version 1.5

If the displayname is the same hexadecimal number as the mod ID, then we
automatically get a new displayname from the Steam Workshop and save that.
This means that mods imported from the mapcycle will also use the Workshop name
if possible.

Actualización: 12 MAY 2018 a las 7:00 p. m.

update version number to 1.4 because I forgot (they're not really semantic anyway so who cares)

Actualización: 12 MAY 2018 a las 6:52 p. m.

Improve the look of the admin menu tab to match Shine's other tabs

The column State in the admin menu has been renamed to Config. A new column called Server has been added. Config displays the desired state of the mod, as written in the config. Server displays whether the mod is currently active on the server.

Actualización: 27 FEB 2017 a las 4:13 p. m.

Update to version 1.3

Config structure has been changed in response to Shine's implementation of a config versioning system. If you are updating from a previous version, your config should update itself automatically and save your mod list, with no action necessary from you. If something goes wrong, please note the new config structure; mods now go in the "Mods" table, like so:

{ "Mods":{ "exampleHex":{ "displayname":"human-readable name", "enabled":false } } }

Actualización: 16 OCT 2016 a las 1:35 a. m.

Default admin menu entry is now hex mod ID instead of "unknown".

why didn't I do that originally, I am dumb

Actualización: 16 OCT 2016 a las 1:04 a. m.

Version 1.2

Config is now a whitelist. Admins cannot enable any mods that aren't in the config.

Actualización: 10 OCT 2016 a las 4:15 p. m.

Update version number to 1.1
Update readme

Actualización: 10 OCT 2016 a las 3:58 p. m.

Bug fixes:

Add short delay to first-time population of Mods tab.
Save on writes to MapCycle.
Fix benign typo in network message.

Actualización: 20 SEP 2016 a las 3:10 p. m.

1.0
initial release!

Actualización: 19 SEP 2016 a las 11:39 p. m.

GUI fixes