feat(dw): upload dw publisher files

This commit is contained in:
Skull 2025-03-22 09:21:52 +03:00
parent e3302f3817
commit d27d95c0d7
7 changed files with 20 additions and 8 deletions

View File

@ -5,13 +5,15 @@
#define IMAGE_SPLASH 300
#define IMAGE_LOGO 301
#define DW_MOTD 302
#define DW_PLAYLISTS 303
#define DW_METAPLAYERDATA 302
#define DW_MOTD 303
#define DW_PLAYLISTS 304
#define DW_SURVEYS 305
#define MENU_MAIN 304
#define MENU_MAIN 306
#define DVAR_LIST 305
#define DVAR_LIST 307
#define TLS_DLL 306
#define TLS_DLL 308
#define ICON_IMAGE 307
#define ICON_IMAGE 309

View File

@ -98,8 +98,10 @@ ID_ICON ICON "resources/icon.ico"
IMAGE_SPLASH BITMAP "resources/splash.bmp"
IMAGE_LOGO BITMAP "resources/logo.bmp"
DW_METAPLAYERDATA RCDATA "resources/dw/metplayerdata"
DW_MOTD RCDATA "resources/dw/motd-english.txt"
DW_PLAYLISTS RCDATA "resources/dw/playlists_tu23.aggr"
DW_PLAYLISTS RCDATA "resources/dw/playlists_tu25.aggr"
DW_SURVEYS RCDATA "resources/dw/publisher_storage_surveys.csv"
MENU_MAIN RCDATA "resources/main.html"

Binary file not shown.

View File

@ -1 +1 @@
Welcome to ^3IW7-Mod
Welcome to ^3S2-Mod

Binary file not shown.

View File

@ -0,0 +1,8 @@
"# If you edit this file,make sure to push it to DW servers: //s2-depot/s2/online/surveys/s2/",,,,,,,,
# Version must always be greater than zero,,,,,,,,
version,9,,,,,,,
,,,,,,,,
,,"#if you want an event added, ask the engineers","#event parameters match parameters passed to the survey event inside Lua, check there for what the parameters are. Max 4 params",#internal reference name,#make sure localized strings are patched into the string tables before you go live!,,#as long as the optionType has an associated entry in the survey system you can change it arbitrarily,
# type = survey,surveyId (limit of 63),associatedEvent,additionalParamFunc,surveyReferenceName,localizeTitle,localizeMsg,optionType,sampleSize
survey,0,,,invalid,,,,0
survey,1,survey_onMatchStartRequested,,allmodesfungame,MENU_SURVEY_TITLE,MENU_FUN_GAME_SURVEY,yesno,0
1 # If you edit this file,make sure to push it to DW servers: //s2-depot/s2/online/surveys/s2/
2 # Version must always be greater than zero
3 version 9
4
5 #if you want an event added, ask the engineers #event parameters match parameters passed to the survey event inside Lua, check there for what the parameters are. Max 4 params #internal reference name #make sure localized strings are patched into the string tables before you go live! #as long as the optionType has an associated entry in the survey system you can change it arbitrarily
6 # type = survey surveyId (limit of 63) associatedEvent additionalParamFunc surveyReferenceName localizeTitle localizeMsg optionType sampleSize
7 survey 0 invalid 0
8 survey 1 survey_onMatchStartRequested allmodesfungame MENU_SURVEY_TITLE MENU_FUN_GAME_SURVEY yesno 0