ATP Database 2005-2024

Everything about Modding TE2013, from new courts to the modifications of the player & tournament bases (and including all the bugs they may be creating ! ;) )
Forum rules
Speak English in 1st page of topics, and don't hijack topics, troll, use profanities nor insults

Re: ATP Database 2005-2024

Postby bandi2o » 23 Apr 2025, 10:42

Roms wrote:Hi
Okay. Maybe.
It looks like he starts the 2024 season with the outfit code, instead of the outfit2024 code. :fear:


I've noticed this problem when starting a career mode.

the player could only have "OutfitYear"(like "Outfit2024") code working after entering a tournament in the current year. if not entering any tournament or playing a qualifying of week1 tournament(which take place at week 52, previous year), the player will have "Outfit" code, not the "Outfit2024" code.

technically, "Outfit2023" should work at that time because it's still 2023. but I guess that's how the game works and there is nothing I can do about it.
User avatar
bandi2o
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 321
Gaming Since: 09 Sep 2023, 06:24

Re: ATP Database 2005-2024

Postby Roms » 23 Apr 2025, 13:54

No worries,

I'll do it manually to change his outfits for "exhibition" mode. :jap: :jap:

In any case, congratulations on the work you've done.
:applause: :applause:
Roms
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 333
Gaming Since: 13 Oct 2018, 02:37

Re: ATP Database 2005-2024

Postby jmladen41@gmail.com » 23 Apr 2025, 14:15

Can anyone write how to install this mod please , now i can open the game but in the game every player have not the same forehand for example Djokovic have forehand from Opelka and in the world tour every player have wrong name.
jmladen41@gmail.com
tennis enthusiastic
tennis enthusiastic
 
Messages: 5
Gaming Since: 21 Apr 2025, 20:58

Re: ATP Database 2005-2024

Postby bandi2o » 23 Apr 2025, 16:25

jmladen41@gmail.com wrote:Can anyone write how to install this mod please , now i can open the game but in the game every player have not the same forehand for example Djokovic have forehand from Opelka and in the world tour every player have wrong name.


the Installation part of sam's thread should be helpful, just the name of mod is different.
just make sure the mod's name in your Mods.ini is the same as the name of mod's folder.
topic29-35261.php
User avatar
bandi2o
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 321
Gaming Since: 09 Sep 2023, 06:24

Re: ATP Database 2005-2024

Postby jmladen41@gmail.com » 23 Apr 2025, 16:48

I have now tried but no work i not understand why everything i have made but not work in world tour every name is wrong and service forehand backhand not good
jmladen41@gmail.com
tennis enthusiastic
tennis enthusiastic
 
Messages: 5
Gaming Since: 21 Apr 2025, 20:58

Re: ATP Database 2005-2024

Postby CruelAndriy » 25 Apr 2025, 09:53

Hi, incredible patch, here is a suggestion, I would like to make 1 main court of a Grand Slam and an ATP 1000 in the period from 2005 to 2023, but I need photos
CruelAndriy
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 146
Gaming Since: 13 Jul 2017, 12:09

Re: ATP Database 2005-2024

Postby jmladen41@gmail.com » 25 Apr 2025, 10:46

How you install?
jmladen41@gmail.com
tennis enthusiastic
tennis enthusiastic
 
Messages: 5
Gaming Since: 21 Apr 2025, 20:58

Re: ATP Database 2005-2024

Postby Effortless » 28 Apr 2025, 23:34

great great work right here. Thanks man. I want you to ask how i can put the names of the players in the scoreboards in capital letters, so you don't have to change them one by one in PlayersATP.ini. Its Possible?

Thanks for your work!
Effortless
tennis enthusiastic
tennis enthusiastic
 
Messages: 5
Gaming Since: 11 Jan 2025, 23:28

Re: ATP Database 2005-2024

Postby catgaudio » 29 Apr 2025, 01:18

Gracias bandi2o for share your data with us. Amazing work for collected all that things and had the time and dedication to do that.
So my question if understand correctly, after the 2026, we can't continue the career mode because there aren't players to play?
User avatar
catgaudio
tennis fan
tennis fan
 
Messages: 13
Gaming Since: 18 Sep 2021, 06:23
Location: Buenos Aires, Argentina.

Re: ATP Database 2005-2024

Postby bandi2o » 29 Apr 2025, 05:00

Effortless wrote:great great work right here. Thanks man. I want you to ask how i can put the names of the players in the scoreboards in capital letters, so you don't have to change them one by one in PlayersATP.ini. Its Possible?

Thanks for your work!


You can edit the hudabove.menu file involved in Menu folder.

for example, in a250_hudabove.menu

change this
Code: Select all
      // f = First Name Untouched ; F = First Name Uppercase
      // l = Last Name Untouched ; L = Last Name Uppercase
      // 3. => Max of 3 Letters, add a point if shortened or followed by more text without space
      FormatTeamName /Intern/Team1s 1 "f l"
      SetCfg /Intern/Team1 "" // Set Empty String
      CatCfg /Intern/Team1 /Intern/Team1s
      FormatTeamName /Intern/Team2s 2 "f l"
      SetCfg /Intern/Team2 "" // Set Empty String
      CatCfg /Intern/Team2 /Intern/Team2s
      FormatTeamName /Intern/Team1s 1 "l25."
      FormatTeamName /Intern/Team2s 2 "l25."


to this:
Code: Select all
      // f = First Name Untouched ; F = First Name Uppercase
      // l = Last Name Untouched ; L = Last Name Uppercase
      // 3. => Max of 3 Letters, add a point if shortened or followed by more text without space
      FormatTeamName /Intern/Team1s 1 "F L"
      SetCfg /Intern/Team1 "" // Set Empty String
      CatCfg /Intern/Team1 /Intern/Team1s
      FormatTeamName /Intern/Team2s 2 "F L"
      SetCfg /Intern/Team2 "" // Set Empty String
      CatCfg /Intern/Team2 /Intern/Team2s
      FormatTeamName /Intern/Team1s 1 "L25."
      FormatTeamName /Intern/Team2s 2 "L25."
User avatar
bandi2o
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 321
Gaming Since: 09 Sep 2023, 06:24

Re: ATP Database 2005-2024

Postby bandi2o » 29 Apr 2025, 05:04

catgaudio wrote:Gracias bandi2o for share your data with us. Amazing work for collected all that things and had the time and dedication to do that.
So my question if understand correctly, after the 2026, we can't continue the career mode because there aren't players to play?


You're right.
I didn't generate any player having ranking after 2026 or before 2005. so the career mode only can be played during 2005-2026.
User avatar
bandi2o
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 321
Gaming Since: 09 Sep 2023, 06:24

Previous

Return to Modding - TE2013

Who is online

Users browsing this forum: ClaudeBot, Google [Bot], Meta [Bot] and 0 guests