by Arachnotron123 » Mon Jun 22, 2015 1:13 pm
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
}
}
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]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
}
}[/code]