Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Lazer

Now that the new Zdoom is here... (enjay should know)

Recommended Posts

Are the spawnspot commands working now in this new version? I want to release the new Underworld Beta with some new weapons/enemies but I can't seem to get the script for it working...

Share this post


Link to post

I added this into one of my scripts and got no results...

spawnspot ("crossbow", 230, 0, 0);

I have a mapspot with a tag of 230, and I know the script is being executed. Also, when I type in "summon crossbow" a crossbow appears infront of me (I have the resorces). So whats wrong?

Share this post


Link to post

It should work. Have you made sure the map spot is accidentally not flagged for the skill level you're using? Multiplayer? Is it set near a wall or other object (that tends to interfere). Is it set with z-coordinate below the surface or above the ceiling?

Hmm, I wonder if crossbow needs to be capitalized, Crossbow...?

Share this post


Link to post

Make sure the fighter, cleric, mage, single, coop and deathmatch boxes are checked (I hate it when you put a new thing in and they're not checked by default - it's happened many times before).

While we're on the subject of new weapons, are the 3 new heavy weapons (including that flamethrower) still going to be in it?

Share this post


Link to post

Ahh you played it :]

Yes they will. The flamethrower has MUCH better flame graphics (on the gun) so it doesn't look like something brewed up in paint. The explosive plasma is going to be a new weapon (also with all new graphics). It will replace the pheonix rod (spawned from heretic). The Pentagram weapon... we'll see. It was kinda a waste of space with weapons. I might get rid of it unless we get some kind of DDF support in Zdoom. I also will be making replacement graphics for the crossbow. This will make an interesting early in game projectile weapon. (I say this because the weapon is quite weak when compared to doom monsters) I just got through sorting out all my wad stuff so everything is all in order and can be worked on with ease. All that is left is to fix up a few things in the levels and a few sprite/deh things and a release should be out...

EDIT: I just tried out capitalizing "Crossbow" and it worked. Thanks.

Share this post


Link to post
Lazer said:

I just tried out capitalizing "Crossbow" and it worked. Thanks.


Heh, I was going to suggest that spawnspot was case sensitive.

I guess you probably know this, but if you start a log file using the console

logfile log.txt

and then type

dumpclasses actor

you'll get a list of all the correct actor names in a file called log.txt, in the correct format (capitalisation-wise that is). Nice and easy for copying and pasting, or simply to check you have the name right.

Share this post


Link to post
Ultimate DooMer said:

I reviewed it...


I was in too much of a confused state seeing it released to pay attention to who reviewed it. But thanks about the review cuz I remember it was one of the nicest reviews that week...

Share this post


Link to post
Enjay said:

xxx
I guess you probably know this, but if you start a log file using the console

logfile log.txt

and then type

dumpclasses actor
xxx

In fact, that's exactly how I came up with the 'case' suggestion...saw all of those actors in the list with upper case first letters...who woulda' thunkit?

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×