Multilevel low gravity

Ask questions and share info about GunGame 5

Multilevel low gravity

Postby ranker » Sun Jan 11, 2009 4:26 am

Hi,

I have GG5 installed and working...unfortunately the low gravity on triple no longer works...

any suggestions or fixes???
ranker

Private
Private
 
Posts: 15
Joined: Thu Jan 08, 2009 6:27 pm

Postby ranker » Mon Jan 12, 2009 7:20 pm

Wow...
ranker

Private
Private
 
Posts: 15
Joined: Thu Jan 08, 2009 6:27 pm

Re: Multilevel low gravity

Postby XE_ManUp » Mon Jan 12, 2009 8:38 pm

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. :(
XE_ManUp

Site Admin
Site Admin
 
Posts: 662
Joined: Sat Sep 06, 2008 3:36 am

Postby ranker » Tue Jan 13, 2009 7:31 pm

No worries...thanx for the response
ranker

Private
Private
 
Posts: 15
Joined: Thu Jan 08, 2009 6:27 pm

Postby Predator » Wed Jan 14, 2009 5:56 pm

He's on the run! :O He's wanted in all the US states! Nowhere is safe for him!
Predator

Beta Tester
Beta Tester
 
Posts: 59
Joined: Sun Sep 07, 2008 11:13 am
Location: My Computer
Steam Friends Name: predator_teddybear
Xfire Name: gppredator

Re:

Postby XE_ManUp » Fri Jan 23, 2009 2:48 am

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. :cry:
XE_ManUp

Site Admin
Site Admin
 
Posts: 662
Joined: Sat Sep 06, 2008 3:36 am

Postby ranker » Fri Jan 30, 2009 1:12 am

is anyone else having this problem???
ranker

Private
Private
 
Posts: 15
Joined: Thu Jan 08, 2009 6:27 pm

Postby Cisco » Fri Jan 30, 2009 12:14 pm

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 :(
Cisco

Private
Private
User avatar
 
Posts: 30
Joined: Mon Jan 26, 2009 10:54 pm
Steam Friends Name: gg_cisco
Xfire Name: th3c1sc0k1d

Postby ranker » Fri Feb 06, 2009 12:58 am

Tried your instructions and it didn't work...thanx anyways...
ranker

Private
Private
 
Posts: 15
Joined: Thu Jan 08, 2009 6:27 pm

Postby Cisco » Fri Feb 06, 2009 7:56 am

What's the error you get?
Cisco

Private
Private
User avatar
 
Posts: 30
Joined: Mon Jan 26, 2009 10:54 pm
Steam Friends Name: gg_cisco
Xfire Name: th3c1sc0k1d

Postby ranker » Fri Feb 06, 2009 6:25 pm

No error...it just doesn't give me low gravity when I triple level...send me your gg_multi_level.py
ranker

Private
Private
 
Posts: 15
Joined: Thu Jan 08, 2009 6:27 pm

Postby ranker » Sat Feb 07, 2009 2:25 am

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
ranker

Private
Private
 
Posts: 15
Joined: Thu Jan 08, 2009 6:27 pm

Postby Warren » Sat Feb 07, 2009 2:31 am

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.
Warren

Site Admin
Site Admin
 
Posts: 772
Joined: Fri Sep 05, 2008 2:59 am
Location: Boston, MA
Xfire Name: WMA9000

Postby ranker » Sat Feb 07, 2009 2:32 am

Very good...thank you for the quick response...

Why is this not a problem with GG4???
ranker

Private
Private
 
Posts: 15
Joined: Thu Jan 08, 2009 6:27 pm

Re:

Postby Cisco » Sat Feb 07, 2009 7:37 pm

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.
Attachments
gg_multi_level.py
(5.86 KiB) Downloaded 735 times
Last edited by Cisco on Sat Feb 07, 2009 11:12 pm, edited 1 time in total.
Image
Image
30k HLStatsX Points Race with Cash Prizes starts 6/18/09 at 6pm!
Cisco

Private
Private
User avatar
 
Posts: 30
Joined: Mon Jan 26, 2009 10:54 pm
Steam Friends Name: gg_cisco
Xfire Name: th3c1sc0k1d

Postby Warren » Sat Feb 07, 2009 8:52 pm

.py.txt?
Warren

Site Admin
Site Admin
 
Posts: 772
Joined: Fri Sep 05, 2008 2:59 am
Location: Boston, MA
Xfire Name: WMA9000

Postby Cisco » Sat Feb 07, 2009 11:04 pm

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. :)
Cisco

Private
Private
User avatar
 
Posts: 30
Joined: Mon Jan 26, 2009 10:54 pm
Steam Friends Name: gg_cisco
Xfire Name: th3c1sc0k1d

Postby Warren » Sat Feb 07, 2009 11:06 pm

.py extensions have been added.
Warren

Site Admin
Site Admin
 
Posts: 772
Joined: Fri Sep 05, 2008 2:59 am
Location: Boston, MA
Xfire Name: WMA9000

Postby Cisco » Sat Feb 07, 2009 11:12 pm

Re-added the file, probably want to delete all these comments about it. :)
Cisco

Private
Private
User avatar
 
Posts: 30
Joined: Mon Jan 26, 2009 10:54 pm
Steam Friends Name: gg_cisco
Xfire Name: th3c1sc0k1d

Postby ranker » Sun Feb 08, 2009 6:14 am

Thanx Cisco...quick question...

This file is original except for the entries that are described on the thread...correct???
ranker

Private
Private
 
Posts: 15
Joined: Thu Jan 08, 2009 6:27 pm

Next


Return to General Discussion

Who is online

Users browsing this forum: No registered users and 3 guests

cron