Why isn't my Lumpmod working?

Status
Not open for further replies.
What's wrong? You don't know how to use a command line application, that's what's wrong. Start->Run->cmd->OK.
Navigate to your folder using the commands cd and dir. Type LUMPMOD once you're in the right folder.
 
Yeah, the ones that ask for input can be used the normal way. Or the ones that are setup to say "Press any key to continue" before exiting.
 
I should update lumpmod so that the help file isn't required...
 
Yeah, the start button at the bottom of the screen. You use run, and type in CMD. Then you use the dir command to get to the folder with lumpmod in it.
 
ok...im there. i typed cd and dir. i have no idea what i am doing after this point. i typed LUMPMOD after i used the commands and nothing happened.
 
Dark Mystic said:
ok...im there. i typed cd and dir. i have no idea what i am doing after this point. i typed LUMPMOD after i used the commands and nothing happened.
Well, once you get to the directory, I'm not totally sure but I think you have to type something like: Lumpmod.exe
 
I can't figure out how to make Level Headers using XWE, so I use lumpmod.

For my Utopian Chasm Zone:

D:\Sonic123\lumpmod.exe s_srb2tbe.wad add MAP23D cc.txt

That's what I type to apply Map Headers to my zone, by typing in Run.

D:\Sonic123 is the location of SRB2 (Can also be the location of lumpmod)

s_srb2tbe.wad is the name of my WAD is want to apply the changes to.

MAP23D is the Header I want to generate. MAP23 is the MAP I want to apply the changes to.

cc.txt is the text file with the Map Headers in it:
Level 23
LevelName = UTOPIAN CHASM
Act = 0
MusicSlot = 144
NextLevel = 24
TypeOfLevel = 4096
SkyNum = 8
Weather = 0
NoZone = 0
NoSSMusic = 1
ForceCharacter = 0


For your sake, use a simple one:

Level (Put the MAP number here, eg MAP01)
LevelName = (What you named your level is put here)
MusicSlot = (The Music number of your level)
NextLevel = (The Next map you want to go to, put it's number here)
TypeOfLevel = (Put the level type here. 4096 is Single Player)
SkyNum = (The sky you want.)
(Leave a space here)
 
You cannot make XWE files.
You can only make WAD files.
For it to appear on the char select screen, you must add a text file to your wad called OBJCTCFG
In OBJCTCFG you should have:
SRB2 version = 11

Character 4
Playername = [TYPE YOUR CHAR'S NAME HERE]
MenuPosition = 4
PicName = [TYPE THE NAME OF A IMAGE IN THE WAD THAT IS YOUR CHAR'S NAME HERE]
SKINNAME = [TYPE YOUR CHAR'S NAME HERE]
Status = 32
PlayerText = [TYPE YOUR CHAR'S SPEED HERE]
[TYPE YOUR CHARECTER ABILITY HERE]

[INSERT YOUR TEXT HERE- CANNOT GO OVER 4 LINES]
 
i have a txt file. it as more than that. but it does not have what is shown there. it has the name, the face, the facename, speed, etc. everything that is on the STARS character wad page. All i have to have is that?

(oh, and does the menuposition have to be 4 and the status 32, or are those just examples?)

and what text cannot go over 4 lines???
 
Status
Not open for further replies.

Who is viewing this thread (Total: 0, Members: 0, Guests: 0)

Back
Top