Page 3 of 3
Re: Tennis Elbow 2011 v1.0e

Posted:
04 Jun 2012, 10:02
by Maria Sharapova
Mohamed wrote:And manu, please don't change the speed after RG, I just played some points with computer and I couldn't run :s the update is really great but hopefully you won't make the speed like on offline..
I agree with Moha and SPC, even playing offline WT is impossible. The CPU is
too overpowered in some ways, they just hit fast winners past all the time, you literally find it impossible to compete because you just can't run..

- Considering next for online tour is grass season (low bouncing, fast movement needed), just imagine how much worse it'll be..
And is it just me or is it impossible to slice without framing or completely missing the shot each time? It's like the wingspan of a 2HBH

Re: Comments about Build 86

Posted:
04 Jun 2012, 10:34
by Peti91
BUILD 87
Hi Manutoo,
Installed new v1.0e Build 87 does not work fullsb and namesannounce ( Kersou scoreboard ).. Fix a bug please.
Thx.
Re: Comments about Build 86

Posted:
04 Jun 2012, 11:41
by manutoo
RogerF,
new hairstyle = 5 new models, coz need 1 for each hat = too much work.
knich,
you'll need to reinstall Sam's Patch, else you won't be able to reload your saved games.
Peti91,
I checked and the 2 variables reported by Kersou are working correctly. You may need to re-install the Mod correctly (ie: gamesys.ini stuff), or there's something else wrong but I can't look into, Kersou may be able to check more...
Re: Comments about Build 86

Posted:
04 Jun 2012, 17:37
by NOLE.LUCKY
My query is not related to this post, I didn't really wanna scroll down and find the appropriate topic.
Its actually that "Your PC is not reachable bla bla open port 4321 bla bla".
I actually got a new modem/router/2-in-1 (I am really not sure what it is, but I think it is a 2-in-1 because, for sure it is a modem, but it also has 4 slots to connect other PCs for internet and also the wireless antenna, so it must be a 2-in-1). The ping test always fails. I am able to join players. But the weird thing is that two players have actually joined my game, after about waiting for 5 minutes. But only two have joined my game (not 2 specific players over and over, I have been able to host successfully twice only). Plus, I went to that portforwarding website, but I don't really know my router brand, although the model is written on it on the backside. Help.
And yeah, the auto-delay for online games is totally ridiculous. It shows very high delays for low pings also. I have had to play in 250 delay for 150 ms ping and it was just too slidy, because some noobs don't really know how it works.
Re: Comments about Build 86

Posted:
05 Jun 2012, 00:03
by kersou
manutoo wrote:Peti91,
I checked and the 2 variables reported by Kersou are working correctly. You may need to re-install the Mod correctly (ie: gamesys.ini stuff), or there's something else wrong but I can't look into, Kersou may be able to check more...
Well I've checked a bit more this sb issue and I'm still thinking that there's something weird with the times (or perhaps with ShowIf function).
Indeed, the full sb should be displayed when OverallPointTime = PointTime (which means that the 1st serve has not yet been played).
Here is my code (it hasn't changed for a while):
- Code: Select all
//=== Full scoreboard (only displayed at the beginning of new games)
item
{
SubMenu AO11_HudScoreBoard 1
ShowIf /Intern/OverallPointTime /Intern/PointTime /Intern/PointTime
ShowIf /Intern/PointTime 0 FullScoreTimeDisp
ShowIf /StatTeam1Set0/Score 0 0
ShowIf /StatTeam2Set0/Score 0 0
}
The line that raises the error is:
- Code: Select all
ShowIf /Intern/OverallPointTime /Intern/PointTime /Intern/PointTime
I tried to replace it by:
- Code: Select all
ShowIf /Intern/OverallPointTime /Intern/PointTime
=> same pb!
But with the following change:
- Code: Select all
ShowIf /Intern/OverallPointTime 0 5
the full sb appears!
Thx for help Manutoo!

Re: Comments about Build 86

Posted:
05 Jun 2012, 00:19
by Peti91
Thanks. I do not work. Which file rewrite? Example: I use ATP500 Scoreboard.
- Code: Select all
//=== Full scoreboard (only displayed at the beginning of new games)
item
{
SubMenu AO11_HudScoreBoard 1
ShowIf /Intern/OverallPointTime /Intern/PointTime
ShowIf /Intern/OverallPointTime 0 5
ShowIf /StatTeam1Set0/Score 0 0
ShowIf /StatTeam2Set0/Score 0 0
}
This is my AO11_hudabove
Re: Comments about Build 86

Posted:
05 Jun 2012, 00:38
by Marcos Nion
How do I open .menu files... Plz help me...
Re: Comments about Build 86

Posted:
05 Jun 2012, 02:44
by manutoo
kersou,
ok, it's normal ; it's coz I swapped PointTime to be a Fixed point in the game engine, while OverallPointTime is still a float.
So the 2 values aren't exactly identical.
You could also use that :
- Code: Select all
ShowIf /Intern/OverallPointTime /Intern/PointTime+-0.1 /Intern/PointTime+0.1
It may work, but not 100% sure...
NOLE.LUCKY,
read here :
forum13.php .
Re: Comments about Build 86

Posted:
05 Jun 2012, 04:50
by NOLE.LUCKY
Maybe you haven't read my post entirely. I would highlight what said:
1) Eventhough the connection test fails, I have been able to host successfully only thrice.
2)This started after I bought a new modem.
3)The auto-delay is always incorrect. Suggests very high delays.
PS: The link is not correct.
Re: Comments about Build 86

Posted:
05 Jun 2012, 06:53
by Peti91
manutoo wrote:kersou,
ok, it's normal ; it's coz I swapped PointTime to be a Fixed point in the game engine, while OverallPointTime is still a float.
So the 2 values aren't exactly identical.
You could also use that :
- Code: Select all
ShowIf /Intern/OverallPointTime /Intern/PointTime+-0.1 /Intern/PointTime+0.1
It may work, but not 100% sure...
NOLE.LUCKY,
read here :
forum13.php .
Work correctly. Thanks Manu.
Re: Comments about Build 86

Posted:
05 Jun 2012, 23:54
by kersou
Thx Manutoo!
You can find a fix of my sb here:
viewtopic.php?f=29&t=5450&p=98849#p98849
Re: Comments about Build 86

Posted:
06 Jun 2012, 04:28
by manutoo
NOLE.LUCKY,
Yup, correction, read here :
forum8.php
Re: Comments about Build 86

Posted:
06 Jun 2012, 10:41
by NOLE.LUCKY
I HAVE read all that. I HAVE tried to go to that portforwarding website BUT I DO NOT KNOW MY ROUTER BRAND. And eventhough the connection test always fails, a couple of time I have hosted successfully. Please re-read my first post. The people who have had this problem, I think, have not been able to host matches successfully. Repeat: Please read my first post, because it seems you haven't.
Re: Comments about Build 86

Posted:
06 Jun 2012, 10:42
by NOLE.LUCKY
And I dont know what a router is.
Re: Comments about Build 86

Posted:
07 Jun 2012, 04:15
by manutoo
So begin by learning about
router, for example here :
http://en.wikipedia.org/wiki/Router_%28computing%29 .
I can't teach you about networking, no time for that, and it's up to you to handle your network stuff...