Search results for query: *

  1. C

    custom things not spawn

    Needs to be Freeslots for sprites its MT_NAME - Name of Mobj S_StateName SPR_SpriteName (Has to be 4 letters obviously) DS"SoundName" - without quotations, also has to be 4. Note that your graphics MUST BE DoomGFX(Paletted) and converted in slade with the Sonic Robo Blast 2 LEGACY Palette...
  2. C

    custom things not spawn

    Had this problem earlier. Declare that the name MT_NAME is in freeslot. Zone builder grants the bottom resource on the resource load list a freeslot automatically. Basically, if you had something wrong with your freeslot declaration you wouldn't know unless it was the lower priority. Easy fix...
  3. C

    Resource Priority Load{FIXED}

    I have FIXED THIS. ZONE BUILDER grants a PRIORITY freeslot to the resource with highest priority. In other words, you do not have to declare a free slot if it is the highest priority resource loaded into the map. I did not know this and completely missed having not declared the MT_NAME as...
Back
Top