feat(dw): upload dw publisher files
This commit is contained in:
parent
e3302f3817
commit
d27d95c0d7
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
BIN
src/client/resources/dw/metplayerdata
Normal file
BIN
src/client/resources/dw/metplayerdata
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
Welcome to ^3IW7-Mod
|
||||
Welcome to ^3S2-Mod
|
Binary file not shown.
BIN
src/client/resources/dw/playlists_tu25.aggr
Normal file
BIN
src/client/resources/dw/playlists_tu25.aggr
Normal file
Binary file not shown.
8
src/client/resources/dw/publisher_storage_surveys.csv
Normal file
8
src/client/resources/dw/publisher_storage_surveys.csv
Normal 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
|
|
Loading…
x
Reference in New Issue
Block a user