Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Dragon race?  (Read 893 times)

Kainl

  • Bay Watcher
    • View Profile
    • http://N/A
Dragon race?
« on: March 30, 2007, 08:29:00 pm »

Is there a Dragon race?, If so please post it and tell me how to put it in the game please.
Logged
he blood of the Innocent shall be spilled.

BlueDestiny

  • Bay Watcher
    • View Profile
Re: Dragon race?
« Reply #1 on: March 30, 2007, 08:46:00 pm »

Well, you could add the indiv_controllable flag to the creature file and then start as "play now", but besides biting things for massive damage you can't do much else. Unless you want a dragon fortress, which is a whole 'notha story.
Logged

Kainl

  • Bay Watcher
    • View Profile
    • http://N/A
Re: Dragon race?
« Reply #2 on: March 30, 2007, 08:51:00 pm »

Where do I put it in the creature file?
Logged
he blood of the Innocent shall be spilled.

Pnx

  • Bay Watcher
    • View Profile
Re: Dragon race?
« Reply #3 on: March 30, 2007, 09:41:00 pm »

Should be
raw/objects/entity_default.txt

go there search for the dragon near the bottom

code:
 
[ENTITY :DRAGON]
   [INDIV_CONTROLLABLE]
   [CREATURE :DRAGON]
   [TRANSLATION :DRAGON]

[ March 30, 2007: Message edited by: Pnx ]

Logged

Kainl

  • Bay Watcher
    • View Profile
    • http://N/A
Re: Dragon race?
« Reply #4 on: March 31, 2007, 02:14:00 pm »

It was not there so I copy and pasted the code, but guess what when I started Adventure mode, ...ERROR and then closed out.
Logged
he blood of the Innocent shall be spilled.

Frogman

  • Bay Watcher
    • View Profile
Re: Dragon race?
« Reply #5 on: March 31, 2007, 02:32:00 pm »

You'll have to generate a new world.

...also, I think that code is a bit off.

code:
[ENTITY:DRAGON]
   [INDIV_CONTROLLABLE]
   [CREATURE:DRAGON]
   [TRANSLATION:ELF]


should work.

Edited for stupid smilies appearing in code.

[ March 31, 2007: Message edited by: Frogman ]

Logged

Kainl

  • Bay Watcher
    • View Profile
    • http://N/A
Re: Dragon race?
« Reply #6 on: March 31, 2007, 03:37:00 pm »

Thank you, I'll generate A World and use the code  :)
Logged
he blood of the Innocent shall be spilled.

Naminator4

  • Bay Watcher
    • View Profile
Re: Dragon race?
« Reply #7 on: March 31, 2007, 07:07:00 pm »

There also needs to be a kind of settlements in it...

I think this would be work better.

code:
[ENTITY:DRAGON]
   [MOUNTAIN_SETTLEMENTS]
   [CREATURE:DRAGON]
   [TRANSLATION:ELF]
   [SELECT_SYMBOL:ALL:NEGATIVE]
   [SELECT_SYMBOL:ALL:SUBORDINATE]
   [CULL_SYMBOL:ALL:DOMESTIC]
   [CULL_SYMBOL:ALL:FLOWERY]
   [CULL_SYMBOL:ALL:EVIL]
   [CULL_SYMBOL:ALL:UNTOWARD]
   [CULL_SYMBOL:ALL:NATURE]
   [CULL_SYMBOL:ALL:UGLY]
   [CULL_SYMBOL:ALL:NEGATOR]

[ March 31, 2007: Message edited by: Naminator4 ]

Logged
hat''s it for now.