Steam GoldSrc/Sven Co-op Map Standards #27

Open
opened 2021-11-12 15:22:24 -08:00 by xylemon · 2 comments
Owner

Steam GoldSrc and Sven Co-op have some differences we should put into base, some of the mods we support already do some of this btw:

  • map-name.cfg Contains the equipment, weapons, ammo, and variables for your map. Scientst Hunt does the same thing which we already support thankfully.

  • map-name_motd.txt Contains a message to show players when they join the map. Good place to put mission briefings or an objective list. Counter-Strike does this but it's map-name.txt, not "_motd.txt".

  • map-name_skl.cfg Contains any modifications of the default skill configuration, found in skill.cfg. Simply copy things from the default skill configuration that you want to modify.

  • map-name_detail.txt Contains any texture high-definition overlays. Pretty sure this is just the Steam GoldSrc detail texture support, and not something special.

Steam GoldSrc and Sven Co-op have some differences we should put into base, some of the mods we support already do some of this btw: - [x] map-name.cfg Contains the equipment, weapons, ammo, and variables for your map. Scientst Hunt does the same thing which we already support thankfully. - [ ] map-name_motd.txt Contains a message to show players when they join the map. Good place to put mission briefings or an objective list. Counter-Strike does this but it's map-name.txt, not "_motd.txt". - [x] map-name_skl.cfg Contains any modifications of the default skill configuration, found in skill.cfg. Simply copy things from the default skill configuration that you want to modify. - [x] map-name_detail.txt Contains any texture high-definition overlays. Pretty sure this is just the Steam GoldSrc detail texture support, and not something special.
xylemon added the
FreeHL
Base
labels 2021-11-12 15:22:24 -08:00
eukara was assigned by xylemon 2021-11-12 15:22:24 -08:00
Owner

Went and added support for 'map-name_skl.cfg' in commit 094e87f957

Went and added support for 'map-name_skl.cfg' in commit 094e87f957129aff443702bd7d944ca0026259f3
xylemon changed title from Sven Co-op Map Standards to Steam GoldSrc/Sven Co-op Map Standards 2021-12-15 23:00:54 -08:00
Author
Owner

Thanks, now we have working detail textures in commit c8a6b1f123

All that's left really is the MOTD stuff, but that'll go hand-in-hand with the VGUI

Thanks, now we have working detail textures in commit c8a6b1f123ce96f5d0b492617588af406ca6cfc2 All that's left really is the MOTD stuff, but that'll go hand-in-hand with the VGUI
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tech/nuclide#27
No description provided.