Help! What am I missing?

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
Lysander
Posts: 50
Joined: Mon Apr 27, 2009 8:32 pm

Re: Help! What am I missing?

Post by Lysander »

Enjay wrote:Well, you said that you were trying to use the line scale 0.21 but the problem line in your actual file doesn't say scale, it says mass. So, if you do indeed want to scale the item, change the word "mass" to "scale". If you want to set the mass, it needs to be a whole number, not 0.21.

[edit]
BTW, it's this actor

Code: Select all

    // Big tree ----------------------------------------------------------------

    ACTOR BigTree 54
    {
       Game Doom
       Radius 32
       Height 108
       Scale 0.21  <<<<<<<<<<<<<< LOOK HERE
       ProjectilePassHeight -16
       +SOLID
       States
       {
       Spawn:
          TRE2 A -1
          Stop
       }
    }
Whoa, weird. Right below that, I have the ACTOR I set scale. I have no idea how the mass argument got there, as I don't remember ever specifying a mass to anything. :shock:

Anyway, thanks for the trouble for figuring this out.
User avatar
Project Shadowcat
Posts: 9369
Joined: Thu Jul 14, 2005 8:33 pm
Preferred Pronouns: They/Them
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support
Location: Blacksburg, SC USA
Contact:

Re: Help! What am I missing?

Post by Project Shadowcat »

HotWax wrote:You identified the wrong line as having a problem. It's not your scale line that's messing up, it's your mass. Mass must be a whole number between 0 and 255. It cannot be fractional.

[edit] Dammit...
Mass can be any number as little as 1 to as "heavy" as 0xffffff.
User avatar
TheDarkArchon
Posts: 7656
Joined: Sat Aug 07, 2004 5:14 am
Location: Some cold place

Re: Help! What am I missing?

Post by TheDarkArchon »

Project Dark Fox wrote: Mass can be any number as little as 1 to as "heavy" as 0xffffffff.
Fixed: It's 8 f's, not 6
Locked

Return to “Editing (Archive)”