how to make a thing puckupable with dec

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
User avatar
Sir_Alien
Posts: 863
Joined: Sun Aug 29, 2004 6:15 am
Location: Sydney, Australia
Contact:

Post by Sir_Alien »

wildweasel wrote:If you just want Doom's Shotgun in Heretic, spawn the Shotgun with a mapspot and a SpawnSpot script command - you don't need Decorate.
And Read The WikiTM for more information on the SpawnSpot function.
User avatar
wario
Posts: 228
Joined: Fri Oct 01, 2004 7:53 am
Location: netherlands

Post by wario »

i tried converting it into hexen with zwadconv but it dint work
how does it work ? :?
User avatar
Sir_Alien
Posts: 863
Joined: Sun Aug 29, 2004 6:15 am
Location: Sydney, Australia
Contact:

Post by Sir_Alien »

Using Doombuilder:

1. Okay, so you've loaded a new map under the ZDoom (Heretic in Hexen format) setting. Yes? Good.

2. Now, build a room. Include a "Player 1 Start."

3. Anywhere in the room, place thing number 9001 (Mapspot). It's under "+ZDoom" in the Doombuilder thing types menu.

4. Give it a tag.

5. Start editing a script.

6. Your script should look like this:

Code: Select all

#include "zspecial.acs"
#include "zdefs.acs"
#include "zwvars.acs"

Script 666 OPEN

{

SpawnSpot(Shotgun, 1, 0, 0); 

}
7. Make sure your wad has the following sprites from Doom.wad or Doom2.wad in it so that the pickup and weapons frames can actually load:

Code: Select all

SHOTA0
SHTGA0
SHTGB0
SHTGC0
SHTGD0
SHTFA0
SHTFB0
8. You'll notice a nasty dicsolouration on the imported weapons sprites when you run the game, but since that's not part of your question I won't bother going into it right now.

Penultimately, if something isn't working, go back over every step of what I've said because you've missed a step or done something incorrectly. All the information you need is here so if you fuck it up it's your fault. I should know; I was creating the above wad as I was writing out the details and it works fine.

Finally, all the information here could be easily found on the wiki, and I gave you a link and two pointers on how to find the information. Best way to learn is to do it yourself.

PS: Why the hell were you using zwadconv? There's nothing in this thread to suggest that as a solution to your problem. There are lots of other good solutions, but zwadconv never came up... :?
User avatar
wario
Posts: 228
Joined: Fri Oct 01, 2004 7:53 am
Location: netherlands

Post by wario »

well i mean i made allot of heretic maps already but they arent in hexen format... i need to convert them... anyways i already found a way how to fix the colours... thx for the help :P
User avatar
Sir_Alien
Posts: 863
Joined: Sun Aug 29, 2004 6:15 am
Location: Sydney, Australia
Contact:

Post by Sir_Alien »

wario wrote:well i mean i made allot of heretic maps already but they arent in hexen format... i need to convert them...
Oh, okay, I get ya now. (Sorry, but that confused the hell out of me). To do this, simply open the wad in Doombuilder, go to the "Edit" menu, all the way down the menu to the last option, "Map options..." (Pressing F2 will also bring this screen up).

Simply change the configuration from whatever your current map format is to "ZDoom (Heretic in Hexen format)."

Et Voila.
User avatar
wario
Posts: 228
Joined: Fri Oct 01, 2004 7:53 am
Location: netherlands

Post by wario »

hey thanx it finally worked and now i can make the map spots and other stuff :D :P :wink:

can this thread be closed now ? :shock:
User avatar
bimshwel
Posts: 745
Joined: Tue Jul 15, 2003 5:15 pm
Preferred Pronouns: It/Its
Operating System Version (Optional): windows 10 now
Graphics Processor: nVidia (Modern GZDoom)
Location: misplaced
Contact:

Post by bimshwel »

Never!
Locked

Return to “Editing (Archive)”