Raised This Month: $51 Target: $400
 12% 

[TF2] TF2Ware - Wario Ware Microgaming!!


Post New Thread Reply   
 
Thread Tools Display Modes
steven124
Member
Join Date: Nov 2009
Location: Siberia
Old 08-16-2013 , 02:04   Re: [TF2] TF2Ware - Wario Ware Microgaming!!
Reply With Quote #461

Quote:
Originally Posted by RavensBro View Post
and just what do you mean by that? runs fine on my server.
You have a good answer to all the "it works for me" but I have 26 different game servers - this is for the confirmed fact that my hands from the right place. This mode is basically the mini-games are, but the problem is the lack of any sound, I wrote earlier about it. The files are downloaded to the client, and even kept his game but reports that it can not find them.

ps server run is debian.

I apologize for the unnecessary roughness

Last edited by steven124; 08-16-2013 at 02:05.
steven124 is offline
RavensBro
Veteran Member
Join Date: Sep 2009
Location: Wisonsin USA
Old 08-16-2013 , 09:25   Re: [TF2] TF2Ware - Wario Ware Microgaming!!
Reply With Quote #462

how many other server owners having this problem to? they all play on my server ok so at this point I am not sure what would be causing this. only if the sound is missing comes to my mind.
RavensBro is offline
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 08-16-2013 , 11:30   Re: [TF2] TF2Ware - Wario Ware Microgaming!!
Reply With Quote #463

Quote:
Originally Posted by Powerlord View Post
While that helps mitigate the problem, quite a few game mods are not multimod friendly. VSH/FF2 and Prop Hunt are unfortunately both on that list... and apparently WarioWare is, too.

I'm tempted to write an opt-in Multi-Mod manager and then update all the game modes I'm currently responsible for (Prop Hunt, Huntsman Hell, FF2 Rewrite that's nowhere near finished) to use it as an optional dependency.
Ff2 works fine on multimod, just unload the thing on mapchange.
Pretty much any gamemode is fine if you unload it and keep in disabled dir.
Just use umc or map cfgs or something of the like.
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.
friagram is offline
clutchh
SourceMod Donor
Join Date: Feb 2008
Old 08-16-2013 , 19:32   Re: [TF2] TF2Ware - Wario Ware Microgaming!!
Reply With Quote #464

Hey there, it seems that even with this change, the rounds don't speed up to allow for boss rounds.
clutchh is offline
RavensBro
Veteran Member
Join Date: Sep 2009
Location: Wisonsin USA
Old 08-16-2013 , 20:14   Re: [TF2] TF2Ware - Wario Ware Microgaming!!
Reply With Quote #465

my bad and this to. so change this
PHP Code:
        if (g_Gamemode == GAMEMODE_WIPEOUT) {
            if ((
GetAverageScoreFloat() <= 2.80) && (bossBattle == 0) && currentSpeed <= 1.0speedup true;
            if ((
GetAverageScoreFloat() <= 2.50) && (bossBattle == 0) && currentSpeed <= 1.0speedup true;
            if ((
GetAverageScoreFloat() <= 2.20) && (bossBattle == 0) && currentSpeed <= 1.0speedup true;
            if ((
GetAverageScoreFloat() <= 1.80) && (bossBattle == 0) && currentSpeed <= 1.0speedup true;
            if ((
GetAverageScoreFloat() <= 1.40) && (bossBattle == 0) && currentSpeed <= 1.0speedup true;
            if ((
GetAverageScoreFloat() <= 1.0) && (bossBattle == 0) && currentSpeed <= 1.0speedup true;
            if ((
GetLeftWipeoutPlayers() == 2) && (bossBattle != 1)) {
                
speedup true;
                
bossBattle 1
to this
PHP Code:
        if (g_Gamemode == GAMEMODE_WIPEOUT) {
            if ((
GetAverageScoreFloat() <= 2.80) && (bossBattle == 0) && currentSpeed <= 1.0speedup true;
            if ((
GetAverageScoreFloat() <= 2.50) && (bossBattle == 0) && currentSpeed <= 2.0speedup true;
            if ((
GetAverageScoreFloat() <= 2.20) && (bossBattle == 0) && currentSpeed <= 3.0speedup true;
            if ((
GetAverageScoreFloat() <= 1.80) && (bossBattle == 0) && currentSpeed <= 4.0speedup true;
            if ((
GetAverageScoreFloat() <= 1.40) && (bossBattle == 0) && currentSpeed <= 5.0speedup true;
            if ((
GetAverageScoreFloat() <= 1.0) && (bossBattle == 0) && currentSpeed <= 6.0speedup true;
            if ((
GetLeftWipeoutPlayers() == 2) && (bossBattle != 1)) {
                
speedup true;
                
bossBattle 1
RavensBro is offline
ozgaming
SourceMod Donor
Join Date: Aug 2011
Old 08-16-2013 , 20:35   Re: [TF2] TF2Ware - Wario Ware Microgaming!!
Reply With Quote #466

everything seems to be working fine here, thanks very much RavensBro you are a legend for working on this. Oh, I run this mod just by itself.
ozgaming is offline
steven124
Member
Join Date: Nov 2009
Location: Siberia
Old 08-16-2013 , 21:10   Re: [TF2] TF2Ware - Wario Ware Microgaming!!
Reply With Quote #467

Quote:
Originally Posted by RavensBro View Post
how many other server owners having this problem to? they all play on my server ok so at this point I am not sure what would be causing this. only if the sound is missing comes to my mind.
I'll try to install a mod on a freshly downloaded the server can then be work. Sounds do not play not one player.
steven124 is offline
MaxOldPanda
SourceMod Donor
Join Date: Sep 2012
Location: Shambhala
Old 08-16-2013 , 22:40   Re: [TF2] TF2Ware - Wario Ware Microgaming!!
Reply With Quote #468

This should work, if i'm not mistaken. But, tf2ware_alpine_v5 runs perfectly, tf2ware_v1 not, plugin is loaded, no errors, minigames doesn't run at all... Also, mw_tf2ware is downloading minigame_0.mp3 on every connect, can't find it in .zip

tf2ware_v1.cfg
Code:
sm plugins load disabled/tf2ware/mw_tf2ware.smx
sm_forcetimelimit_enable 1
mp_timelimit 30
tf2ware_alpine_v5.cfg
Code:
sm plugins load disabled/tw2warealpine/mw_tf2ware_alpine.smx
sm_forcetimelimit_enable 1
mp_timelimit 45
__________________
MaxOldPanda is offline
RavensBro
Veteran Member
Join Date: Sep 2009
Location: Wisonsin USA
Old 08-17-2013 , 00:32   Re: [TF2] TF2Ware - Wario Ware Microgaming!!
Reply With Quote #469

Quote:
Originally Posted by MaxOldPanda View Post
This should work, if i'm not mistaken. But, tf2ware_alpine_v5 runs perfectly, tf2ware_v1 not, plugin is loaded, no errors, minigames doesn't run at all... Also, mw_tf2ware is downloading minigame_0.mp3 on every connect, can't find it in .zip

tf2ware_v1.cfg
Code:
sm plugins load disabled/tf2ware/mw_tf2ware.smx
sm_forcetimelimit_enable 1
mp_timelimit 30
tf2ware_alpine_v5.cfg
Code:
sm plugins load disabled/tw2warealpine/mw_tf2ware_alpine.smx
sm_forcetimelimit_enable 1
mp_timelimit 45

this is how I have my .cfg for them
PHP Code:
sm plugins load_unlock
sm plugins unload_all
sm plugins load admin
-flatfile.smx
sm plugins load adminhelp
.smx
sm plugins load adminmenu
.smx
sm plugins load antiflood
.smx
sm plugins load basebans
.smx
sm plugins load basecomm
.smx
sm plugins load basecommands
.smx
sm plugins load clientprefs
.smx
sm plugins load funcommands
.smx
sm plugins load playercommands
.smx
sm plugins load updater
.smx
sm plugins load disabled
/advertisements.smx
sm plugins load disabled
/auto_steam_update.smx
sm plugins load disabled
/joinsnd.smx
sm plugins load disabled
/mushroom.smx
sm plugins load disabled
/projectile_replacer.smx
sm plugins load disabled
/serverhop.smx
sm plugins load disabled
/st_gamedesc_override.smx
sm plugins load disabled
/TF2_ModelManager.smx
sm plugins load disabled
/tf2ware/mw_tf2ware.smx
sm plugins load_lock
mp_timelimit 60
mp_match_end_at_timelimit 1
mp_show_voice_icons 0
st_gamedesc_override_version 
plugin version
st_gamedesc_override 
"TF2Ware 1.5"
st_gamedesc_override_auto_update 0 

PHP Code:
sm plugins load_unlock
sm plugins unload_all
sm plugins load admin
-flatfile.smx
sm plugins load adminhelp
.smx
sm plugins load adminmenu
.smx
sm plugins load antiflood
.smx
sm plugins load basebans
.smx
sm plugins load basecomm
.smx
sm plugins load basecommands
.smx
sm plugins load clientprefs
.smx
sm plugins load funcommands
.smx
sm plugins load playercommands
.smx
sm plugins load updater
.smx
sm plugins load disabled
/advertisements.smx
sm plugins load disabled
/auto_steam_update.smx
sm plugins load disabled
/joinsnd.smx
sm plugins load disabled
/serverhop.smx
sm plugins load disabled
/st_gamedesc_override.smx
sm plugins load disabled
/tf2ware_alpine/mw_tf2ware_alpine.smx
sm plugins load_lock
mp_timelimit 60
mp_match_end_at_timelimit 1
st_gamedesc_override_version 
plugin version
st_gamedesc_override 
"TF2Ware 1.6"
st_gamedesc_override_auto_update 0 
and as far as that on mp3 wanting to keep downloading witch is not even in there I have no clue why that is try redownloading them and double check everything because I just took alook again and I see no minigame like that.
RavensBro is offline
tomteat
Junior Member
Join Date: Jul 2011
Old 03-17-2014 , 11:01   Re: [TF2] TF2Ware - Wario Ware Microgaming!!
Reply With Quote #470

Does anyone happen to have the files for WarioWare for a dedicated server since the links are all now dead?

If anyone does, contact me on steam pretty plz - tomteat
tomteat 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 03:27.


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