• STGamemodes - Deathrun, Bunny Hop, Climb, ZE, Surf, Gun Game, Sandbox
    145 replies, posted
[QUOTE=Knallex;41265123]Because he doesn't know how to make his own[/QUOTE] This is the truth.
Can you explain the installation process please?
[QUOTE=Soul Reaper;41312096]Can you explain the installation process please?[/QUOTE] First of all, good luck. You'll need the modules used in the gamemodes, you'll have to recreate the SQL tables. If you don't know anything about Lua, I'd stop already.
Sorry for the bump but i feel as if i need to pay my respects to this awesome community, R.I.P Sass. There is a void to fill in Gmod now.
dump
[QUOTE=yitsuboy;41698026]Got everything working right now :p[/QUOTE] And you mind sharing since its a free shared license upon being released?
dump
[QUOTE=yitsuboy;41698026]Got everything working right now :p[/QUOTE] 2 week bump really?
I got it working but when I changelevel the server crashes, does anybody else have this problem? [IMG]http://i.imgur.com/HqlSwUJ.png[/IMG]
dump
[QUOTE=yitsuboy;41703485]dump[/QUOTE] I managed to get it working, it seems like this part of library.lua was causing it [code] hook.Add( "InitPostEntity", "GM.GetMapID", function() GAMEMODE:GetMapID( game.GetMap() ) end ) function GM:GetMapID( mapname ) tmysql.query("SELECT id FROM cl_maps WHERE name = '"..mapname.."'", function( res, stat, err ) if(err != 0) then Error(err) end if(!(res and res[1])) then tmysql.query("INSERT INTO main.cl_maps (name) VALUES ('"..mapname.."')", function( res, stat, err ) self:GetMapID( mapname ) end ) else self.MapID = res[1][1] end end) end [/code]
Why was sassilization disbanded anyway? Is it worth someone creating a 'Sassilization resurrection' community, Keeping Sassilization alive and allowing people to continue enjoying these gamemodes. I think there was an SQL dump of everyones stats...
Does anyone want the files to make it work? After all, it is allowed to give the needed modules and database. (sorry for a two week later post)
If you have the files for it and it is within the rules of giving it. I would love to have the files, I been trying to test out each Sass gamemode to see what is so special about them.
I would love the files.
I have no idea what Sassilization is, but a lot of people said it's awesome and it's always a shame to see a community die out. I appreciate the content though. Gonna take a look through the files and see what I can learn from it. Would anyone be able to provide a download for the maps used?
I am not going to tell you how to set it up, so have fun trying to manage the files. For most who know how to use servers, it will be a simple walk. Have fun. Also guys, don't tell the kids how to use it, for the sake of everyone. Please do not hate or have any rash actions towards me for posting these, thank you all. Here is the download. [URL="http://www.mediafire.com/?im6xsbhtct7haim"]http://www.mediafire.com/?im6xsbhtct7haim[/URL]
Thanks for the files. Time to get cracking on Sass.
[QUOTE=NickCC5;41911298]I am not going to tell you how to set it up, so have fun trying to manage the files. For most who know how to use servers, it will be a simple walk. Have fun. Also guys, don't tell the kids how to use it, for the sake of everyone. Please do not hate or have any rash actions towards me for posting these, thank you all. Here is the download. [URL="http://www.mediafire.com/?im6xsbhtct7haim"]http://www.mediafire.com/?im6xsbhtct7haim[/URL][/QUOTE] I've looked through the tables and noticed there is something missing. Did your server crash between a map change?
I got all tables and modules working i'm having trouble with the ranks on the scoreboard, what admin mod should i be using i have tried Exsto, ULX & Evolve So Far Is There A File I Edit (I've Also Tried Users.txt) any ideas would be much appreciated
[QUOTE=ItsTimber;42496271]I got all tables and modules working i'm having trouble with the ranks on the scoreboard, what admin mod should i be using i have tried Exsto, ULX & Evolve So Far Is There A File I Edit (I've Also Tried Users.txt) any ideas would be much appreciated[/QUOTE] Gamemode has a built in admin mod.
[QUOTE=Knoxed;42497193]Gamemode has a built in admin mod.[/QUOTE] How do i use the built in admin mod?
[QUOTE=ItsTimber;42497518]How to use it?[/QUOTE] You shouldn't be hosting a server if you are asking these questions. It was quite simple to set up, the only thing that required some thought was recreating the PHP side of the jukebox.
Not much info about the addons in particular, neither am I familiar with Sass. But thanks for being a good sport by releasing your gamemodes to the community. I'm just going to assume these gamemodes are pretty sweet considering previous comments. Muchos gracias.
[QUOTE=dingusnin;42497641]You shouldn't be hosting a server if you are asking these questions. It was quite simple to set up, the only thing that required some thought was recreating the PHP side of the jukebox.[/QUOTE]Thanks for that amazingly friendly response, i recreated the SQL database, got all the modules i removed the jukebox because i don't really like that type of thing to be honest if you can change your mind and be a little more explanatory with me id really appreciate it. All The Best Henry
[QUOTE=ItsTimber;42498056]Thanks for that amazingly friendly response, i recreated the SQL database, got all the modules i removed the jukebox because i don't really like that type of thing to be honest if you can change your mind and be a little more explanatory with me id really appreciate it. [/QUOTE] Use google, it's not rocket science. If it isn't explained in baby-language in the OP, don't be stubborn by downloading it and then demanding a tutorial.
[QUOTE=St3fz0rtj3;42498090]Use google, it's not rocket science. If it isn't explained in baby-language in the OP, don't be stubborn by downloading it and then demanding a tutorial.[/QUOTE] I asked how to use the built in admin mod, as i have already recreated everything else needed for it. I read your post before and thought you were rather friendly, obviously i misinterpreted you. thanks for the friendly shot of advice i'm not being stubborn iv'e already put some work into the SQL tables asking how to use a built in admin mod isn't that much to ask. Someone please help me i really need to figure this out and i would really appreciate any help.
Doesnt make sense to me. You know how to recreate tables but you cant find the admin mod in the files. Anyways to open up the admin menu "/a"
[QUOTE=Knoxed;42498247]Doesnt make sense to me. You know how to recreate tables but you cant find the admin mod in the files. Anyways to open up the admin menu "/a"[/QUOTE]Thankyou so much knoxed. just a last question how would one go about adding staff to it? [B]EDIT:[/B] well i read through the code of admin menu i'm getting access to nothing but Ban Slay Kick once i figure out ranks ill have this down. someone please give me one last bit of help on adding staff. man i feel a bit stupid but i guess we all see that. thanks again
table sa_misc, you will see from there on.
Sorry, you need to Log In to post a reply to this thread.