Zdoom decorate black screen

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
User avatar
Arachnotron123
Posts: 18
Joined: Thu Aug 14, 2014 5:40 pm
Location: Virginia

Zdoom decorate black screen

Post by Arachnotron123 »

I have the same problem for two of my decorate codes. If I add the things to my map, when I try to enter the map through zdoom, it comes up what a black screen. The music will be playing, but nothing appears on
the screen. Here are the two codes((Yes, this is an anime style secret map)):

Code: Select all

actor rika_furude 10241
{
  Height 40
  Radius 20
  +SOLID
  States
  {
  Spawn:
    riku a 0
    Loop
  }
}

actor Panties : PowerupGiver 12347
{
 inventory.pickupmessage "PANTIES"
 inventory.icon "pantA0"
 powerup.color pink 0.25
 inventory.maxamount 0
 inventory.usesound "pickups/slowmo"
 powerup.type "Regeneration"
 powerup.duration 1000
 translation "128:143=64:79"
 +AUTOACTIVATE
 +INVENTORY.FANCYPICKUPSOUND
   states
 {
 Spawn:
   PANT A 0 bright
  
 }
}
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Zdoom decorate black screen

Post by Graf Zahl »

Your actor contains a 0-duration look which locks up the engine.
User avatar
Arachnotron123
Posts: 18
Joined: Thu Aug 14, 2014 5:40 pm
Location: Virginia

Re: Zdoom decorate black screen

Post by Arachnotron123 »

Graf Zahl wrote:Your actor contains a 0-duration look which locks up the engine.
It worked, and the only problem I am having now is the thing keeps appearing to fall through the floor and it disappears when I get close to it. Other than those two things the prop works fine.
Post Reply

Return to “Closed Bugs [GZDoom]”