Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: So I'm trying to create a race of angels...  (Read 1227 times)

HySh777

  • Bay Watcher
    • View Profile
So I'm trying to create a race of angels...
« on: February 25, 2012, 01:40:28 pm »

It's worked pretty well, so far.

Then I decided to experiment with the caste system.

The semantics are: regular angels (male and female) have 2 wings, seraphim (male) have 6.

Oddly, when I genned a seraph in adventure mode, he had no wings. Regular angels have 2 wings like they're supposed to, though.

Spoiler (click to show/hide)

That's my code. Mostly copied and pasted from humans. I'm confused, though. Could it be that they're interbreeding incorrectly?

Any advice to this newbie would be awesome.

EDIT: Found my first bug. Angels that hunt great beasts in world gen die of starvation, as they don't eat their kills.

Still need help with Seraphim not having wings, though.

I got it. :3 Thanks, people!
« Last Edit: February 25, 2012, 02:36:10 pm by HySh777 »
Logged

Demonic Gophers

  • Bay Watcher
    • View Profile
    • The Tunnels
Re: So I'm trying to create a race of angels...
« Reply #1 on: February 25, 2012, 02:00:14 pm »

Do you get any errors in the error log?  Did you add '6WINGS' to the body raw file?
Logged
*Digs tunnel under thread.*
I also answer to Gophers and DG.
Quote from: Shades of Gray
*Says something inspiring and quote worthy.*
Opinions are great, they're like onions with pi.

Drago55577

  • Bay Watcher
  • Я красивая девушка
    • View Profile
Re: So I'm trying to create a race of angels...
« Reply #2 on: February 25, 2012, 02:00:18 pm »

try reducing wing amount to two, see if they appear if they do you may have to many wings.

(not a modder so im not to muhc help)
Logged

Rip goat, more loli
I think I've been sigged more times as a result of my comments in this thread than I have in most of my other activity on these forums. 

HySh777

  • Bay Watcher
    • View Profile
Re: So I'm trying to create a race of angels...
« Reply #3 on: February 25, 2012, 02:09:00 pm »

No error log errors.

Also, the most relevant piece of information from my code is this:

[SELECT_CASTE:SERAPHIM]      [BODY:HUMANOID:6WINGS:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:TONGUE:FACIAL_FEATURES:TEETH:RIBCAGE]

Did you add '6WINGS' to the body raw file?

Now, I'm confused on exactly what you mean by this. Care to elaborate?
« Last Edit: February 25, 2012, 02:11:53 pm by HySh777 »
Logged

EmperorJon

  • Bay Watcher
  • Still waiting...
    • View Profile
Re: So I'm trying to create a race of angels...
« Reply #4 on: February 25, 2012, 02:09:52 pm »

If that's all your code, then the wings is your problem. You can't just say 6 wings instead of 2. 2wings is a specific body template, you'll have to make one with 6.
Logged
I think it's the way towns develop now. In the beginning, people move into a town. Then they start producing tables, which results in more and more tables. Soon tables represent a significant portion of the population, they start lobbying for new laws and regulations, putting people to greater and greater disadvantage...
Link for full quote. 'tis mighty funny.

HySh777

  • Bay Watcher
    • View Profile
Re: So I'm trying to create a race of angels...
« Reply #5 on: February 25, 2012, 02:13:46 pm »

Ah, ok. Well. I'm still a bit confused. Not made a body template yet. I assume I can add it as a new file, say body_mod, right? And how do I do it, if you don't mind me asking?

I think I actually figured it out. Update soon!
« Last Edit: February 25, 2012, 02:32:24 pm by HySh777 »
Logged

Shooer

  • Bay Watcher
    • View Profile
Re: So I'm trying to create a race of angels...
« Reply #6 on: February 25, 2012, 02:32:39 pm »

Just look in the standard body template text files and find two wings and copy them into your new one and just modify them two have 6.  A good example to go off is something that has 4 arms or 6 legs and copy the style of that into your 6 wing template.
Logged

HySh777

  • Bay Watcher
    • View Profile
Re: So I'm trying to create a race of angels...
« Reply #7 on: February 25, 2012, 02:35:48 pm »

Mhm. I just did that and it ended up working great!

So thanks, guys. Appreciate it!
Logged