OpenXcom Forum

Modding => Work In Progress => Topic started by: ivandogovich on August 11, 2014, 04:41:27 am

Title: Custom .nam file
Post by: ivandogovich 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

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:
Title: Re: Custom .nam file
Post by: Falko on August 11, 2014, 04:46:21 am
how about putting some last names in it
Title: Re: Custom .nam file
Post by: ivandogovich 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
Title: Re: Custom .nam file
Post by: Falko on August 11, 2014, 04:56:12 am
ok you can ignore the last name but you need female names
Title: Re: Custom .nam file
Post by: ivandogovich 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
Title: Re: Custom .nam file
Post by: Solarius Scorch 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. :)
Title: Re: Custom .nam file
Post by: ivandogovich 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!