Adquedit?

Discuss programming in the QuakeC language.
redrum
Posts: 410
Joined: Wed Mar 28, 2007 11:35 pm
Location: Long Island, New York

Adquedit?

Post by redrum »

Long time no post.

I've pretty much got the coding down thanks to everybody here :D
Now I want to play with the HUD. Specifically I want to create a black armor.

Anyway, I downloaded Adquedit to start fiddlin' with the .lmp files but I can't open them?
Tried Googling for the manual to no avail :(

Any help?
Welcome to the Overlook Hotel: The-Overlook-Hotel.game-server.cc
qbism
Posts: 1236
Joined: Thu Nov 04, 2004 5:51 am
Contact:

Re: Adquedit?

Post by qbism »

redrum
Posts: 410
Joined: Wed Mar 28, 2007 11:35 pm
Location: Long Island, New York

Re: Adquedit?

Post by redrum »

Yeah, won't open .lmp files :(
Welcome to the Overlook Hotel: The-Overlook-Hotel.game-server.cc
Jukki
Posts: 214
Joined: Wed Apr 07, 2010 4:59 am

Re: Adquedit?

Post by Jukki »

Fimg does open them. But make sure the .lmp is not capitalized. (.LMP, .LmP Etc). There seems tp be bug with it
Cobalt
Posts: 445
Joined: Wed Jun 10, 2009 2:58 am
Location: New England, USA
Contact:

Re: Adquedit?

Post by Cobalt »

Yea, Fimg will let you open the lmp and do basic things like flip, mirror and rotate the image, but to edit it means save it from there as bmp or whatever, then use Fimg again to open it, and re-save as lmp......


Jukki wrote:Fimg does open them. But make sure the .lmp is not capitalized. (.LMP, .LmP Etc). There seems tp be bug with it
redrum
Posts: 410
Joined: Wed Mar 28, 2007 11:35 pm
Location: Long Island, New York

Re: Adquedit?

Post by redrum »

Pretty sneaky sis! (old connect four commercial).

I'll try it out later and check back in. Thanks.
Welcome to the Overlook Hotel: The-Overlook-Hotel.game-server.cc
redrum
Posts: 410
Joined: Wed Mar 28, 2007 11:35 pm
Location: Long Island, New York

Re: Adquedit?

Post by redrum »

OK, got gfx.wad to open with FIMG.

I want to add a new armor icon, a black one.
I can't figure out how to change the colors in FIMG?
Welcome to the Overlook Hotel: The-Overlook-Hotel.game-server.cc
Cobalt
Posts: 445
Joined: Wed Jun 10, 2009 2:58 am
Location: New England, USA
Contact:

Re: Adquedit?

Post by Cobalt »

Theres yet another tool called: Gimp which can edit pcx and some other types. I have use it with skins a little bit, but dont know how to work with the colors yet. Maybe that one can work with the file type you are trying to edit, not sure.
redrum wrote:OK, got gfx.wad to open with FIMG.

I want to add a new armor icon, a black one.
I can't figure out how to change the colors in FIMG?
qbism
Posts: 1236
Joined: Thu Nov 04, 2004 5:51 am
Contact:

Re: Adquedit?

Post by qbism »

open palette.lmp in gimp as "raw". Manually set to 16x16 size. Save as pcx. Now you have a pcx with palette in correct order. Edit your image as png or whatever. When ready to import, scale up the pcx to the image size, then cut-and-paste. If it's a transparent image, fill the scaled-up pcx with color 256 first.
redrum
Posts: 410
Joined: Wed Mar 28, 2007 11:35 pm
Location: Long Island, New York

Re: Adquedit?

Post by redrum »

If I make a new sb_armor for the HUD. I will have to edit the engine to use it right?
Welcome to the Overlook Hotel: The-Overlook-Hotel.game-server.cc
leileilol
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Re: Adquedit?

Post by leileilol »

Yes. sbar.c is a very understandable file, except for the messy rogue hipnotic bits.
i should not be here
redrum
Posts: 410
Joined: Wed Mar 28, 2007 11:35 pm
Location: Long Island, New York

Re: Adquedit?

Post by redrum »

Thanks!
Welcome to the Overlook Hotel: The-Overlook-Hotel.game-server.cc
redrum
Posts: 410
Joined: Wed Mar 28, 2007 11:35 pm
Location: Long Island, New York

Re: Adquedit?

Post by redrum »

How can I open a .pk3 file?
Welcome to the Overlook Hotel: The-Overlook-Hotel.game-server.cc
Nahuel
Posts: 495
Joined: Wed Jan 12, 2011 8:42 pm
Location: mar del plata

Re: Adquedit?

Post by Nahuel »

redrum wrote:How can I open a .pk3 file?
with winrar, if you want you can rename it with "zip" extension to open it
hi, I am nahuel, I love quake and qc.
redrum
Posts: 410
Joined: Wed Mar 28, 2007 11:35 pm
Location: Long Island, New York

Re: Adquedit?

Post by redrum »

Nice!
Welcome to the Overlook Hotel: The-Overlook-Hotel.game-server.cc
Post Reply