Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Adventure mode: Demon race  (Read 1335 times)

Zeroarmorclone

  • Bay Watcher
    • View Profile
Adventure mode: Demon race
« on: July 30, 2009, 02:21:28 pm »

I have been bored running around as a human and what not in adventure mode and I would like to see what would happen if I were a demon that razed havok on the lands, only problem is I have no idea how to make demons a playable race, could anyone guide me on how to do this?
Logged

Scarpa

  • Bay Watcher
    • View Profile
Re: Adventure mode: Demon race
« Reply #1 on: July 30, 2009, 03:29:04 pm »

Logged

Zeroarmorclone

  • Bay Watcher
    • View Profile
Re: Adventure mode: Demon race
« Reply #2 on: July 30, 2009, 04:26:56 pm »

I ment this demon.
Code: [Select]
[CREATURE:DEMON]
[NAME:demon:demons:demonic]
[TILE:'&'][COLOR:4:0:1]
[MODVALUE:50]
[FANCIFUL][ENDING][POWER]
[FIREBREATH][FIREIMMUNE][LIKES_FIGHTING][MAGMA_VISION]
[FLIER]
[TRAPAVOID][CAN_LEARN][CAN_SPEAK]
[GENPOWER:5]
[BLOODTYPE:0]
[EVIL]
[BUILDINGDESTROYER:2]
[NOFEAR][NOEXERT]
[CANOPENDOORS]
[PREFSTRING:terrifying features]
[BODY:HUMANOID:TAIL:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:5FINGERS:5TOES:MOUTH]
[SIZE:16]
[ATTACK:MAIN:BYTYPE:MOUTH:bite:bites:1:6:BURN][ATTACKFLAG_CANLATCH]
[ATTACK:SECOND:BYTYPE:GRASP:punch:punches:1:2:BLUDGEON][ATTACKFLAG_WITH]
[NO_DRINK][NO_EAT][NO_SLEEP]
[EQUIPS]
[FAT:3]
[ALL_ACTIVE]
[STANDARD_FLESH]
[HOMEOTHERM:10095]
[SWIMS_INNATE][SWIM_SPEED:2500]
[PERSONALITY:ANXIETY:0:0:0]
[PERSONALITY:DEPRESSION:0:0:0]
[PERSONALITY:SELF_CONSCIOUSNESS:0:0:0]
[PERSONALITY:VULNERABILITY:0:0:0]
[PERSONALITY:FRIENDLINESS:0:0:0]
[PERSONALITY:ASSERTIVENESS:100:100:100]
[PERSONALITY:CHEERFULNESS:0:0:0]
[PERSONALITY:TRUST:0:0:0]
[PERSONALITY:STRAIGHTFORWARDNESS:0:0:0]
[PERSONALITY:ALTRUISM:0:0:0]
[PERSONALITY:COOPERATION:0:0:0]
[PERSONALITY:SYMPATHY:0:0:0]
[SPHERE:FIRE]
[SPHERE:DEATH]
[SPHERE:TORTURE]
Logged

Untelligent

  • Bay Watcher
  • I eat flesh!
    • View Profile
Re: Adventure mode: Demon race
« Reply #3 on: July 30, 2009, 04:29:26 pm »

Add this to the bottom of the entity file:

[ENTITY:DEMON]
    [CREATURE:DEMON]
    [INDIV_CONTROLLABLE]

That should add demons as a "Play Now" race. It MIGHT have unwanted repercussions, but that's the simplest and fastest way to go about it
Logged
The World Without Knifebear — A much safer world indeed.
regardless, the slime shooter will be completed, come hell or high water, which are both entirely plausible setbacks at this point.

Zeroarmorclone

  • Bay Watcher
    • View Profile
Re: Adventure mode: Demon race
« Reply #4 on: July 30, 2009, 05:32:17 pm »

Do i need to gen a new world?
Logged

Untelligent

  • Bay Watcher
  • I eat flesh!
    • View Profile
Re: Adventure mode: Demon race
« Reply #5 on: July 30, 2009, 08:34:02 pm »

If you add that and demons don't show up while starting adventure mode, then yes, it does need a new world.
Logged
The World Without Knifebear — A much safer world indeed.
regardless, the slime shooter will be completed, come hell or high water, which are both entirely plausible setbacks at this point.

blah28722

  • Bay Watcher
    • View Profile
Re: Adventure mode: Demon race
« Reply #6 on: July 30, 2009, 10:45:34 pm »

Add this to the bottom of the entity file:

[ENTITY:DEMON]
    [CREATURE:DEMON]
    [INDIV_CONTROLLABLE]

That should add demons as a "Play Now" race. It MIGHT have unwanted repercussions, but that's the simplest and fastest way to go about it

It should be


[ENTITY:DEMON]
    [CREATURE:DEMON]
    [INDIV_CONTROLLABLE]
    [ADVENTURE_TIER:4]
Logged