Xenonauts

Xenonauts

NamesOfTheWorld
98 条留言
Pilgrim 2024 年 8 月 16 日 下午 2:22 
I know it's been quite a while, but this mod doesn't seem to be working for me either.
Proud Fascist 2024 年 2 月 9 日 下午 1:03 
Sorry, but i didn't see any soldiers from the new countries, is the mod incompatible with any other? Or it is not updated, i want Brazilian and Turkish soldiers....
[DC] Owain Farfcoch 2023 年 9 月 6 日 下午 12:49 
Welsh names any chance for that?
LioTheManlyBadAssHero 2023 年 5 月 30 日 上午 9:23 
Can you add in israeli names?
Koro 2023 年 4 月 15 日 上午 1:05 
Thank you for your hard work. :)
Tutsi Noncombatant 2021 年 3 月 19 日 下午 9:28 
Cool mod. Your not around I suppose but I would add some South african and Rhodesian names. Ethiopian too probably
Moth 2019 年 10 月 27 日 上午 3:02 
Hi.
Any chance to add Polish male and female names ? Please :steamhappy:
Steelgonads  [作者] 2019 年 2 月 25 日 上午 11:21 
Thanks, but I'm pretty happy with the Yugoslavian soldiers already. I covered pretty much all bases there.
As for the Iranians, sure go ahead and send me a list.
Monarchist 2019 年 2 月 24 日 下午 8:09 
u forgot to put around 50% of last names should end with VIĆ like, StojadinoVIĆ, BojkoVIĆ, etc
i can send u more if u want.
Second part of msg was about thing that there is no Iranian names mod, if u want to make it i am more then willing to provide the names.
Steelgonads  [作者] 2019 年 2 月 24 日 下午 7:25 
I forget what? Your comment is hard to understand.
Monarchist 2019 年 2 月 24 日 下午 7:01 
I like yugoslavia names, but u forget most of fighting personal that would end up being in here would have last names with VIĆ, not including montenegrians and bosnians. Also is anzone doing persian names? I always felt like my nation is not included even tho we would jump in this oportunity to fight invaders and enemies of God's ppl
Bai 2018 年 5 月 13 日 下午 3:05 
nope got every mod to work now except this one.
Bai 2018 年 5 月 13 日 下午 2:24 
... actually i think the mod does not work at all most of the nations i got are already in the game
Bai 2018 年 5 月 13 日 下午 2:19 
how can i manually change it? il try deinstalling litterly everything but so far i got pretty much every nation on there except swiss portuguese irish and austrian i think
Steelgonads  [作者] 2018 年 5 月 13 日 下午 2:16 
Make sure you don't have any other mods that alter those two files I mentioned. I always get many soviets and americans, so I'm sure it works as intended.
Bai 2018 年 5 月 13 日 下午 2:14 
i restarted and checked the list atleast 30 times and got tons of norwegians finnish and dutch people who are equally as low
Steelgonads  [作者] 2018 年 5 月 13 日 下午 2:14 
Their chance is pretty low. Value i gave them was "6". This is not a percentage. For comparison, Soviets and Americans have 50 and Belgians have 10. Go to your soldiernames.xml and soldiernamesfemale.xml and change the swiss chance to 50.

Other than that, just keep trying.
Bai 2018 年 5 月 13 日 下午 2:03 
i also tried going intot he files changing them up to 80% and still none showed up but im not god at modding anyway
Bai 2018 年 5 月 13 日 下午 1:51 
man i have been restarting and checking the list for hours now and i did not find a single swiss
Steelgonads  [作者] 2018 年 5 月 13 日 上午 5:14 
It's ok man, don't worry. In the end, the community solved the issue :)
Casaubon 2018 年 5 月 13 日 上午 3:15 
so sorry for mixing up the order in the 2 words insert & replace! must have swapped them somewhere in the process cause it worked once when I apparently had them right. my :steamfacepalm: my humble apology
Steelgonads  [作者] 2018 年 5 月 12 日 上午 7:54 
Done, 1.19 it is
A-tf 2018 年 5 月 12 日 上午 7:11 
Thanks.
May be it would be reasonable to change version of mod, for automatic update at all subscribers.
Steelgonads  [作者] 2018 年 5 月 12 日 上午 4:38 
Great analysis. I'm going to trust you and the documentation. I've uploaded the reviewed version.

It's strange that the other guy "Casaubon" suggested the wrong keyword, tried it and it worked.

I did some basic testing and I got this in the log:

Sat May 12 12:34:21 2018: MOD INFO: Adding mod directory: mods/steelgonads names of the world/
Sat May 12 12:34:21 2018: MOD INFO: Adding mod directory: mods/lore+/
Sat May 12 12:34:21 2018: MOD INFO: Adding mod directory: mods/khall's more portraits/
Sat May 12 12:34:21 2018: MOD INFO: Merged strings from mod mods/steelgonads names of the world/ .
Sat May 12 12:34:21 2018: MOD INFO: Merged strings from mod mods/lore+/ .

I also see the different nationalities in-gema, so i guess it worked.
A-tf 2018 年 5 月 11 日 下午 4:34 
- if the value is "delete", the already existing matching element is deleted if it exists, it is an error if there are more than one element to delete
- if the value is "deleteall", all already existing matching elements are deleted, if they exist
- if the value is "update", it is an error if there are no or more than one matching elements, otherwise update possible attribute values and (direct) content, descent one level down and repeat for all children
- if the value is "updateifexists", it is an error if there is more than one matching element, otherwise nothing happens if there is no matching element, otherwise update possible attribute values and (direct) content, descent one level down and repeat for all children
- if the value is "updateall", use "update" for all matching elements
A-tf 2018 年 5 月 11 日 下午 4:34 
- if an element has a special attribute MODMERGE, this attribute specifies how the element will be merged with a possibly already existing matching element
- if the value is "insert", if there is no matching element, insert the element, it is an error if a matching element already exists
- if the value is "replace", the already existing matching element is replaced by this element (including all its children), it is an error if there's no or more than one element to replace
- if the value is "replaceifexists", an already existing matching element is replaced by this element (including all its children) if it exists, otherwise nothing happens, it is an error if there are more than one elements to replace
- if the value is "insertreplace", use "insert" if there is no matching element, otherwise use "replace"
A-tf 2018 年 5 月 11 日 下午 4:32 
Here is a description of modular system of Xenonauts:
www.goldhawkinteractive.com/forums/index.php?/topic/11156-documentation-modular-mods-system/

As you can see there is not value "replaceinsert".
Only "insertreplace". And "insert" :)
A-tf 2018 年 5 月 11 日 下午 4:31 
Error again

Sat May 12 02:22:37 2018: MOD ERROR: Unknown MODMERGE value replaceinsert
Sat May 12 02:22:37 2018: MOD ERROR: Merging XML for soldiernames.xml from mod mods/steelgonads names of the world/ failed.
Steelgonads  [作者] 2018 年 5 月 10 日 下午 4:29 
As you saw in the other discussion, i changed it at the behest of another user. I never tested it though. Now I don't know who to believe.
A-tf 2018 年 5 月 9 日 下午 7:15 
I was had a copy of this mod also version 1.18, but without error. Given the popularity of this mod, I assumed that I took it before from X:CE pack. Now I checked, it is not.
Most likely, I copied those version from the Goldhawk forum.
Steelgonads  [作者] 2018 年 5 月 9 日 下午 5:04 
What do you mean "correct version in X:CE pack"?
A-tf 2018 年 5 月 9 日 上午 3:42 
Steam version of this mod didn't work (correct version in X:CE pack).

Should change MODMERGE="replaceinsert" to MODMERGE="insert"
Steelgonads  [作者] 2018 年 3 月 8 日 下午 1:52 
All the countries added/edited are explicitly written in the description of the mod above.
"Аиааира" ☭ 2018 年 3 月 7 日 下午 3:05 
I mean,if you´ve also edited czechoslovakia,added any names,quantity of "cse" soldiers and so...?
Steelgonads  [作者] 2018 年 3 月 6 日 上午 11:55 
What do you mean?
"Аиааира" ☭ 2018 年 3 月 6 日 上午 6:59 
what ´bout Czechoslovakia ?
Steelgonads  [作者] 2018 年 2 月 24 日 上午 7:38 
I don't care if you are "trolls" or if you are racist. I don't care if you do this to get a reaction out of people or if you truly believe the crap you say. What I care is that I just found out I have the power to delete your comments.

So, with this new found knowledge, here is my reaction: Any of you two idiots ever comments here again, I will delete all of your "contributions".

If you just arrived to this thread and see me talking to myself, you know these two idiots couldn't resist to talk again.
The Cunning Fox (raZoleg) 2018 年 2 月 24 日 上午 5:51 
You know it's true, that's why you got your knickers in a twist. Rat bastard.
Steelgonads  [作者] 2018 年 2 月 24 日 上午 1:45 
Screenshoted and reported. Take your racism somewhere else please.

@Bloc97 - I don't know enough from those two countries to be able to make a list myself. If you want to contribute one, go ahead.
The Cunning Fox (raZoleg) 2018 年 2 月 23 日 下午 4:58 
Chinks and Punjabs are subhuman, that's why
Bloc97 2018 年 2 月 6 日 上午 7:04 
Why isn't there names from Asia? China and India alone make up 35% of the world's population.
Hunter 2017 年 12 月 11 日 下午 8:13 
@Ragnaman hahahaahahahahahaha
Finarfin 2016 年 2 月 7 日 上午 11:59 
can someone link me this mod?
GFNeves 2015 年 12 月 20 日 上午 8:13 
Welp, never mind. Uninstalled again and download directly from the forums and it worked. I guess I should've tryed that earlier. Anyway, great mod.
GFNeves 2015 年 12 月 20 日 上午 8:08 
Hey, fist of all, I really like this mod, congrats on the work. Unfortunately I'm experiencing a problem after having reinstalled the game due to some hardware problems. i've tried uninstalling and reinstalling the mod but nothing changed. The nationality of some soldiers is nothing but ###### and the regiment names are not loading correctly. Any help fixing this?
Celius 2015 年 11 月 12 日 上午 7:18 
Second question. If you have a base in norway like most of the people you recruit will be norvegian. But your first answear gave me everything i needed!!! Thank you, you are awesome!
Steelgonads  [作者] 2015 年 11 月 11 日 下午 1:06 
First question: Yes, edit the files of the mod, by deleting all other nationalities that you don't desire and you will only get the ones you want.

Second question: I don't understand the request. The game already lets you transfer soldiers from one base to the other. What's stopping you from transfering all the Norwegians to the Norway base?
Celius 2015 年 11 月 11 日 上午 11:54 
Is there a way to get only one nationality? Or if you for an example make a base in norway most troops will be norwegian and a few from neighbour contries?
Steelgonads  [作者] 2015 年 11 月 7 日 上午 10:48 
I've only listed the countries I've added or altered. All the original ones are still there. In the perspective of the user, I only add or alter, so I thought I didn't need to write that the original ones were still there.

Besides that, there's a bunch of hardcoded soldiers in the game. You can't mod them out and some of them are from countries that aren't even listed. I beleive they were put there by the devs and they are kickstarter supporters.
That's why sometimes you get soldiers from a country and their names sound very strange for that country. Let me give you an example:

Leonitus Higley - Finland