mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 04:12:12 +00:00
all configuration equipped with default command-line parameters and skill levels
This commit is contained in:
parent
ed66294339
commit
fcea106b74
21 changed files with 273 additions and 0 deletions
|
@ -17,6 +17,19 @@ formatinterface = "DoomMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "E1M1";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-iwad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" -warp %L1 %L2";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "I'm too young to die";
|
||||
2 = "Hey, not too rough";
|
||||
3 = "Hurt me plenty";
|
||||
4 = "Ultra-Violence";
|
||||
5 = "Nightmare!";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
soundlinedefflag = 64; // See linedefflags
|
||||
singlesidedflag = 1; // See linedefflags
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "DoomMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "E1M1";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-basewad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" -warp %L1 %L2";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "I'm too young to die";
|
||||
2 = "Hey, not too rough";
|
||||
3 = "Hurt me plenty";
|
||||
4 = "Ultra-Violence";
|
||||
5 = "Nightmare!";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
soundlinedefflag = 64; // See linedefflags
|
||||
singlesidedflag = 1; // See linedefflags
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "DoomMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "MAP01";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-basewad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" -warp %L1 %L2";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "I'm too young to die";
|
||||
2 = "Hey, not too rough";
|
||||
3 = "Hurt me plenty";
|
||||
4 = "Ultra-Violence";
|
||||
5 = "Nightmare!";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
soundlinedefflag = 64; // See linedefflags
|
||||
singlesidedflag = 1; // See linedefflags
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "DoomMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "MAP01";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-iwad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" -warp %L1 %L2";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "I'm too young to die";
|
||||
2 = "Hey, not too rough";
|
||||
3 = "Hurt me plenty";
|
||||
4 = "Ultra-Violence";
|
||||
5 = "Nightmare!";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
soundlinedefflag = 64; // See linedefflags
|
||||
singlesidedflag = 1; // See linedefflags
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "DoomMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "MAP01";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-iwad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" -warp %L1 %L2";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "I'm too young to die";
|
||||
2 = "Hey, not too rough";
|
||||
3 = "Hurt me plenty";
|
||||
4 = "Ultra-Violence";
|
||||
5 = "Nightmare!";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
soundlinedefflag = 64; // See linedefflags
|
||||
singlesidedflag = 1; // See linedefflags
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "UniversalMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "MAP01";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-iwad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" -warp %L1 %L2";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "I'm too young to die";
|
||||
2 = "Hey, not too rough";
|
||||
3 = "Hurt me plenty";
|
||||
4 = "Ultra-Violence";
|
||||
5 = "Nightmare!";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
soundlinedefflag = "blocksound";
|
||||
singlesidedflag = "blocking";
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "DoomMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "E1M1";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-basewad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" -warp %L1 %L2";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "Thou needeth a wet-nurse";
|
||||
2 = "Yellowbellies-r-us";
|
||||
3 = "Bringest them oneth";
|
||||
4 = "Thou art a smite-meister";
|
||||
5 = "Black plague possesses thee";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
soundlinedefflag = 64; // See linedefflags
|
||||
singlesidedflag = 1; // See linedefflags
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "HexenMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "MAP01";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-basewad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" -warp %L1 %L2";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "Squire / Altar boy / Apprentice";
|
||||
2 = "Knight / Acolyte / Enchanter";
|
||||
3 = "Warrior / Priest / Sorceror";
|
||||
4 = "Berserker / Cardinal / Warlock";
|
||||
5 = "Titan / Pope / Archimage";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
soundlinedefflag = 64; // See linedefflags
|
||||
singlesidedflag = 1; // See linedefflags
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "DoomMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "MAP01";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-iwad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" -warp %L1 %L2";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "I'm too young to die";
|
||||
2 = "Hey, not too rough";
|
||||
3 = "Hurt me plenty";
|
||||
4 = "Ultra-Violence";
|
||||
5 = "Nightmare!";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
soundlinedefflag = 64; // See linedefflags
|
||||
singlesidedflag = 1; // See linedefflags
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "DoomMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "MAP01";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-iwad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" -warp %L1 %L2";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "I'm too young to die";
|
||||
2 = "Hey, not too rough";
|
||||
3 = "Hurt me plenty";
|
||||
4 = "Ultra-Violence";
|
||||
5 = "Nightmare!";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
soundlinedefflag = 64; // See linedefflags
|
||||
singlesidedflag = 1; // See linedefflags
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "DoomMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "MAP01";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-iwad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" +map %L";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "I'm too young to die";
|
||||
2 = "Hey, not too rough";
|
||||
3 = "Hurt me plenty";
|
||||
4 = "Ultra-Violence";
|
||||
5 = "Nightmare!";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
soundlinedefflag = 64; // See linedefflags
|
||||
singlesidedflag = 1; // See linedefflags
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "HexenMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "MAP01";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-iwad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" +map %L";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "I'm too young to die";
|
||||
2 = "Hey, not too rough";
|
||||
3 = "Hurt me plenty";
|
||||
4 = "Ultra-Violence";
|
||||
5 = "Nightmare!";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
soundlinedefflag = 64; // See linedefflags
|
||||
singlesidedflag = 1; // See linedefflags
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "DoomMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "MAP01";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-basewad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" -warp %L1 %L2";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "Training";
|
||||
2 = "Rookie";
|
||||
3 = "Veteran";
|
||||
4 = "Elite";
|
||||
5 = "Bloodbath";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
soundlinedefflag = 64; // See linedefflags
|
||||
singlesidedflag = 1; // See linedefflags
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "DoomMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "E1M1";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-basewad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" -warp %L1 %L2";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "I'm too young to die";
|
||||
2 = "Hey, not too rough";
|
||||
3 = "Hurt me plenty";
|
||||
4 = "Ultra-Violence";
|
||||
5 = "Nightmare!";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
soundlinedefflag = 64; // See linedefflags
|
||||
singlesidedflag = 1; // See linedefflags
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "DoomMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "MAP01";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-iwad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" +map %L";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "I'm too young to die";
|
||||
2 = "Hey, not too rough";
|
||||
3 = "Hurt me plenty";
|
||||
4 = "Ultra-Violence";
|
||||
5 = "Nightmare!";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
soundlinedefflag = 64; // See linedefflags
|
||||
singlesidedflag = 1; // See linedefflags
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "HexenMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "MAP01";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-iwad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" +map %L";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "I'm too young to die";
|
||||
2 = "Hey, not too rough";
|
||||
3 = "Hurt me plenty";
|
||||
4 = "Ultra-Violence";
|
||||
5 = "Nightmare!";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
// See linedefflags
|
||||
soundlinedefflag = 64;
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "UniversalMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "MAP01";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-iwad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" +map %L";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "I'm too young to die";
|
||||
2 = "Hey, not too rough";
|
||||
3 = "Hurt me plenty";
|
||||
4 = "Ultra-Violence";
|
||||
5 = "Nightmare!";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
// See linedefflags
|
||||
soundlinedefflag = "blocksound";
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "HexenMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "E1M1";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-iwad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" +map %L";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "Thou needeth a wet-nurse";
|
||||
2 = "Yellowbellies-r-us";
|
||||
3 = "Bringest them oneth";
|
||||
4 = "Thou art a smite-meister";
|
||||
5 = "Black plague possesses thee";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
soundlinedefflag = 64; // See linedefflags
|
||||
singlesidedflag = 1; // See linedefflags
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "HexenMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "MAP01";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-iwad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" +map %L";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "Squire / Altar boy / Apprentice";
|
||||
2 = "Knight / Acolyte / Enchanter";
|
||||
3 = "Warrior / Priest / Sorceror";
|
||||
4 = "Berserker / Cardinal / Warlock";
|
||||
5 = "Titan / Pope / Archimage";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
soundlinedefflag = 64; // See linedefflags
|
||||
singlesidedflag = 1; // See linedefflags
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "HexenMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "MAP01";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-iwad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" +map %L";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "Training";
|
||||
2 = "Rookie";
|
||||
3 = "Veteran";
|
||||
4 = "Elite";
|
||||
5 = "Bloodbath";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
soundlinedefflag = 64; // See linedefflags
|
||||
singlesidedflag = 1; // See linedefflags
|
||||
|
|
|
@ -17,6 +17,19 @@ formatinterface = "DoomMapSetIO";
|
|||
// Default lump name for new map
|
||||
defaultlumpname = "MAP01";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-iwad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" -warp %L1 %L2";
|
||||
|
||||
// Skill levels
|
||||
skills
|
||||
{
|
||||
1 = "I'm too young to die";
|
||||
2 = "Hey, not too rough";
|
||||
3 = "Hurt me plenty";
|
||||
4 = "Ultra-Violence";
|
||||
5 = "Nightmare!";
|
||||
}
|
||||
|
||||
// Special linedefs
|
||||
soundlinedefflag = 64; // See linedefflags
|
||||
singlesidedflag = 1; // See linedefflags
|
||||
|
|
Loading…
Reference in a new issue