Raised This Month: $32 Target: $400
 8% 

[TF2] TF2Ware v2- Wario Ware Microgaming!! 2.7.6 REVAMPED!


Post New Thread Reply   
 
Thread Tools Display Modes
TonyBaretta
Senior Member
Join Date: Mar 2014
Location: nope.avi
Old 10-13-2017 , 04:43   Re: [TF2] TF2Ware v2- Wario Ware Microgaming!! 2.7.5.4 REVAMPED!
Reply With Quote #431

Version 2.7.5.4
Added Cvar ww_sql , if 1 enable SQL table or 0 enable ClientPref table.
Added an alternative game of Treasure Hunt with secret diary into the scary house.
Added Spycrab Model to spycrab minigame / Spycrab Limbo minigame, Credits To RavensBro

enjoy

Note if you have to update the mod into 2.7.5.4 there's model folder with spycrab model.
__________________

Last edited by TonyBaretta; 10-13-2017 at 04:45.
TonyBaretta is offline
MAGNAT2645
Senior Member
Join Date: Nov 2015
Location: AlliedMods.net
Old 10-13-2017 , 09:06   Re: [TF2] TF2Ware v2- Wario Ware Microgaming!! 2.7.5.4 REVAMPED!
Reply With Quote #432

Can you use updated (fork) SendProxy from here?

Changes:
  • Removed the broken auto-updater.
  • Added AMBuild scripts.
  • Includes TF2 build.
  • Added GameRules hook.
__________________
MAGNAT2645 is offline
goodBEan
Senior Member
Join Date: Jul 2010
Location: St. Louis Mo USA
Old 10-13-2017 , 19:55   Re: [TF2] TF2Ware v2- Wario Ware Microgaming!! 2.7.5.4 REVAMPED!
Reply With Quote #433

I updated and I am still having SQL errors. I am trying to use the internal databalse. I put ww_sql 0 in my server.cfg and it still acting up. I think something else it kicking that cvar back to 1. I still think there is something wrong with how I have my database is setup.

Quote:
Originally Posted by databases.cfg
"Databases"
{
"driver_default" "mysql"

// When specifying "host", you may use an IP address, a hostname, or a socket file path

"default"
{
"driver" "default"
"host" "localhost"
"database" "sourcemod"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}

"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}

"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs-sqlite"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}
"tf2ware_rank"
{
"driver" "default"
"host" "localhost"
"database" "tf2ware"
"user" "root"
"pass" ""
"port" "0"
}

}

Last edited by goodBEan; 10-13-2017 at 23:03.
goodBEan is offline
MAGNAT2645
Senior Member
Join Date: Nov 2015
Location: AlliedMods.net
Old 10-13-2017 , 23:02   Re: [TF2] TF2Ware v2- Wario Ware Microgaming!! 2.7.5.4 REVAMPED!
Reply With Quote #434

Quote:
Originally Posted by goodBEan View Post
I updated and I am still having SQL errors. I am trying to use the internal databalse. I put ww_sql 0 in my server.cfg and it still acting up. I think something else it kicking that cvar back to 1
Try to change "driver" from "default" to "sqlite" in "tf2ware_rank" section.
__________________
MAGNAT2645 is offline
TonyBaretta
Senior Member
Join Date: Mar 2014
Location: nope.avi
Old 10-14-2017 , 03:23   Re: [TF2] TF2Ware v2- Wario Ware Microgaming!! 2.7.5.4 REVAMPED!
Reply With Quote #435

database cfg will be used for mysql only.
if ww_sql is 0 it use Clientprederences database into sourcemod/data/sqlite no need to set any cfg on database.cfg

"tf2ware_rank"
{
"driver" "default"
"host" "yoursite"
"database" "name_of DB"
"user" "username"
"pass" "password"
//"timeout" "0"
"port" "3306"
}
__________________

Last edited by TonyBaretta; 10-14-2017 at 03:26.
TonyBaretta is offline
goodBEan
Senior Member
Join Date: Jul 2010
Location: St. Louis Mo USA
Old 10-14-2017 , 10:53   Re: [TF2] TF2Ware v2- Wario Ware Microgaming!! 2.7.5.4 REVAMPED!
Reply With Quote #436

The problem is that when I set ww_sql to 0 in my server.cfg file it always ends up being 1 for some reason
goodBEan is offline
TonyBaretta
Senior Member
Join Date: Mar 2014
Location: nope.avi
Old 10-14-2017 , 13:44   Re: [TF2] TF2Ware v2- Wario Ware Microgaming!! 2.7.5.4 REVAMPED!
Reply With Quote #437

add me on steam http://steamcommunity.com/id/ipermegapippo/
__________________
TonyBaretta is offline
goodBEan
Senior Member
Join Date: Jul 2010
Location: St. Louis Mo USA
Old 10-14-2017 , 21:19   Re: [TF2] TF2Ware v2- Wario Ware Microgaming!! 2.7.5.4 REVAMPED!
Reply With Quote #438

Quote:
Originally Posted by TonyBaretta View Post
Done, Here is my acocunt. http://steamcommunity.com/id/stlbean

Since My org is using dcker, I am going to try a few things first before we are going to troubleshoot. I have a big event next weekend and as of right now it looks like tf2ware is not going to make an appearance. My plan is to do a build in a vm to see if its my config or the docker container. If still have issues I will let you know.

I have all my configs in github. We are prepping a system that can install on windows or linux, so os specific files will be separated.
https://github.com/LacledesLAN/gamesvr-tf2-ware
goodBEan is offline
RoboMWM
Junior Member
Join Date: Feb 2013
Old 10-16-2017 , 21:27   Re: [TF2] TF2Ware v2- Wario Ware Microgaming!! 2.7.5.4 REVAMPED!
Reply With Quote #439

You list SteamTools in OP as if it were optional, but it's apparently required to run the plugin.
ww_trhud - only seems take effect if it's executed after a round starts(?) (Doesn't work if I put it in server.cfg).

Also, you made a typo in the "gamedatas" folder, should be named "gamedata"

Last edited by RoboMWM; 10-16-2017 at 22:27.
RoboMWM is offline
Fearts
ferts of daeth
Join Date: Oct 2008
Old 11-01-2017 , 22:44   Re: [TF2] TF2Ware v2- Wario Ware Microgaming!! 2.7.5.4 REVAMPED!
Reply With Quote #440

Can you please update the plugin to remove the dependency of SteamTools or update the plugin to use SteamWorks? SteamTools is buggy and broken and is causing my server issues. Thanks.
__________________
Fearts is online now
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 21:40.


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