DUDE, conna said no Inventory, because it is too much RPG style...
About the food create, make it so you can eat it to, not just other people.
Like the gmod9 mod UCRPM make a npc as a chef so you can buy food from him or make your job as chef then you can make food and sell it. :D
sv_cheats 1
then type noclip in console.
You may try an admin mod like ULX so you can simply use ulx noclip in console. Hope that helped you. Good luck!
Then I must have missed his post then.
Inventories aren't much of RPG style to me, they're just plain helpful to manage items.
It's just that sometimes you accidentally mix 2 items together without consent.
Anyway, I'll just wait and see whatever is coming up then.
I think that some type of bag or inventory would be really nice, if you wanted to buy some food from a store and take it with you home.
You should grav gun it home.
I don't want to turn this into UCRPM :rolleye:
[QUOTE=Badboy]About the food create, make it so you can eat it to, not just other people.
Like the gmod9 mod UCRPM make a npc as a chef so you can buy food from him or make your job as chef then you can make food and sell it. :D[/QUOTE]
[list]There will not be NPC characters.[/list]
[list]You will never be able to eat your own food.[/list]
[list]There will never be a police system.[/list]
[list]You will never be able to use your own weapons.[/list]
[list]I will never let this modification turn into UCRPM.[/list]
Infact it would do more for the role play community if there were more modifications like what CCRPM is going to be in the next version.
Disagree with me if you like - but modifications like DarkRP [b]damage[/b] the role play community.
And I quote from a proffessional and well respected role play modification creator:
"We don't have script features for things you can roleplay effectively."
"We promote roleplaying, not script-playing."
[i]Morpheous[/i]
It's not letting anyone spawn any entities in my server.
Conna good luck with that, but you better have features, because no matter what, nobody who comes to my server roleplays correctly, they always shoot the gun shop owner, always minge, I would like to have some Actual roleplayers sometime on my server :S. I think we need to start a RP-Pact where If people aren't RPing we ban them Forever, I cannot take this anymore, the banlist is at 50 right now, soon with this new rule for admins, It will get pretty big...
You know what - I'm gonna say this is the final version for now. Enjoy.
I'm saying this because the plans I have for CCRPM you are totally not going to like.
[QUOTE=Conna]You know what - I'm gonna say this is the final version for now. Enjoy.
I'm saying this because the plans I have for CCRPM you are totally not going to like.[/QUOTE]
Hey, conna your gamemode rocks if you make the weather i'll put it on my rp server, just I don't know why your giving up :(
[QUOTE=Conna]You know what - I'm gonna say this is the final version for now. Enjoy.
I'm saying this because the plans I have for CCRPM you are totally not going to like.[/QUOTE]
Aww what about Weather?
[QUOTE=Conna]You know what - I'm gonna say this is the final version for now. Enjoy.
I'm saying this because the plans I have for CCRPM you are totally not going to like.[/QUOTE]
No. I love CCRPM. Even your plans. Whatever they are.
Whatever your decision is, I'll be waiting.
Conna,it's working now!!It's the best Rp mod!Thank you so much!
Conna, this is an imaginative and innovative gamemode, and in my opinion you should keep releasing your newer versions that "People May Not Like" to the public.
So what if people don't like it, they can just suffer, and maybe you can keep your older versions still available for download also, then nobody can complain?
Please don't quit Conna. This is a great mod.
Okay - I'll do the things people may not like then add weather then call it a final and release.
:)
Agreed with Dudder! :)
Oh, and I edited the food a bit cause I was bored :lol:
Nothing big just a few more combos and spawnables, but for some reason it completely destroys the script unless I take them out. Am I doing something wrong?
[code]CCRPM.Food.Add("Water", 5, 5, "models/props/cs_office/water_bottle.mdl")
CCRPM.Food.Add("Flour", 5, 5, "models/props_junk/garbage_milkcarton002a.mdl")
CCRPM.Food.Add("Egg", 5, 5, "models/props_junk/garbage_takeoutcarton001a.mdl")
CCRPM.Food.Add("Sugar", 5, 5, "models/props_junk/garbage_metalcan001a.mdl")
CCRPM.Food.Add("Cheese", 5, 5, "models/props_junk/garbage_bag001a.mdl")
CCRPM.Food.Add("Cream", 5, 5, "models/props_junk/garbage_metalcan002a.mdl")
CCRPM.Food.Add("Coffee Beans", 5, 5, "models/props_junk/garbage_metalcan002a.mdl")
CCRPM.Food.Add("Milk", 5, 5, "models/props_junk/garbage_milkcarton002a.mdl")
CCRPM.Food.Add("Dough", false, 10, "models/props_junk/garbage_bag001a.mdl")
CCRPM.Food.Add("Bread", false, 30, "models/weapons/w_package.mdl")
CCRPM.Food.Add("Milky Water", false, 10, "models/props_junk/glassjug01.mdl")
CCRPM.Food.Add("Coffee", false, 25, "models/props_junk/garbage_coffeemug001a.mdl")
CCRPM.Food.Add("Sugary Coffee", false, 30, "models/props_junk/garbage_coffeemug001a.mdl")
CCRPM.Food.Add("Salt", 5, false, "models/props_junk/garbage_metalcan002a.mdl")
CCRPM.Food.Add("Bag of Potato Chips"", false, 15, "models/props_junk/garbage_bag001a.mdl")
CCRPM.Food.Add("Potato", 2, 3, "models/props_junk/watermelon01.mdl")
CCRPM.Food.Add("Wet Potato" false, 3, "models/props_junk/watermelon01.mdl")
CCRPM.Food.Add("Cheesy Potato", false, 40, "models/props_junk/watermelon01.mdl")
CCRPM.Food.Add("Energy Shake", 100, 70, "models/props_junk/popcan01a.mdl")
// Combinations (One, Two, Three)
CCRPM.Food.Combination("Water", "Flour", "Dough")
CCRPM.Food.Combination("Dough", "Egg", "Bread")
CCRPM.Food.Combination("Water", "Milk", "Milky Water")
CCRPM.Food.Combination("Milky Water", "Coffee Beans", "Coffee")
CCRPM.Food.Combination("Coffee", "Sugar", "Sugary Coffee")
CCRPM.Food.Combination("Potato", "Water", "Wet Potato")
CCRPM.Food.Combination("Wet Potato", "salt", "Bag of Potato Chips")
CCRPM.Food.Combination("Potato", "Cheese", "Cheesy Potato")
CCRPM.Food.Combination("Sugary Coffee", "Cream", "Coffee with Sugar and Cream")
CCRPM.Food.Combination("Coffee", "Cream", "Coffee with Cream")[/code]
(Most of it is just the normal stuff, my stuff is on the ends of each)
[lua]CCRPM.Food.Add("Bag of Potato Chips"", false, 15, "models/props_junk/garbage_bag001a.mdl")[/lua]
You used the quotation marks twice right after chips.
[QUOTE=OverwatchTM]Can you post the error?
It should be displayed in the console.[/QUOTE] My console just gets spammed with that "There is something wrong with the viewpoint" thing, so I can't really find it.
I edited my post while you were posting.
I think that should help you.
[QUOTE=OverwatchTM]I edited my post while you were posting.
I think that should help you.[/QUOTE] Haha, I overlooked that, thanks.
[b]Edit:[/b]
Bah, still doesn't work. I guess it's just meant not to be screwed with.
Actually, I think I've just figured it out.
Take this for example:
[lua]CCRPM.Food.Combination("Sugary Coffee", "Cream", "Coffee with Sugar and Cream")[/lua]
Everything's perfect, but you're missing actual food item: Coffee with Sugar and Cream.
"Coffee with Sugar and Cream" should exist as a food item.
Therefore, you need to add:
[lua]CCRPM.Food.Add("Coffee with Sugar and Cream", false, 35, "models/props_junk/garbage_coffeemug001a.mdl")[/lua]
Except you replace the integers with whatever you'd like.
Hahaha, I don't even read what I write down. Thanks again :D
[b][u]Download Version 1.12:[/b][/u]
[url=http://upl.vs-hs.com/download/47daa9461503c06a8d90ef370938417c/][img]http://upl.vs-hs.com/info_imgs/47daa9461503c06a8d90ef370938417c.jpg[/img][/url]
[i]Changelog:[/i]
[code]
[Added] Default Equipment config option
[Added] Rules in the config with 4 default ones
[Added] Block against 'kill' in the console
[Added] Seeing the owners of doors and vehicles
[Changed] Money model to dollar
[Changed] Basic help in the config to be more suitable
[Changed] Owner to Founder in anything relating to groups
[Fixed] A lot of spelling mistakes and fixes up some text
[Removed] Ability to make groups not save - pointless feature
[Removed] Alchohol - pointless feature
[Removed] Sleeping - pointless feature
[Removed] Tranquilizer - pointless feature
[Removed] Default groups like Police - pointless feature
[Removed] PM - pointless feature
[/code]
[b][u]Haven't tested but it's the final version for now - I'll add weather in a later version probably. I want to see what sort of modules and that you make for eachother. I think I'm gonna sit back and watch what you make out of it. After all - it is Community Created Role Play Modification[/b][/u]
Meh, I liked a lot of the useless stuff. I'll stick with 1.11 for now.
At least until I fix my buggery food thingus :mad:
Pointless features ruin role play. But if you like them you like them, this is the reason I'm gonna have to leave CCRPM at it's current state. Because people just will not like what I'll end up doing to it.
[QUOTE=Conna]Pointless features ruin role play. But if you like them you like them, this is the reason I'm gonna have to leave CCRPM at it's current state. Because people just will not like what I'll end up doing to it.[/QUOTE] No, I like it. Just I run a server full of idiots and I need something to hit them with :v:
Hey, how would I go about doing something like this. How would I stop the Wages clock from counting down if the player didn't do anything for a minute? You know so they don't freeload cash by just afking.
Does this have to be used on an rp map?
Will the door ownership stuff work on a non-rp map?
Sorry, you need to Log In to post a reply to this thread.