Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Possible bug theory is this;
Look like a bug in the RTF parser.
AML 1.3 supports extended formatting for the mod description
Probably some edge case due to some uncommon formatting
Is happen on both versions (vanilla and WOTC), sorry to bug report in both :)
I am downloading WotC as I type this, so I don't know if that will require an update to this or a separate WotC-compatible version just yet. This is a very simple mod, though, so my gut tells me that this will probably work just fine as it is.
@Havelock: Like I said, I'm happy to take a look and see what fits in here. I haven't looked to see if there is a tutorial already out there for making a mod like this, but it's pretty basic. I'll see about putting something together if I have some time, if there is a need for it.
In the meantime, feel free to use mine as a template if you want to tinker around on your own. There really isn't anything "proprietary" about how this is put together.
Also, while on the subject, do you think you could link to a tutorial on how to make a mod like yours? In the event I feel like it one day, I'd like another shot at making my own, full-wacky name list, for funzies.
I'd recommend having a look at how Lyrae put her mod together. The way she's adding mission names, e.g.
[XComGame.XGMission]
[XGMission]
+m_aFirstOpName=Abandoned
Note there's no index numbers as your mod has (and the - and + entries):
+m_aFirstOpName[0]=Brooding
Without the Index numbers the mod-added entries are just added to the array, AFAIK. Noo contention for place in the array.
Grimy stuck up a couple of modified INI files on Pastebin for some soldier nickname mods to make them compatible, he removed similar Index numbers from those mods.
Also, if you are planning to update (woo-hoo), please check out my 12th June post, couple of typos in the existing list.
BTW, Lyrae's mod doesn't add to city names (Tokyo etc.) or soldier nicknames. It adds to the random name pools for Slums districts and Resistance Havens.
ISky's mod is a big merge and extension of a number of other mods, adds to soldier nicknames but still doesn't touch city names.
@Havelock Vetinari - Feel free to send your list my way. I'll take a look and see what works.
@Dragon32 and raiders5000 - One thing to note on Lyrae's and ISky's mods is that they add to more than just mission names. Probably not an issue for most, but if you already have a preferred/personal mod for city names, nicknames, etc and don't want those things impacted, my mod won't touch anything else.
Lyrae claims that Expanded Lexicon should work with other mods that add to name lists. I haven't tested yet, but I'll look into how things work if you run both together (or if anyone can confirm, feel free to post).
Not sure how active I_Burner is. There're a couple of other mission name mods where the author's are more present:
ISky's Big LW2 Name Mod
Lyrae's Expanded Lexicon
Or stick your list up on Pastebin and if no-one else I'll grab it and add it into my game :)
Add Expanded Lexicon to your game too.
RIP AND TEAR, BIG SKY
+m_aFirstOpName[73]=Porcelain
m_aFirstOpName[185]=Sanctimonious
m_aFirstOpName[220]=Irritating
m_aFirstOpName[238]=Sulfurous
m_aFirstOpName[334]=Shielded
m_aFirstOpName[454]=Crystalline
m_aFirstOpName[474]=Villain's
m_aSecondOpName[154]=Villain
m_aSecondOpName[268]=Piranha
m_aSecondOpName[287]=Wildebeest
m_aSecondOpName[291]=Jackal
m_aSecondOpName[486]=Scavenger
m_aFirstOpWord[205]=Siege
m_aFirstOpWord[238]=Paradox
m_aFirstOpWord[287]=Excalibur
m_aFirstOpWord[295]=Satellite
m_aFirstOpWord[314]=Hemorrhage
m_aFirstOpWord[322]=Tortoise
m_aSecondOpWord[248]=War-dance (debatable, but wardance is a neologism)
m_aSecondOpWord[267]=Nursery
m_aSecondOpWord[285]=Geyser
@bashmaster - That was a memorable one, for sure. 100% vanilla, but memorable. (Yes, for those of you that don't know "Stank" is in the base game. So are "Sweaty", "Drunken", "Moan", and "Chicken")
@obnoxint - I'll consider it. I still have some updates I want to make, so I'm holding off on anything like that until that's done.
@neuromancer - Whatever tugs at your bobber, I suppose.
A mission in which my scantily-clad squad got dominated by 30 Advent soldiers
Operation Scorpion Mother
A mission where 20-something chryssalids swarmed my squad at once.
Operation Goblin Thief:
It was routine but oh my god. That name.
These are my favorites so far.
@aina: Thanks. I'll consider putting together a pastebin or something similar, but I have some other things I want to work on first (like working on an idea I have for a script that could force this to be much more random). In the meantime, you could always just open up the .int file and take a look yourself. Any text editor will work (I like Notepad++, personally).
@Adam De Locke: I'm afraid the world is about to be one clown poorer.
Either way, thanks and keep up the good work!