Lag in World Tour matches

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: Lag in World Tour matches

Postby manutoo » 04 Feb 2017, 08:21

ComeonANDY!!,
I remembered the chat occurred was done in the French part of the forum and it's about ImageFlag , here => viewtopic.php?f=39&t=4905&p=71695&hilit=ImageFlag#p71695 . It'll make you practice your French... :P

Correct Mod should have something like this :
Code: Select all
ImageFlag Flag 0 0

in addition of :
Code: Select all
ImageFlag Flag 0.75 0.75

(0 0 = preloading)
ManuTOO
== Mana Games ==

>> I don't answer Private Message, except if it's really a _Private_ topic <<
User avatar
manutoo
Game Author
 
Messages: 18689
Gaming Since: 24 Jan 2004, 15:38
Location: France

Re: Lag in World Tour matches

Postby CHAPI » 04 Feb 2017, 09:01

manutoo wrote:ComeonANDY!!,
I remembered the chat occurred was done in the French part of the forum and it's about ImageFlag , here => viewtopic.php?f=39&t=4905&p=71695&hilit=ImageFlag#p71695 . It'll make you practice your French... :P

Correct Mod should have something like this :
Code: Select all
ImageFlag Flag 0 0

in addition of :
Code: Select all
ImageFlag Flag 0.75 0.75

(0 0 = preloading)

Hey manutoo, which file is it that we need to modify?
There is hope for the helpless, rest for the weary and love for the broken heart...
There is grace and forgiveness, mercy and healing, He'll meet you wherever you are. Cry out to Jesus!
CHAPI
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 449
Gaming Since: 10 Jul 2016, 00:35

Re: Lag in World Tour matches

Postby ComeonANDY!! » 04 Feb 2017, 13:09

manutoo wrote:ComeonANDY!!,
I remembered the chat occurred was done in the French part of the forum and it's about ImageFlag , here => viewtopic.php?f=39&t=4905&p=71695&hilit=ImageFlag#p71695 . It'll make you practice your French... :P

Correct Mod should have something like this :
Code: Select all
ImageFlag Flag 0 0

in addition of :
Code: Select all
ImageFlag Flag 0.75 0.75

(0 0 = preloading)


Thanks manutoo, I did manage to find that thread yesterday by typing 'drapeau' into the French part of the forums search engine. (drapeau is as good as my French gets) :P I then checked my files and they were shown to be correct....
Code: Select all
// Load flags
item
{
   CycleButton #ImageGI
   ImageFlag FlagTeam1Circle 0 0
   Pos -1000 -1000   
   OnAction
   {
      SlideCountry /InGame_p1/Country 0 /WT_Intern/NbCountry-1
   }
   ShowIf /Intern/GameType 2
}


I just can't understand it because I have two identical mods with the same hud files in both and one lags in the Davis Cup matches and the other one plays perfect.
The only difference between the two mods is: one has extra pak files 3,4,5 and the other one doesn't. The one without the extra pak files is the one that doesn't lag.

Last year, I spent days on this problem trying everything I possibly could and I still couldn't find a solution. You know me manutoo, I can usually find solutions to problems but this one has left me well and truly perplexed!! :scratch:

I know it's just something simple that needs correcting that's all, I will keep trying to find what the hell it is! :yes:


CHAPI wrote:Hey manutoo, which file is it that we need to modify?

It's in your menu folder underneath the art and font folders. Look for something like davis_hudscoreboard.menu :thumbleft:
User avatar
ComeonANDY!!
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 1517
Gaming Since: 10 Jul 2012, 21:47
Location: England

Re: Lag in World Tour matches

Postby CHAPI » 04 Feb 2017, 13:28

ComeonANDY!! wrote:It's in your menu folder underneath the art and font folders. Look for something like davis_hudscoreboard.menu :thumbleft:


Ok! Thank you ComeonANDY!! I've found the file but can't open it because it's a MENU file, how should I do? I tried opening it with Adobe but it didn't work... :shock:
There is hope for the helpless, rest for the weary and love for the broken heart...
There is grace and forgiveness, mercy and healing, He'll meet you wherever you are. Cry out to Jesus!
CHAPI
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 449
Gaming Since: 10 Jul 2016, 00:35

Re: Lag in World Tour matches

Postby R-TEG » 04 Feb 2017, 13:48

CHAPI wrote:Ok! Thank you ComeonANDY!! I've found the file but can't open it because it's a MENU file, how should I do? I tried opening it with Adobe but it didn't work... :shock:

Open it with notepad, for me it worked. :)
You Can Download My 2D HD Courts of ATP and WTA 2016 and 2017 season, here:
topic29-25735.php
Just PM me if you have any questions about how to insert them in-game or court request. ;)
User avatar
R-TEG
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 424
Gaming Since: 04 Jun 2016, 15:03

Re: Lag in World Tour matches

Postby CHAPI » 04 Feb 2017, 17:05

R-TEG wrote:Open it with notepad, for me it worked[/size][/b]. :)


Ok it works! Thanks a lot R-TEG! :bounce:
There is hope for the helpless, rest for the weary and love for the broken heart...
There is grace and forgiveness, mercy and healing, He'll meet you wherever you are. Cry out to Jesus!
CHAPI
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 449
Gaming Since: 10 Jul 2016, 00:35

Re: Lag in World Tour matches

Postby manutoo » 05 Feb 2017, 08:11

ComeonANDY!!,
it may have another .menu file with the exact same name in Pak 3, 4 or 5, and thus the engine use it instead of the one you have found. You can check by changing the position of an item in the one you have found, and if it doesn't reflect on screen, then it's not used.
Another possibility : it could have another ImageFlag somewhere else.
ManuTOO
== Mana Games ==

>> I don't answer Private Message, except if it's really a _Private_ topic <<
User avatar
manutoo
Game Author
 
Messages: 18689
Gaming Since: 24 Jan 2004, 15:38
Location: France

Re: Lag in World Tour matches

Postby ComeonANDY!! » 05 Feb 2017, 20:18

manutoo wrote:ComeonANDY!!,
it may have another .menu file with the exact same name in Pak 3, 4 or 5, and thus the engine use it instead of the one you have found. You can check by changing the position of an item in the one you have found, and if it doesn't reflect on screen, then it's not used.

I only have the one and that's kept in one of the pak files.

manutoo wrote:Another possibility : it could have another ImageFlag somewhere else.

I thought the same and when I found this, I thought problem solved...
Code: Select all
Image FlagTeam1Circle 24 24
Pos 295 102

...but after changing it, it still didn't solve it. :banghead:

I'm going to leave it for now, I can still play using the Davis Cup scoreboard by taking the flags out of the scoreboard. :thumbleft:

Thanks for answering anyway manutoo, I know you normally don't get involved in the modding side of things so much appreciated!! :jap:
User avatar
ComeonANDY!!
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 1517
Gaming Since: 10 Jul 2012, 21:47
Location: England

Previous

Return to Modding - TE2013

Who is online

Users browsing this forum: Petal [Bot] and 24 guests