lumpmod is startings to get too meeeee.....

Status
Not open for further replies.
G

Gold Shadow

Guest
right, as ive posted before and ill post again, my lumpmod sucks, ive finnally navigated to my srb2 folder and I try and run lumpmod and....
lumpmodfuckingfailure11.jpg

can someone tell me what this means and how to fix it so I can get on with my wad........please? :cry:
 
"Not enough arguements" is an error that means that the program requires supplemental commands (AKA Arguements) to operate, added after the EXE's filename. An example...
Code:
C:/SRB2>executable.exe -command
Or
Code:
C:/SRB2>executable.exe -command variable
if the supplemental command requires a variable.

Read the LUMPMOD documentation for more info on making it work.
 
so what would I put..

...Robo Blast 2>lumpmod.exe -command?
 
Gold Shadow said:
so what would I put..

...Robo Blast 2>lumpmod.exe -command?

No, you replace '-command' with whatever command you want to use. (That hyphen doesn't need to be there; must've been a typo on Playah's part.) So, to add a lump called MAINCFG to your wad foobar.wad, with the data coming from a file called maincfg.txt, you'd type this:

Code:
lumpmod foobar.wad add MAINCFG maincfg.txt
You really need to read the documentation to understand how to use it.
 
Status
Not open for further replies.

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

Back
Top