Home | Webstore
Latest News: OOTP 26 Available - FHM 11 Available - OOTP Go! Available

Out of the Park Baseball 26 Buy Now!

  

Go Back   OOTP Developments Forums > Prior Versions of Our Games > Earlier versions of Out of the Park Baseball > Earlier versions of OOTP: General Discussions
Register Blogs FAQ Calendar Today's Posts Search

Earlier versions of OOTP: General Discussions General chat about the game...

Reply
 
Thread Tools
Old 04-06-2012, 04:44 PM   #1
Caporegime
All Star Starter
 
Caporegime's Avatar
 
Join Date: Mar 2006
Location: The Borough of Kings
Posts: 1,714
Editing ethnicities...argh! What am I doing wrong?

I skipped V.12, and boy has the process of changing ethnicities changed!

I've never liked the "one size fits all" approach that OOTP takes concerning Hispanics, Hispanic names, & the racial distribution in Latin American nations, so I usually like to edit these. Unfortunately, however, I can't figure out how to do this in OOTP 13.

In V.11, for example, I successfully replaced Finnish (no offense to any Finns who might see this) in the ethnicities file with Dominican (as in Dominican Republic). I then replaced Finnish last & first names in their respective name files with Spanish (Dominican) ones, edit the D.R. in the nations txt to point to the new language/ethnicity location, and bango - upon league creation, the Dominican Republic will reflect those changes.

In V. 13, I have edited the (new & vexing) world_default file & replaced Finnish w/ Dominican & made sure the D.R. is extracting names/ethnicities from the right spot (lid=11). Ditto the ethnicities & names files. When I create a new league, however, the number of languages/ethnicities is reduced to 38, and the language for the Dominican Republic is still listed as being "Finnish".

What am I doing wrong here? This used to be such an easy thing to change.

Edited for clarity:

In short, what I'm attempting to do here is replace one ethnicity/language with another. How can I do that?

Thanks in advance for any help.
__________________
"If you don't know where you are going, you'll wind up someplace else." - Lawrence Peter Berra

Last edited by Caporegime; 04-06-2012 at 04:48 PM.
Caporegime is offline   Reply With Quote
Old 04-06-2012, 09:05 PM   #2
Ktulu
Hall Of Famer
 
Join Date: Feb 2003
Location: BC
Posts: 4,506
The names and ethnicities files work the same as they always have, the only difference is in the world_default.xml

You define the languages in the <LANGUAGES> section. These matchup with the language id in the ethnicities file and the last "column" in the name files.

In the xml at the Nation level you can define a language with lid=""

Within the nation tag you can also do this
Code:
<ETHNICITIES>
    <ETHNICITY lid="1" pct="94" />
    <ETHNICITY lid="3" pct="5" />
    <EHTNICITY lid="4" pct="1" />
</ETHNICITIES>
That allows you even more control of the breakdown of ethnicities and names in each nation. (You can even set the lid all the way down to the city level if you wanted to)

I don't know if that helps, but if you're computer literate enough to do this the old way you should be able to figure it out (hopefully ). Good luck. Make sure you are replacing all 4 files (names, first names, ethnicities, world xml).
__________________
"The ice is getting even more thinner, my friend!"
Ktulu is offline   Reply With Quote
Old 04-06-2012, 09:35 PM   #3
The Wolf
Hall Of Famer
 
The Wolf's Avatar
 
Join Date: Jun 2006
Location: All alone
Posts: 12,612
Infractions: 0/1 (1)
That'll teach you to skip a version.
__________________
__________________
Quote:
Originally Posted by Markus Heinsohn View Post
Well, the average OOTP user...downloads the game, manages his favorite team and that's it.
According to OOTP itself, OOTP MLB play (modern and historical) outnumbers OOTP fictional play three to one.

Five thousand thanks for a non-modder? I never thought I'd see the day. Thank you for your support.
The Wolf is offline   Reply With Quote
Old 04-07-2012, 03:02 AM   #4
Caporegime
All Star Starter
 
Caporegime's Avatar
 
Join Date: Mar 2006
Location: The Borough of Kings
Posts: 1,714
Quote:
Originally Posted by Ktulu View Post
The names and ethnicities files work the same as they always have, the only difference is in the world_default.xml

You define the languages in the <LANGUAGES> section. These matchup with the language id in the ethnicities file and the last "column" in the name files.

In the xml at the Nation level you can define a language with lid=""

Within the nation tag you can also do this
Code:
<ETHNICITIES>
    <ETHNICITY lid="1" pct="94" />
    <ETHNICITY lid="3" pct="5" />
    <EHTNICITY lid="4" pct="1" />
</ETHNICITIES>
That allows you even more control of the breakdown of ethnicities and names in each nation. (You can even set the lid all the way down to the city level if you wanted to)

I don't know if that helps, but if you're computer literate enough to do this the old way you should be able to figure it out (hopefully ). Good luck. Make sure you are replacing all 4 files (names, first names, ethnicities, world xml).
Thanks! I finally got it. However, I still can't seem to find a way to rename an existing language/ethnicity.

I'm trying to replace the Finnish language/ethnicity with a customized one, in this case, the Dominican Republic. Here's an example of what I'm doing (or doing wrong):

1.) ethnicities file:

11,Dominican,890,0,70,0,40,

2.) In the World_Default:

<LANGUAGE id="11" name="Dominican" />

3.) first & last name files: Replaced all Finnish names with custom Spanish/Dominican ones.

4.) Edited the Dominican Republic in the World_Default file to draw exclusively from ethnicity "11".

<NATION id="56" name="Dominican Republic" pop="10090000" lid="11" gender="0" bbqual="5" abbr="DOM" dem="Dominican" time_zone="-4">
<ETHNICITIES>
<ETHNICITY lid="11" pct="100" />

The problem is that in the world editor, Finnish is still listed as a language/ethnicity, and is now listed as the sole language of the Dominican Republic. As far as I can see, I have deleted all references to Finnish in the world-default & ethnicities file. Why is it still listed?
__________________
"If you don't know where you are going, you'll wind up someplace else." - Lawrence Peter Berra
Caporegime is offline   Reply With Quote
Old 04-07-2012, 03:06 AM   #5
Caporegime
All Star Starter
 
Caporegime's Avatar
 
Join Date: Mar 2006
Location: The Borough of Kings
Posts: 1,714
Quote:
Originally Posted by The Wolf View Post
That'll teach you to skip a version.
And how! Learning how to edit this newfangled XML file has turned out to be more time-consuming, complicated & stressful than filling out my income tax return forms.
__________________
"If you don't know where you are going, you'll wind up someplace else." - Lawrence Peter Berra
Caporegime is offline   Reply With Quote
Old 04-07-2012, 08:19 AM   #6
joefromchicago
Hall Of Famer
 
joefromchicago's Avatar
 
Join Date: Jun 2011
Posts: 3,691
Quote:
Originally Posted by Caporegime View Post
Thanks! I finally got it. However, I still can't seem to find a way to rename an existing language/ethnicity.
As far as I know, you can't make a change in the language ID and have it show up in the world editor. It's not that big of an issue, though, since your players will still be listed as coming from the DR, even though the game thinks that they speak Finnish.
joefromchicago is offline   Reply With Quote
Old 04-07-2012, 08:22 AM   #7
joefromchicago
Hall Of Famer
 
joefromchicago's Avatar
 
Join Date: Jun 2011
Posts: 3,691
Quote:
Originally Posted by Caporegime View Post
And how! Learning how to edit this newfangled XML file has turned out to be more time-consuming, complicated & stressful than filling out my income tax return forms.
Check out this thread. It won't tell you how to make edits, but it will explain why you can't make edits.
joefromchicago is offline   Reply With Quote
Old 04-07-2012, 08:49 AM   #8
The Wolf
Hall Of Famer
 
The Wolf's Avatar
 
Join Date: Jun 2006
Location: All alone
Posts: 12,612
Infractions: 0/1 (1)
I'm glad they've agreed to fix this mess in a patch. This area was obviously essentially ignored and should not have been.
__________________
__________________
Quote:
Originally Posted by Markus Heinsohn View Post
Well, the average OOTP user...downloads the game, manages his favorite team and that's it.
According to OOTP itself, OOTP MLB play (modern and historical) outnumbers OOTP fictional play three to one.

Five thousand thanks for a non-modder? I never thought I'd see the day. Thank you for your support.
The Wolf is offline   Reply With Quote
Old 04-07-2012, 10:44 AM   #9
Ktulu
Hall Of Famer
 
Join Date: Feb 2003
Location: BC
Posts: 4,506
Quote:
Originally Posted by Caporegime View Post
The problem is that in the world editor, Finnish is still listed as a language/ethnicity, and is now listed as the sole language of the Dominican Republic. As far as I can see, I have deleted all references to Finnish in the world-default & ethnicities file. Why is it still listed?
It might just be hard coded in the world editor I'm not sure. I've created a custom db from scratch and I don't see the problem you describe, but I haven't actually tried replacing a language in the default file like you are.
__________________
"The ice is getting even more thinner, my friend!"
Ktulu is offline   Reply With Quote
Old 04-07-2012, 04:48 PM   #10
Caporegime
All Star Starter
 
Caporegime's Avatar
 
Join Date: Mar 2006
Location: The Borough of Kings
Posts: 1,714
Quote:
Originally Posted by The Wolf View Post
I'm glad they've agreed to fix this mess in a patch. This area was obviously essentially ignored and should not have been.
+100000000

I just hope we get some kind of an editor eventually that will enable us to edit these minor things without having to invest hours awkwardly fumbling around with XML & text files.
__________________
"If you don't know where you are going, you'll wind up someplace else." - Lawrence Peter Berra
Caporegime is offline   Reply With Quote
Old 04-07-2012, 04:54 PM   #11
Caporegime
All Star Starter
 
Caporegime's Avatar
 
Join Date: Mar 2006
Location: The Borough of Kings
Posts: 1,714
Quote:
Originally Posted by joefromchicago View Post
Check out this thread. It won't tell you how to make edits, but it will explain why you can't make edits.
Thanks Joe. That's actually the first thread I scoured through before posting here. I think I know each post in that thread by heart. Thanks for your contribution to it & the other thread concerning the world-default file. You helped bring this problem to Andreas' attention. Thankfully, he seems committed to ameliorating this problem.
__________________
"If you don't know where you are going, you'll wind up someplace else." - Lawrence Peter Berra
Caporegime is offline   Reply With Quote
Old 04-07-2012, 08:00 PM   #12
joefromchicago
Hall Of Famer
 
joefromchicago's Avatar
 
Join Date: Jun 2011
Posts: 3,691
Thanks, Capo. A lot of the credit goes to Muzamba, who has been working behind the scenes on this issue. I'm holding off on purchasing v.13 until this problem gets fixed.
joefromchicago is offline   Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:25 PM.

 

Major League and Minor League Baseball trademarks and copyrights are used with permission of Major League Baseball. Visit MLB.com and MiLB.com.

Officially Licensed Product – MLB Players, Inc.

Out of the Park Baseball is a registered trademark of Out of the Park Developments GmbH & Co. KG

Google Play is a trademark of Google Inc.

Apple, iPhone, iPod touch and iPad are trademarks of Apple Inc., registered in the U.S. and other countries.

COPYRIGHT © 2023 OUT OF THE PARK DEVELOPMENTS. ALL RIGHTS RESERVED.

 

Powered by vBulletin® Version 3.8.10
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright © 2024 Out of the Park Developments