aliens

Author Topic: Custom .nam file  (Read 4458 times)

Offline ivandogovich

  • Commander
  • *****
  • Posts: 2381
  • X-Com Afficionado
    • View Profile
    • Ivan Dogovich Youtube
Custom .nam file
« on: August 11, 2014, 04:41:27 am »
I'm trying to make a custom .nam file for all my rookies.

I have not put any lastnames in and only a list of nicknames in the malefirstnames.

Unfortunately it crashes on launching a new game.

What are the parameters that I need to follow to do this right?  (I couldn't find any hard info in forum searches and in the wiki). :(

Thanks!
Cheers, Ivan :D

Spoiler:
Code: [Select]
lookWeights:
  - 30
  - 30
  - 20
  - 20
maleFirst:
  - Tenderfoot
  - Pvt Snuffy
  - Unrecognizable
  - Plainclothes
  - NewGuy
  - NewBoots
  - Jodie
  - PV2 Murphy
  - FNG
  - Boot
  - Doughboy
  - DogFace
  - G.I.
  - SGT Rock
  - Alien Bait
  - Grenade Magnet
  - MoveOut
  - DrawFire
  - SuckItUp
  - DriveOn
  - Hooah
  - DeadMeat
  - Recruit
  - Draftee
  - Rookie
  - Conscript
  - Tenderfoot
  - Novice
  - Grunt
  - CannonCocker
  - WingWiper
  - MudMasher
  - Pogue
  - Fobbit
  - Hero
  - Cowboy
  - Highspeed
  - Lowdrag
  - Airborne
  - Chairborne
  - Cookie
  - Doc
  - Guns
  - Stogie
  - Tanker
  - Stryker
  - Squint
  - DittyBopper
  - SnakeEater
  - Shortimer
  - Initiate
  - Newbie
  - Greenhorn
  - Cheechako
  - UnderCover
  - Clandestine
  - SoAndSo
  - WhatsisName
  - Whatchamacallit
  - Covert
  - Furtive
  - Inconspicuous
  - Unsung
  - Alias
  - Anonym
  - Handle
  - NomdeGuerre
  - FishFood
  - Dis Guy
  - Dat Guy
  - De Udder Guy
maleLast:

Offline Falko

  • Commander
  • *****
  • Posts: 802
    • View Profile
Re: Custom .nam file
« Reply #1 on: August 11, 2014, 04:46:21 am »
how about putting some last names in it

Offline ivandogovich

  • Commander
  • *****
  • Posts: 2381
  • X-Com Afficionado
    • View Profile
    • Ivan Dogovich Youtube
Re: Custom .nam file
« Reply #2 on: August 11, 2014, 04:48:39 am »
Can I get it to run with out last names?

I just want to have them nicknamed.

If the Lastnames are a hardcoded requirement, I'll stop trying to do the impossible. ;)

(Edit)
I thought SupSuper set it up so it could ignore the lastname...  https://openxcom.org/forum/index.php?topic=1637.msg15188#msg15188
« Last Edit: August 11, 2014, 04:50:33 am by ivandogovich »

Offline Falko

  • Commander
  • *****
  • Posts: 802
    • View Profile
Re: Custom .nam file
« Reply #3 on: August 11, 2014, 04:56:12 am »
ok you can ignore the last name but you need female names

Offline ivandogovich

  • Commander
  • *****
  • Posts: 2381
  • X-Com Afficionado
    • View Profile
    • Ivan Dogovich Youtube
Re: Custom .nam file
« Reply #4 on: August 11, 2014, 04:12:46 pm »
Ok, Thanks, Falko! That got it!

I split the names between male and female and left lastName with no entry after it, and it works.  :)

Cheers, Ivan :D

Offline Solarius Scorch

  • Global Moderator
  • Commander
  • *****
  • Posts: 11408
  • WE MUST DISSENT
    • View Profile
    • Nocturmal Productions modding studio website
Re: Custom .nam file
« Reply #5 on: August 11, 2014, 11:38:25 pm »
Ok, Thanks, Falko! That got it!

I split the names between male and female and left lastName with no entry after it, and it works.  :)

Cheers, Ivan :D

You can have the same lists in both genders if you want full equality. :)

Offline ivandogovich

  • Commander
  • *****
  • Posts: 2381
  • X-Com Afficionado
    • View Profile
    • Ivan Dogovich Youtube
Re: Custom .nam file
« Reply #6 on: August 12, 2014, 02:10:03 am »
You can have the same lists in both genders if you want full equality. :)

Even more insights!  Perfect! Thanks!