It's been a while since I last posted. I've been away from DooM editing for a while.
I got an error when I tried to replace existing objects with ones using the same id numbers, so I was wondering how I would go about replacing the pick up weapon things (i.e. the shotgun lying on the floor waiting to be picked up) with new high res versions.
Also regarding weapons, I would like to know how to change the first person sprites, the ones showing the player's hands holding the weapons, with high res versions.
Staying within the same vein, I am wondering if it is possible to the statis bar graphics to high res versions as well. If it is possible, how is it done?
Thanks.
A Flurry of High Res Related Questions
Moderator: Graf Zahl
- Boingo the Clown
- Posts: 102
- Joined: Sat Dec 03, 2005 17:40
- Location: North of New York, West of Montreal, East of Toronto, and South of Hell
- Contact:
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
- Boingo the Clown
- Posts: 102
- Joined: Sat Dec 03, 2005 17:40
- Location: North of New York, West of Montreal, East of Toronto, and South of Hell
- Contact:
- Enjay
- Developer
- Posts: 4748
- Joined: Tue Aug 30, 2005 23:19
- Location: Scotland
- Contact:
Most GZdoom specific stuff will not be in the Zdoom Wiki. The documentation thread is the place to look for that kind of stuff.
http://forum.drdteam.org/viewtopic.php?p=5444#5444
http://forum.drdteam.org/viewtopic.php?p=5444#5444
- Boingo the Clown
- Posts: 102
- Joined: Sat Dec 03, 2005 17:40
- Location: North of New York, West of Montreal, East of Toronto, and South of Hell
- Contact:
So HIRESTEX is a new GZDooM specific lump, and to get high res versions of existing sprites, I have to put:
define spritename x-scale y-scale
somewhere in the list?
That seems simple enough.
Will the change in scale affect the offsets? That is to say, if I change the scale of the health percentage, for example, will the offsets for them be fouled up?
define spritename x-scale y-scale
somewhere in the list?
That seems simple enough.
Will the change in scale affect the offsets? That is to say, if I change the scale of the health percentage, for example, will the offsets for them be fouled up?
Last edited by Boingo the Clown on Sat Jun 24, 2006 16:54, edited 1 time in total.
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
- Boingo the Clown
- Posts: 102
- Joined: Sat Dec 03, 2005 17:40
- Location: North of New York, West of Montreal, East of Toronto, and South of Hell
- Contact:
This is not working. So far I have only succeeded in creating a six foot tall MP40, having the old low res MP40 appear, or having a black box appearing where the MP40 should be.
I am going to need an example.
Here are three things I want to do (among others).
I want to replace the shotgun sprite (the one of the shotgun on the floor waiting to be picked up) with a sprite of an MP40 submachine gun with 3x resolution being used.
I want to replace the statis bar with a new version that is double the resolution of the existing one (640 x whatever).
I want to replace at least one of the sprites depicting the player's hands holding various weapons.
Please type out an example of a HIRESTEX lump doing these three things, because I know I simply will not get how this is done until I see it actually done and working.
Also, I need to know what format the new replacement graphics have to be in. Are they supposed to be saved as sprites, patches, graphics, or as straight lumps saved in some standard graphics format, such as .bmp or .png?
<<EDIT: I managed to get the first item to appear by saving the graphic as a .gif.>>
<<EDIT: I got the altered shotgun to appear, but I could not change the statis bar to a high res version, nor could I change the first person pistol sprites to high res versions.
I have been at this all day, and I am becoming very frustrated.>>
I am going to need an example.
Here are three things I want to do (among others).
I want to replace the shotgun sprite (the one of the shotgun on the floor waiting to be picked up) with a sprite of an MP40 submachine gun with 3x resolution being used.
I want to replace the statis bar with a new version that is double the resolution of the existing one (640 x whatever).
I want to replace at least one of the sprites depicting the player's hands holding various weapons.
Please type out an example of a HIRESTEX lump doing these three things, because I know I simply will not get how this is done until I see it actually done and working.
Also, I need to know what format the new replacement graphics have to be in. Are they supposed to be saved as sprites, patches, graphics, or as straight lumps saved in some standard graphics format, such as .bmp or .png?
<<EDIT: I managed to get the first item to appear by saving the graphic as a .gif.>>
<<EDIT: I got the altered shotgun to appear, but I could not change the statis bar to a high res version, nor could I change the first person pistol sprites to high res versions.
I have been at this all day, and I am becoming very frustrated.>>