DATABASE

The following items can be added in Types list of 2D mode since PMAPEDIT BETA6 using "Unlock hidden types" patch. Non-listed types still available with Alt+T combination.

  • Enemies

    This group contains few new enemies that can be used in maps. Same as standart ones, these can be triggered and can send commands.

    • Type 225: Fake Dude

      Does nothing in game, but have HP and can be killed to trigger something as it can send/receive commands. This allows to build fake monsters/sector bosses. Sprite can be invisible and resized.

      Default status list number: 6 (enemy)
      "Trigger on" Flags Can send cmd Can be locked Can be invisible Any picnum Any size Any pal
      Command Impact Touch Proximity Yes Yes Yes tile #3949 Yes Yes
      Additional: Previously it was not implemented Mother Pod enemy.
    • Type 228: 1 Head Cerberus

      A variation of Cerberus (type 228) with one head alive. Requires to be enabled via RX 7, Cmd: On or by damaging it to become active in game. As any other dude, this one fully accessible for trigger flags.

      Default status list number: 6 (enemy)
      "Trigger on" Flags Can send cmd Can be locked Can be invisible Any picnum Any size Any pal
      Command (req) Impact Touch Proximity Yes Yes No tile #2749 64x64 Yes
      Additional: Also can be spawned via DudeSpawn in game.
  • Explosive things

    List of types that generates various explosions after they has been triggered via damage, commands or other triggers. All things in this list can be affected by game physics. This means they should be placed on floor, otherwise at game start they will fall, receive damage, and then explode. If you want prevent falling to ground, you can insert *blocking* sprite just below it. Once sprite removed, things continue falling.

    • Type 418: Armed TNT S

      Once triggered, generates TNT Stick explosion.

      Default status list number: 4 (thing)
      "Trigger on" Flags Can send cmd Can be locked Can be invisible Any picnum Any size Any pal
      Command Push Vector Impact Proximity Yes Yes Yes Yes Yes Yes
    • Type 419: Armed TNT B

      Once triggered, generates TNT Bundle explosion wich is does more damage.

      Default status list number: 4 (thing)
      "Trigger on" Flags Can send cmd Can be locked Can be invisible Any picnum Any size Any pal
      Command Push Vector Impact Proximity Yes Yes Yes Yes Yes Yes
    • Type 420: Armed Spray

      Once triggered, generates Aerosol weapon explosion wich is does burn damage and makes player burning.

      Default status list number: 4 (thing)
      "Trigger on" Flags Can send cmd Can be locked Can be invisible Any picnum Any size Any pal
      Command Push Vector Impact Proximity Yes Yes Yes Yes Yes Yes
    • Type 428: Napalm Trap

      Once triggered, will generate napalm launcher's alt fire explosion. Unlike other explosions, here you can pass count of napalm's chucks in data4 field. Each chuck will be multiplied by 2, so data4 = 100 will fire up 200 napalm's chucks.

      Default status list number: 4 (thing)
      "Trigger on" Flags Can send cmd Can be locked Can be invisible Any picnum Any size Any pal Data fields
      Push Vector Impact Yes No Yes tile #3295 40x40 Yes data4
    • Type 430: Acid Trap

      Once triggered, will generate green pod's acid explosion. There is non listed variation is available: Lo-tag 429: Fire Pod's explosion, wich is pretty similar to napalm ball.

      Default status list number: 4 (thing)
      "Trigger on" Flags Can send cmd Can be locked Can be invisible Any picnum Any size Any pal
      Push Vector Impact Yes No Yes tile #3633 40x40 Yes
  • Other stuff

    • Type 431: Leech Turret

      This is nothing, but dropped Life Leech weapon, the most interesting and most configurable type in game. Can shot projectiles in both player and monsters.

      To make it work, you must mark *Proximity* flag in sprite settings dialog. If you want player(s) able to pick up it, via key press on it's sprite, mark *Push* flag. This thing can also be picked up remotelly, by sending *CMD 35* on it. To make it just stop firing projectiles, send Lock command on it. If you want destroy it, you may send On command.

      Default status list number: 4 (thing)
      "Trigger on" Flags Can send cmd Can be locked Can be invisible Any picnum Any size Any pal Data fields
      Command Push Vector Impact Proximity (req) Yes Yes Yes Yes Yes Yes data3

      In addition to this, you can set how many ammo it have via data3 value. When no ammo it shots faster projectiles with less damage, otherwise slower projectiles with great damage.

    • Type 426: Falling Gibs

      Once fall from above, will break in gib effects just like it does Gib object (type 416) or Explode object (417). Data 1-3 is gib type, data4 is a sound to play. This type is affected by game physics. There is non listed variation is available (425) wich falling a little bit slower.

      Default status list number: 4 (thing)
      "Trigger on" Flags Can send cmd Can be locked Can be invisible Any picnum Any size Any pal Data fields
      Command Push Vector Impact Proximity Yes No Yes Yes Yes Yes data1 data2 data3 data4
      Additional: By default in game it used for blood chucks falling from killed enemies.

CONTACTS

Any suggestions and comments are welcome in Blood related Discord channel: https://discord.gg/a84k4wQ

You may also send e-mail to the author: baitd@yandex.ru

SIMPLE EXAMPLE #1

  1. Apply "Disable sprite palette auto-adjusting" patch.
  2. Insert enemy sprite (with no palette).
  3. In 3D Mode add any palette you wish, save the map.

In Blood you will got monster with selected palette.

SIMPLE EXAMPLE #2

  1. Apply "Unlock hidden types (lo-tags)" patch.
  2. Create decoration sprite.
  3. In 2D mode press ALT+F6 on it and select type 228.
  4. Optionally you can fill "drop item" field and select key to drop. Apply palette, if you have palettes patch installed.

In Blood you will got painted 1-dead head cerberus that can drop items and keys after death. To make it not ignore the world, just set it's State in mapedit to 1, or enable him via remote control as he fully accessible for RX\TX system.

SIMPLE EXAMPLE #3

  1. Apply "Unlock hidden types (lo-tags)" patch.
  2. Create decoration sprite.
  3. In 2D mode press ALT+F6 on it and select type 431.
  4. Mark "Proximity" flag, optionally also "Push" and "DudeLockout" flags.
  5. Add couple enemy sprites.

In game you will got dropped life leech turret that fires in monsters and sometimes can even fire in you. If you marked "Push" flag it will able to pickup via key press.

SIMPLE EXAMPLE #4

  1. Apply "Unlock hidden types (lo-tags) patch".
  2. Create decoration sprite.
  3. In 2D mode press ALT+F6 on it and select type 420.

In game you will get armed spary can bomb. Once damaged it will explode. If you want it explode via remote control, you probably want add RX\TX values. You may also set "Proximity" flag and it will explode when you or monster get close enough. Mark "Push" to make it explode via key press on it.

SOME SCREENSHOTS

Changed colors for invisible sprites and markers
Added unused active items to Items sprites menu
Reorganized Misc sprites menu
MAPEDIT patch by NoOne that unlocks new features such as: added unused active items in lists, hidden commands, hidden types