• GmodRP Reloaded | Release |
    43 replies, posted
After a update by garry around 2008 the script exploded somewhat and it was not working with the new version, Since i saw the whole war dbout serious RP i dicided to pick it up and to re-do it. But as soon i finished it, Garry released like 3 patches for gmod, that broke the script again so i needed some extended time to improve the script again. I tried to contact the original creator but i could not reach him. [url=http://www.mediafire.com/?ahw5u5vaa2pwjxl]Gmod Reloaded V1.0[/url] Pass: vagax [b]If the scripts gets broken by a patch/update, contact me and i will fix it ASAP[/b] [img_thumb]http://img199.imageshack.us/img199/7813/rpoviscitygmc40052.jpg[/img_thumb][img_thumb]http://www.plaatjesupload.nl/bekijk/2010/08/23/12825501950.png[/img_thumb][img_thumb]http://www.plaatjesupload.nl/bekijk/2010/08/23/1282552209-470.png[/img_thumb][img_thumb]http://www.plaatjesupload.nl/bekijk/2010/08/23/1282552397-020.png[/img_thumb][img_thumb]http://www.plaatjesupload.nl/bekijk/2010/08/23/1282550223-250.png[/img_thumb] GmodRP brings back the RP days of 2009, No RDM, just fun with each other. A server does not need a 10 GB addon folder to be good. V1.0 - Basic Gamemode fixed - Patches - Added new features - Updated scripts --- Lets hope this version does not have problems. --- Rated myself :v: Because
This is a nice alternative to the hundreds of generic servers, I wish more servers would implement similar functions like the radio station/plants.
Will launch a server. The map? [url=http://www.facepunch.com/showthread.php?t=993307]Something completely different[/url] I did noticed that you need Episode 2 and Episode 1
Will upload to my server, soon as possible.
I will put up a server right now. Running rp_cargtown just for nostalgia. [B]edit[/B] Having problems, i can use f1,f2,f3 etc. But noting works can't chance jobs or buy stuff. ERROR: GAMEMODE:'Think' Failed: gamemodes/gmodrp/gamemode/init.lua:240: attempt to call method 'staminaCheck' (a nil value) ERROR: GAMEMODE:'EntityRemoved' Failed: gamemodes/gmodrp/gamemode/init.lua:498: attempt to call field 'DeleteRadiostation' (a nil value) This are the two error's given.
[QUOTE=x-x090;24468735]I will put up a server right now. Running rp_cargtown just for nostalgia. [B]edit[/B] Having problems, i can use f1,f2,f3 etc. But noting works can't chance jobs or buy stuff. ERROR: GAMEMODE:'Think' Failed: gamemodes/gmodrp/gamemode/init.lua:240: attempt to call method 'staminaCheck' (a nil value) ERROR: GAMEMODE:'EntityRemoved' Failed: gamemodes/gmodrp/gamemode/init.lua:498: attempt to call field 'DeleteRadiostation' (a nil value) This are the two error's given.[/QUOTE] No errors with me. Improvements: - Guides are outdated - When you're lock picking you can't stop before it's done - You can buy lock pick when store owner (maybe also other jobs) Just some fast things I found. BTW I can't open the MOTD, and it dosen't open at start.
Will (most likely) launch a server. It's been a while since I've seen people using this, so this is a nice refresher :buddy: Also, protip... [code]gamemodes/GModRP/gamemode/derma/cl_motd.lua:42: '}' expected (to close '{' at line 10) near '"---- PAC Editor 2.0 ----"' -- Error PARSING CLIENTSIDE file ------------------------- - File: GModRP/gamemode/derma/cl_motd.lua ---------------------------------------------------------- gamemodes/GModRP/gamemode/derma/cl_dermaskin.lua:42: 'end' expected (to close 'function' at line 40) near 'else' -- Error PARSING CLIENTSIDE file ------------------------- - File: GModRP/gamemode/derma/cl_dermaskin.lua ----------------------------------------------------------[/code]
This is really weird. I give this gamemode to you guys and some other friends who wanted it, and it seems that the others are having errors and the rest does not has any.. Post all the errors, bugs and stuff-thats-not-right here. Please post it without flaming me because i am trying to do my best to get everything done on time. New version today, will most likely release a SVN. To-do list: - Resolve error problem (MOTD fixed) - Guides are outdated - When you're lock picking you can't stop before it's done - You can buy lock pick when store owner (maybe also other jobs) - Add jobs (Jobs can be added be yourself, little LUA skill needed) Also X-x090 can you please say what mods you have installed? And are you sure you did: Changegamemode <Map name: gm_flatgrass for example> GmodRP This forces the server to load the gamemode. [b]How to add jobs[/b] 1. Go to the map Gamemode > GmodRP > shared.LUA 2. open with notepad++ or Notepad 3. Find the "Jobs" (near the start) *you now see a row of jobs* Add another job under the last job Sample: Jobs["Name job"] = { 8 *job number*, "name selection", 64 *ammount of players*, 3 *money you earn*, { "item" *Selection you can buy in the shop* }, { "weapon_stunstick" *Weapon you spawn with* } } Remove all ** Example: Jobs["Thief"] = { 9, "commercial", 2, 5, {"item"}, { "lockpick" } } --- I was reading the files of the RP gamemode untill i saw this: [code]--To do list: --Inventory weight limit. (So mass of items carried changes your walk speed as well) --Admin menu --In game who-can-own-door with jobs and types of jobs --Rename jobs to employment --Fishing rod --Weapon selection hud --Custom chatbox --Custom fire effect --Make fire system better --Make the player bleed --Toilet mod --Cooking food --Diseases --Temperature --Better medicine system --Better firehose[/code]
[QUOTE=darth-veger;24488506]This is really weird. I give this gamemode to you guys and some other friends who wanted it, and it seems that the others are having errors and the rest does not has any.. Post all the errors, bugs and stuff-thats-not-right here. Please post it without flaming me because i am trying to do my best to get everything done on time. New version today, will most likely release a SVN. To-do list: - Resolve error problem (MOTD fixed) - Guides are outdated - When you're lock picking you can't stop before it's done - You can buy lock pick when store owner (maybe also other jobs) - Add jobs (Jobs can be added be yourself, little LUA skill needed) Also X-x090 can you please say what mods you have installed? And are you sure you did: Changegamemode <Map name: gm_flatgrass for example> GmodRP This forces the server to load the gamemode. [b]How to add jobs[/b] 1. Go to the map Gamemode > GmodRP > shared.LUA 2. open with notepad++ or Notepad 3. Find the "Jobs" (near the start) *you now see a row of jobs* Add another job under the last job Sample: Jobs["Name job"] = { 8 *job number*, "name selection", 64 *ammount of players*, 3 *money you earn*, { "item" *Selection you can buy in the shop* }, { "weapon_stunstick" *Weapon you spawn with* } } Remove all ** Example: Jobs["Thief"] = { 9, "commercial", 2, 5, {"item"}, { "lockpick" } } --- I was reading the files of the RP gamemode untill i saw this: [code]--To do list: --Inventory weight limit. (So mass of items carried changes your walk speed as well) --Admin menu --In game who-can-own-door with jobs and types of jobs --Rename jobs to employment --Fishing rod --Weapon selection hud --Custom chatbox --Custom fire effect --Make fire system better --Make the player bleed --Toilet mod --Cooking food --Diseases --Temperature --Better medicine system --Better firehose[/code][/QUOTE] Cool! Hope it'll be released soon.
Excellent, Did you fix the problem with the keys where it looked like they were holding a gun?
Well i am waiting for some info. What mods do the server owners have installed?
[QUOTE=darth-veger;24541776]Well i am waiting for some info. What mods do the server owners have installed?[/QUOTE] I've some addons like: PHX3 Wiremod / Extra and some other small addons. The MOTD dosen't work on my server.
[url]http://steamcommunity.com/id/slob187/[/url] That's the original creator.
I was thinking about converting this to a SandboxRP game..
[QUOTE=TommieBoy;24597418][URL]http://steamcommunity.com/id/slob187/[/URL] That's the original creator.[/QUOTE] Your avatar fits so fucking well.
News needed :/
It could be that a another mod is using the same key/hook as GmodRP.
[QUOTE=darth-veger;24466744]GmodRP brings back the RP days of 2009, No RDM, just fun with each other.[/QUOTE] You really think all the minges appeared in 2010? No, GModRP was just something that temporarily seemed to actually start GMod RP again. I hope it works this time.
[QUOTE=darth-veger;24639233]It could be that a another mod is using the same key/hook as GmodRP.[/QUOTE] [code]gamemodes/GModRP/gamemode/derma/cl_motd.lua:42: '}' expected (to close '{' at line 10) near '"---- PAC Editor 2.0 ----"' -- Error PARSING CLIENTSIDE file ------------------------- - File: GModRP/gamemode/derma/cl_motd.lua ---------------------------------------------------------- gamemodes/GModRP/gamemode/derma/cl_dermaskin.lua:42: 'end' expected (to close 'function' at line 40) near 'else' -- Error PARSING CLIENTSIDE file ------------------------- - File: GModRP/gamemode/derma/cl_dermaskin.lua ----------------------------------------------------------[/code] *ahem* Neither of those look like code conflicts. Just syntax errors.
hostin dis on my 50slot dawg ip soon finding map.
I fucking love this script, thanks for making it work again!
[QUOTE=Tark;24656929]I fucking love this script, thanks for making it work again![/QUOTE] Ya it's cool, but the MOTD dosen't work :( [editline]12:34PM[/editline] Yo, fixed MOTD now im trying to fix the last error.
svn pls
How to fix MOTD: go to: garrysmod\gamemodes\gmodrp\gamemode\derma Open: cl_motd.lua Now find: local rules = { Every line need to end with a: , Like this: [code] "Press R on the item to put it your inventory, and E to use.", "/drop amount - drop money. Example: drop 10", "/sleep - sleep.", "/sit - sit.", "// text - ooc. Talk out of character.", "/y text - yell.", "/w text - whisper.", "Hotkeys:", "F1 - Motd", "F2 - Shop menu", "F3 - Player menu", "F4 - Buy a door",[/code] "", new line with nothing text Example: [code]"Hello", "", "This is another line",[/code] Will look like: Hello This is another line Again, make sure that every line ends with a , Hope I helped you :)
It needs to be every line EXCEPT the last one or your code will not work at all.
Oh god what, that's a horrible way to make a MOTD. If I have time, I'll make you a quick piece of code that allows you to write it as a multiline string instead :smile:
temp. fix
Whoa, someone actually started working on it again! I lost all interest for GMod unfortunately so I won't be trying it out myself anytime soon. Thanks for bringing it back though.
[QUOTE=Kwout;24672522]Whoa, someone actually started working on it again! I lost all interest for GMod unfortunately so I won't be trying it out myself anytime soon. Thanks for bringing it back though.[/QUOTE] Yes, but it haven't been updated in long time :/
Always fucking me with my intrests, one time i am playing Gmod all the time and the other time i am never playing on gmod. Currently doing Halo 3 to much.. Anyway, i will try to update it some more with new features, if anyone cares to take over the full development, PM me.
Sorry, you need to Log In to post a reply to this thread.