Raised This Month: $ Target: $400
 0% 

[TF2] Uber Upgrades v0.9.4 (beta version 11/14/2013)


Post New Thread Reply   
 
Thread Tools Display Modes
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 03-09-2015 , 22:18   Re: [TF2] Uber Upgrades v0.9.4 (beta version 11/14/2013)
Reply With Quote #111

Quote:
Originally Posted by trex123 View Post
i typed sm_uu_startmoney 4000
and sm_cvar sm_uu_startmoney 4000
in server.cfg
it says that the cvar has been changed to 4000 but when i join the server it still says 400
I believe the Startmoney command is broken. However, you might try editing the source code to give you 4000. Look for this line and change it:

PHP Code:
 cvar_StartMoney =      CreateConVar("sm_uu_startmoney""4000""Sets the starting money: default 600"); 
That might work.
PC Gamer is offline
JawaPG
Junior Member
Join Date: Mar 2015
Old 04-05-2015 , 11:52   Re: [TF2] Uber Upgrades v0.9.4 (beta version 11/14/2013)
Reply With Quote #112

Ok, the mod sort of fine works fine for me, but is there a way to change it so that when I do !buy or the shortcut, that it stays open until I exit it? because at the moment, when I buy an upgrade, the menu just dissappears.. And also, the "auto money" dosen't work.. + is there a command for admins to give money?
JawaPG is offline
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 04-07-2015 , 07:01   Re: [TF2] Uber Upgrades v0.9.4 (beta version 11/14/2013)
Reply With Quote #113

Quote:
Originally Posted by JawaPG View Post
Ok, the mod sort of fine works fine for me, but is there a way to change it so that when I do !buy or the shortcut, that it stays open until I exit it? because at the moment, when I buy an upgrade, the menu just dissappears.. And also, the "auto money" dosen't work.. + is there a command for admins to give money?
I'm a bit reluctant to repeat answers already provided in this thread... But, here you go:

1. Solution to menu not staying open: See post #104 in this thread (https://forums.alliedmods.net/showpo...&postcount=104)

2. How the Admin can give money: Use the plugin called "Set Cash" by Tylerst(https://forums.alliedmods.net/showthread.php?p=1772675)

3. How to automatically give cash every round: Use the plugin called "Round Timer" by ReFlexPoison (https://forums.alliedmods.net/showthread.php?p=1769674)

I hope this helps...
PC Gamer is offline
MaloModo
Veteran Member
Join Date: Aug 2008
Old 06-02-2015 , 14:20   Re: [TF2] Uber Upgrades v0.9.4 (beta version 11/14/2013)
Reply With Quote #114

Is it possible to add an enable/disable cvar plz? And thx for the fun plugin.

People are getting temp banned because of changing names to fast?

NVM I am on crank. Flood check cvar was set. I swear I had checked it. But yeah the spam is annoying.

Last edited by MaloModo; 06-03-2015 at 14:32.
MaloModo is offline
TheKill69
New Member
Join Date: Jun 2015
Old 06-14-2015 , 14:09   Re: [TF2] Uber Upgrades v0.9.4 (beta version 11/14/2013)
Reply With Quote #115

Hi,

I'm running a private server with uberupgrades however when launching uberupgrades nothing appears after going in the sub-caterogies, the window just dissapears.

I have tried the method which consists of adding a "mapname".cfg and adding in it the following lines :

sm plugins unload_all
sm plugins refresh

Doesn't do anything.

I have TF2Items - TF2Attributes and TF2ItemsInfo 1.9 but i don't think it works anymore..

I get this



So i go look the error log and i see this

L 06/14/2015 - 20:08:59: [SM] Native "TF2II_IsValidAttribID" reported: Plugin owning this native is currently paused.
L 06/14/2015 - 20:08:59: [SM] Displaying call stack trace for plugin "tf2attributes_ubup.smx":
L 06/14/2015 - 20:08:59: [SM] [0] Line 147, tf2attributes_ubup.sp::Timer_WaitForTF2II()
L 06/14/2015 - 20:09:12: [SM] Plugin encountered error 30: Script execution timed out
L 06/14/2015 - 20:09:12: [SM] Displaying call stack trace for plugin "tf2itemsinfo.smx":
L 06/14/2015 - 20:09:12: [SM] [0] Line 1578, tf2itemsinfo.sp:recacheItemSchema()
L 06/14/2015 - 20:09:12: [SM] [1] Line 269, tf2itemsinfo.sp::OnPluginStart()
L 06/14/2015 - 20:09:15: [SM] Native "TF2II_IsValidAttribID" reported: Plugin owning this native is currently paused.
L 06/14/2015 - 20:09:15: [SM] Displaying call stack trace for plugin "tf2attributes_ubup.smx":
L 06/14/2015 - 20:09:15: [SM] [0] Line 147, tf2attributes_ubup.sp::Timer_WaitForTF2II()

Help?

Last edited by TheKill69; 06-14-2015 at 14:10.
TheKill69 is offline
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 06-15-2015 , 20:23   Re: [TF2] Uber Upgrades v0.9.4 (beta version 11/14/2013)
Reply With Quote #116

TheKill69,
I don't know if it will help you or not, but here are the versions I'm running which allows Uber Upgrades to work fine on my server.

] sm plugins info tf2itemsinfo
Filename: tf2itemsinfo.smx
Title: [DEV] TF2ItemsInfo (items_game.txt parser)
Author: Leonardo | Maintained by ChauffeR
Version: 1.9
URL: http://hop.tf/
Status: running
Reloads: Map Change if Updated
Timestamp: 10/16/2014 12:25:27

] sm plugins info tf2attributes
Filename: tf2attributes.smx
Title: [TF2] TF2Attributes (A bunch of functions to add attributes to players/weapons/wearables)
Author: FlaminSarge
Version: 1.1.1
URL: http://forums.alliedmods.net/showthread.php?t=210221
Status: running
Reloads: Map Change if Updated
Timestamp: 08/27/2013 22:44:42
PC Gamer is offline
TheKill69
New Member
Join Date: Jun 2015
Old 06-16-2015 , 11:17   Re: [TF2] Uber Upgrades v0.9.4 (beta version 11/14/2013)
Reply With Quote #117

Quote:
Originally Posted by PC Gamer View Post
TheKill69,
I don't know if it will help you or not, but here are the versions I'm running which allows Uber Upgrades to work fine on my server.

] sm plugins info tf2itemsinfo
Filename: tf2itemsinfo.smx
Title: [DEV] TF2ItemsInfo (items_game.txt parser)
Author: Leonardo | Maintained by ChauffeR
Version: 1.9
URL: http://hop.tf/
Status: running
Reloads: Map Change if Updated
Timestamp: 10/16/2014 12:25:27

] sm plugins info tf2attributes
Filename: tf2attributes.smx
Title: [TF2] TF2Attributes (A bunch of functions to add attributes to players/weapons/wearables)
Author: FlaminSarge
Version: 1.1.1
URL: http://forums.alliedmods.net/showthread.php?t=210221
Status: running
Reloads: Map Change if Updated
Timestamp: 08/27/2013 22:44:42
Changing tf2itemsinfo's version didn't help much, if i load it before uu, it gives me that kind of error

[SM] Plugin encountered error 30: Script execution timed out
[SM] Displaying call stack trace for plugin "tf2itemsinfo.smx":
[SM] [0] Line 1578, tf2itemsinfo.sp:recacheItemSchema()
[SM] [1] Line 269, tf2itemsinfo.sp::OnPluginStart()

So it's on tf2itemsinfo's side..

Last edited by TheKill69; 06-16-2015 at 11:21.
TheKill69 is offline
MaloModo
Veteran Member
Join Date: Aug 2008
Old 06-19-2015 , 13:30   Re: [TF2] Uber Upgrades v0.9.4 (beta version 11/14/2013)
Reply With Quote #118

@TheKill69 Try this one? https://forums.alliedmods.net/showthread.php?t=255743

Can you also perhaps print sm plugins list and sm ext list?
MaloModo is offline
Twotlet Sprekle
New Member
Join Date: Jul 2015
Old 07-07-2015 , 11:14   Re: [TF2] Uber Upgrades v0.9.4 (beta version 11/14/2013)
Reply With Quote #119

I've installed all the tf2items, attributes, and itemsinfo, and then this mod, but when I go into my own lan server to test it out, none of the console commands show up (I type in mp_uu, and nothing shows up) if I press tab+r, nothing shows up, and even when I do the !buy command. I've installed sourcemod, the prerequisites, and this mod, yet it doesn't work when I load in.
Twotlet Sprekle is offline
Potato Uno
Veteran Member
Join Date: Jan 2014
Location: Atlanta, Georgia
Old 07-07-2015 , 14:09   Re: [TF2] Uber Upgrades v0.9.4 (beta version 11/14/2013)
Reply With Quote #120

This will not work so long as this requires TF2ItemsInfo, because TF2ItemsInfo will get killed by the watchdog timer that BAILOPAN has introduced in SM 1.6. It would need to be rewritten so it doesn't need it.

Frankly I have no idea why this needs TF2Items or TF2ItemsInfo. If this is merely just modifying attributes on weapons (as it says it is), then this plugin should only need TF2Attributes.

Last edited by Potato Uno; 07-07-2015 at 14:10.
Potato Uno is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:01.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode