Added some missing .wrf files that are required for StructLimiter screen (#875).
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@8217 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
83921395d9
commit
61f2e648d7
|
@ -0,0 +1,18 @@
|
|||
/***********************************************************/
|
||||
/* Used by structlimits screen. */
|
||||
/* Load structures and weapons/ecm/sensors */
|
||||
/********** WRF\limiter_data.wrf ***************/
|
||||
|
||||
directory "structs"
|
||||
file IMD "blderik.pie"
|
||||
|
||||
directory "stats"
|
||||
file SWEAPON "weapons.txt"
|
||||
file SSENSOR "sensor.txt"
|
||||
file SECM "ecm.txt"
|
||||
file SREPAIR "repair.txt"
|
||||
file SSTRUCT "structures.txt"
|
||||
file SSTRWEAP "structureweapons.txt"
|
||||
directory "multiplay/script"
|
||||
file SCRIPT "multilim.slo"
|
||||
file SCRIPTVAL "multilim.vlo"
|
|
@ -0,0 +1,27 @@
|
|||
/***********************************************************/
|
||||
/* Used by structlimits screen. */
|
||||
/* Preload textures */
|
||||
/********** WRF\limiter.wrf *******************/
|
||||
|
||||
directory "texpages"
|
||||
file TEXPAGE "page-6-features-arizona.png"
|
||||
file TEXPAGE "page-7-barbarians-arizona.png"
|
||||
file TEXPAGE "page-8-player-buildings-bases.png"
|
||||
file TEXPAGE "page-9-player-buildings-bases.png"
|
||||
file TEXPAGE "page-10-laboratories.png"
|
||||
file TEXPAGE "page-11-player-buildings.png"
|
||||
file TEXPAGE "page-12-player-buildings.png"
|
||||
file TEXPAGE "page-13-player-buildings.png"
|
||||
file TEXPAGE "page-14-droid-hubs.png"
|
||||
file TEXPAGE "page-15-droid-hubs.png"
|
||||
file TEXPAGE "page-16-droid-drives.png"
|
||||
file TEXPAGE "page-17-droid-weapons.png"
|
||||
file TEXPAGE "page-18-fx.png"
|
||||
file TEXPAGE "page-19-fx.png"
|
||||
file TEXPAGE "page-20-fx.png"
|
||||
file TEXPAGE "page-21-fx.png"
|
||||
file TEXPAGE "page-22-fx.png"
|
||||
file TEXPAGE "page-23-fx.png"
|
||||
file TEXPAGE "page-24-fx.png"
|
||||
file TEXPAGE "page-28-naval.png"
|
||||
file TEXPAGE "page-59-more-weapons.png"
|
Loading…
Reference in New Issue