Severed bunny head
Register | User Profile | Member List | F.A.Q | Privacy Policy | New Blog | Search Forums | Forums Home
Doomworld Forums : Powered by vBulletin version 2.2.5 Doomworld Forums > Classic Doom > Doom Editing > help with SLIGE
 
Author
All times are GMT. The time now is 01:55. Post New Thread    Post A Reply
shotgunmasacre2
Member


Posts: 340
Registered: 09-05


UM, I dont know if this is the right forum for this, if it isnt pleas delete this thread. As the titile suggests, I have a program known as SLIGE that I use for warmup or just for practice. Anyway, I cant get the program to generate a level for Doom2 rather then the original Doom. When I run the EXE it just appears and then disappears. Is there something that I am doing wrong in this process.

Old Post 11-28-05 06:22 #
shotgunmasacre2 is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Opulent
Moderator


Posts: 2087
Registered: 07-01


it's been awhile, but I think you have only generated the map... you haven't built the nodes yet.
read the documentation. gl.

Old Post 11-28-05 06:38 #
Opulent is offline Profile || Blog || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
shotgunmasacre2
Member


Posts: 340
Registered: 09-05


Oh, so I run the out file that it produces through a nodebuilder to get the final product. Thanks for the help Opulent.

Old Post 11-28-05 17:30 #
shotgunmasacre2 is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
doom2day
Forum Regular


Posts: 676
Registered: 08-04



shotgunmasacre2 said:
UM, I dont know if this is the right forum for this, if it isnt pleas delete this thread. As the titile suggests, I have a program known as SLIGE that I use for warmup or just for practice. Anyway, I cant get the program to generate a level for Doom2 rather then the original Doom. When I run the EXE it just appears and then disappears. Is there something that I am doing wrong in this process.

do you directly run it from windows or do you use the command prompt?
because it is easier with the command prompt since it won't disapear after it is finished with slige

Old Post 11-28-05 20:20 #
doom2day is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
rfnagel
Junior Member


Posts: 107
Registered: 04-02


By default, Slidge generates a level for DOOM 1 (i.e. E1M1 format). In order to force Slidge to create a DOOM 2 map, you must use the "-doom2" command line parameter (i.e. "SLIDGE -doom2"). After generating the level (default filename is SLIDGE.OUT) it then must have it's nodes built via BSP.

P.S. All of the Slidge command line parameters (check Slidge's included readme file for detailed explainations of them):

-rooms [n]
-seed [nnnnnn]
-outfile [filename.ext]
-restrict [012C]
-ExMx
-MAPxx
-doom1
-doom2
-levels <x>
-minlight <x>
-music
-macho <nn>
-noslinfo
-nocustom
-cwad
-arena
-nulls
-nosemo
-biwe
-bimo
-bimo!

Old Post 11-28-05 20:20 #
rfnagel is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
shotgunmasacre2
Member


Posts: 340
Registered: 09-05


So how do I get to the command prompt so that I can make doom 2 levels?

Old Post 11-28-05 23:35 #
shotgunmasacre2 is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
andrewj
Senior Member


Posts: 1380
Registered: 04-02


Press the START button, select RUN... and type in CMD.EXE

Old Post 11-29-05 00:21 #
andrewj is offline Profile || Blog || PM || Search || Add Buddy IP || Edit/Delete || Quote
shotgunmasacre2
Member


Posts: 340
Registered: 09-05


Okay so I was able to make it work. Thanks.

Old Post 11-29-05 01:48 #
shotgunmasacre2 is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
rfnagel
Junior Member


Posts: 107
Registered: 04-02


OK folks, here is a complete list of all of the command line parameters for SLIGE (Build 485). I've been meaning to type this up for quite some time now, as I really DETEST how jumbled up that Slige's readme file is.

FYI, some of these are not even documented in Slige's readme file, but are actually valid command line parameters that are contained in the source code (as well as the compiled EXE). 'Nuther words, this is ALL of 'em -:)

code:
SLIGE Build 485 Command Line Parameters --------------------------------------- Slige [parameters] [File.wad] [parameters] -? = Display help. -arena = Create boss arena at end of last level. -bimo = Use big monsters. -bimo! = Use biggest monsters. -biwe = Use big weapons. -config [File.cfg] = Use alternate configuration file. -cwad [File.wad] = Create texture PWAD containing only Slige custom graphics with no levels. -dm = Create optimized deathmatch level with four deathmatch starts. -doom = Create DOOM level (ExMx format). -doom2 = Create DOOM 2 level (MAPxx format). -e[n]m[n] = Create DOOM level (Episode[n]Mission[n]). -gross = Create clean level with no "gross" items or textures (same as "-nogross" and "-restrict C"). -levels [n] = Number of levels (DOOM: 1 to 27, Ultimate DOOM: 1 to 36, DOOM 2: 1 to 32, Final DOOM: 1 to 35). -macho [n] = Create harder "Hurt Me Plenty" and "Ultraviolence" difficulty levels (1 to 100). -map[n] = Create DOOM 2 level (MAP[nn]). -minlight [n] = Minimum light level (1 to 256). -music = Adds two note "D_DM2TTL" MUS format music lump to PWAD. -nocustom = No Slige custom graphics (same as "-restrict I"). -nogross = Create clean level with no "gross" items or textures (same as "-gross" and "-restrict C"). -noseclevels = No secret levels. -nosemo = No secret monsters (do not place monsters in secret areas of map). -noslinfo = Do not add "SLINFO" lump to PWAD (contains Slige build version and seed used to create PWAD). -nulls = Include zero length index entries for derived lumps (what the blockmap generator creates). -outfile [File.wad] = Output filename (default filename is "Slige.out"). -restrict [012CI] = Restrict textures and monsters to only ones contained in specific DOOM version (can be combined, see below). -restrict 0 = Increase compatibility with DOOM versions prior to v1.666. -restrict 1 = Restrict textures and monsters to only ones contained in DOOM. -restrict 2 = Restrict textures and monsters to only ones contained in DOOM 2. -restrict 12 = Restrict textures and monsters to only ones contained in both DOOM and DOOM 2. -restrict C = Create clean level with no "gross" items or textures (same as "-gross" and "-nogross"). -restrict I = No Slige custom graphics (same as "-nocustom"). -rooms [n] = Number of rooms (0 to 1081343). -seed [n] = Random number seed (-2147483648 to 2147483647). -v = Display verbose screen output. -xsecret = Use "RED" texture secret level theme.

__________________
Rich „Weeds„ Nagel

www.richnagel.net... for yer music and such!
„Weeds„ SoundFonts for AWE32/AWE64/Audigy/SBLive/X-Fi/Timidity/XMPlay

Old Post 11-29-05 06:46 #
rfnagel is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
KwadDamyj
Member


Posts: 478
Registered: 07-05


Awesome! Thanks Nagel! =^D

...But Final Doom has room for 35 levels? I never knew...

Old Post 11-29-05 13:49 #
KwadDamyj is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
rfnagel
Junior Member


Posts: 107
Registered: 04-02


Yer welcome! -:)

Yep yep, the Final DOOM EXEs support up to 35 levels for DOOM 2, as well as direct support for all of the other previously released versions of DOOM (regular DOOM 2, DOOM, and Ultimate DOOM).

__________________
Rich „Weeds„ Nagel

www.richnagel.net... for yer music and such!
„Weeds„ SoundFonts for AWE32/AWE64/Audigy/SBLive/X-Fi/Timidity/XMPlay

Old Post 11-29-05 17:33 #
rfnagel is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Grazza
Super Moderator


Posts: 11451
Registered: 07-02


This thread contains a discussion of maps33-35 (ignore the "map30 secret" discussion - the later posts by fraggle, Quasar and Graf contain the real meat). It's more a curiosity than a usable feature.

Old Post 11-29-05 17:50 #
Grazza is online now Profile || Blog || PM || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
All times are GMT. The time now is 01:55. Post New Thread    Post A Reply
 
Doomworld Forums : Powered by vBulletin version 2.2.5 Doomworld Forums > Classic Doom > Doom Editing > help with SLIGE

Show Printable Version | Email this Page | Subscribe to this Thread

 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are OFF
[IMG] code is ON
 

< Contact Us - Doomworld >

Powered by: vBulletin Version 2.2.5
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Forums Directory