Page 1 of 2
Multilevel low gravity
Posted:
Sun Jan 11, 2009 4:26 am
by ranker
Hi,
I have GG5 installed and working...unfortunately the low gravity on triple no longer works...
any suggestions or fixes???
Posted:
Mon Jan 12, 2009 7:20 pm
by ranker
Wow...
Re: Multilevel low gravity
Posted:
Mon Jan 12, 2009 8:38 pm
by XE_ManUp
I would have to look into it further and find out what is going on, or why it is not working the way it should. That being said, there are a variety of bugs that have been reported, and we are recovering from the holidays, so I am sorry if we are "wowing" you from a slow response time. I am currently on the road with limited time to check the forums or even get enough time to access a computer.
Posted:
Tue Jan 13, 2009 7:31 pm
by ranker
No worries...thanx for the response
Posted:
Wed Jan 14, 2009 5:56 pm
by Predator
He's on the run! :O He's wanted in all the US states! Nowhere is safe for him!
Re:
Posted:
Fri Jan 23, 2009 2:48 am
by XE_ManUp
Predator wrote:He's on the run! :O He's wanted in all the US states! Nowhere is safe for him!
I am moreso on the "fly".
Not to mention that I am preparing to move to Florida, which looking for a place has been eating into most of my time as well.
Posted:
Fri Jan 30, 2009 1:12 am
by ranker
is anyone else having this problem???
Posted:
Fri Jan 30, 2009 12:14 pm
by Cisco
Here is the fix:
Find:
# Gravity
es.server.queuecmd('es_xfire %s !self "gravity 400"' % attacker)
Change to:
# Gravity
es.server.queuecmd('es_xfire %s !self addoutput "gravity 0.5"' % attacker)
Find:
# Reset gravity
es.server.queuecmd('es_xfire %s !self "gravity 800"' % userid)
Change to:
# Reset gravity
es.server.queuecmd('es_xfire %s !self addoutput "gravity 1"' % userid)
Find:
# Reset the multi level counter for every player
for userid in es.getUseridList():
gungamelib.getPlayer(userid)['multilevel'] = 0
Add after:
es.server.queuecmd('es_xfire %s !self addoutput "gravity 1"' % userid)
Working on server: 69.147.244.100:27015
Now if only I could get it to stop crashing
Posted:
Fri Feb 06, 2009 12:58 am
by ranker
Tried your instructions and it didn't work...thanx anyways...
Posted:
Fri Feb 06, 2009 7:56 am
by Cisco
What's the error you get?
Posted:
Fri Feb 06, 2009 6:25 pm
by ranker
No error...it just doesn't give me low gravity when I triple level...send me your gg_multi_level.py
Posted:
Sat Feb 07, 2009 2:25 am
by ranker
Quick question...How many volunteers are helping with GG5...I know it's free support and you take time off your busy schedules to help the people that have downloaded your mod and created a forum to help...but I've really noticed a lack of response to my question...
I don't think Cisco ( no offense ) is part of the GG5 team...no one has stepped in to say "we approve" or "not recommended"...
thanx again
Posted:
Sat Feb 07, 2009 2:31 am
by Warren
Gravity is an issue because it will reset when a player touches a ladder.
Any gravity alterations will most likely be removed completely until there is a way to consistently set per-player gravity.
Posted:
Sat Feb 07, 2009 2:32 am
by ranker
Very good...thank you for the quick response...
Why is this not a problem with GG4???
Re:
Posted:
Sat Feb 07, 2009 7:37 pm
by Cisco
ranker wrote:No error...it just doesn't give me low gravity when I triple level...send me your gg_multi_level.py
Sure, it is attached. BTW, sometimes it takes a full gungame reload or even a server restart for changes to take effect.
Posted:
Sat Feb 07, 2009 8:52 pm
by Warren
.py.txt?
Posted:
Sat Feb 07, 2009 11:04 pm
by Cisco
This forum doesn't allow .py extension.
I assume anyone asking for a .py file has enough clue that I don't have to zip it; I can just add the .txt and they will rename it back.
Posted:
Sat Feb 07, 2009 11:06 pm
by Warren
.py extensions have been added.
Posted:
Sat Feb 07, 2009 11:12 pm
by Cisco
Re-added the file, probably want to delete all these comments about it.
Posted:
Sun Feb 08, 2009 6:14 am
by ranker
Thanx Cisco...quick question...
This file is original except for the entries that are described on the thread...correct???