Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
riki2321

could not load .deh support data (gzdoom 1.8.2)

Recommended Posts

so i have a patch on dehacked which makes my health 950, today when i woke up i realized my health wasnt anymore on 950, but on 100, when i saw the loading screen it said some message "could not load .deh support data" help what do i do to fix this?

Patch File for DeHackEd v3.0
# Created with WhackEd4 1.0.4
# Note: Use the pound sign ('#') to start comment lines.

Doom version = 19
Patch format = 6


Thing 1 (Player)
Hit points = 999

Frame 13
Duration = 1

Frame 14
Duration = 1

Frame 15
Duration = 1

Frame 16
Duration = 1

Frame 60
Duration = 1

Frame 61
Duration = 1

Frame 169
Duration = 9999

Ammo 0 (Bullets)
Max ammo = 100

Ammo 3 (Rockets)
Max ammo = 300

Misc 0
Max Soulsphere = 700
Initial Bullets = 10
Soulsphere Health = 255
Max Health = 999
IDKFA Armor = 999
Initial Health = 950
BFG Cells/Shot = 1
Max Armor = 999
IDFA Armor = 999
Megasphere Health = 999

Share this post


Link to post

This normally means that you either corrupted gzdoom.pk3 or are using a version that doesn't match the executable.

Share this post


Link to post
Graf Zahl said:

This normally means that you either corrupted gzdoom.pk3 or are using a version that doesn't match the executable.

i've downloaded gzdoom 2.0.05 and it doesnt work

it says theres an invalid state on demon

ACTOR Demon
{
  Health 150
  PainChance 180
  Speed 10
  Radius 15
  Height 28
  Scale 0.5
  Mass 400
  Monster
  +FLOORCLIP
  SeeSound "no" //no
  AttackSound "fuck" //tourettes
  PainSound "fuck" //tourettes
  DeathSound "gorgiass" //allahu akbar
  ActiveSound "no" //no
  Obituary "%o was bit by a demon."
  States
  {
  Spawn:
    SARG AB 10 A_Look
    Loop
  See:
    SARG AABBCCDD 2 Fast A_Chase
    Loop
  Melee:
    SARG EF 8 Fast A_FaceTarget
    SARG G 8 Fast A_SargAttack
    Goto See
  Pain:
    SARG H 2 Fast
    SARG H 2 Fast A_Pain
    Goto See
  Death:
    MISL B 8 Bright A_Explode
    MISL C 6 Bright
    MISL D 1 Bright
    Stop
  Raise:
    SARG N 5
    SARG MLKJI 5
    Goto See
  }
}

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
×