[QUOTE=jeopardy2630;36424610]Yes! Another roleplaying script![/QUOTE]
It's funny because [url]http://gyazo.com/35f879ea2b8bf9bf6a3edbbf26595cef[/url]
Is there anyway to change the size of the area on a specific item that is clickable? For most of the SWEPS I am using, I can tab-click on it, and pick it up fine. But for some of the pistols, it is nearly impossible. No matter where I click on the pistol, I can not get the pick it up prompt. Is there anyway to change the size? I hope this makes sense.
[QUOTE=somescripter;36409963]Wish the best of luck to you mate, hope you can achieve it not feeling or looking like any existing roleplaying gamemode out there. I hope this produces many innovative [i]ideas[/i] that I can 'borrow'.[/QUOTE]
Why is this being rated badly?
Tiramisu is the bleeding edge Arch Linux, OA is the stable commercially supported Ubuntu or Debian, is how I'd look at it.
Sometimes you live on the edge you get cut you know?
I need help!
Everytime i start Tiramisu 2 it switches me to sand box and says it cant find the cl_int.lua, I can't play Tiramisu! help please!
I need help too :<
How to add a custom weapon in buissness? I tried to use templates, but it did not happen.
And how to make something like a salesman like in the Open Aura?
[QUOTE=Mobious;36532908]I need help too :<
How to add a custom weapon in buissness? I tried to use templates, but it did not happen.
And how to make something like a salesman like in the Open Aura?[/QUOTE]
For making custom items, just have the SWEP on your server and it makes it into an item automatically, then you can edit it into a business
Big Bang, any chance you're still going to update Tiramisu 2 for Gmod 13 when it is released?
Big bang looks like he's extremely pissed and is confused right now. he probably has life problems. Juse give him some time.
Also I think he left the community. And as Big Bang said, so long, hopefully, for good.
I kinda udnerstand him because I know what it is to try to develop something good but having too many kids that play commercial scripts because they are one-click-for-setup.
Tiramisu is probably the ebst gamemode out there, it just needs a coder. it can be used for city themed RP or some fictional RP but again, the server needs a coder.
The gamemode has everything both all the RPers from Lite to Serious. The gamemode is free for Christ's Sake! It's light weight both for client and server.
In my opinion this is one of the main feautures of the script which OA and so on can't offer. I have a shitty PC and can enjoy a stable 40 FPS on evocity with this script, meanwhile I can't get stable 10 FPS in OA on any map.
A bunch of changes/fixes coming this weekend:
I'm going to go through all the github issues and fix them.
I'm adding functionality to the camera to allow for more awesome shit like freelooking while walking/running so you don't even have to turn to look.
So Tiramisu 2 is developed again? Wohoo!
[QUOTE=Jawalt;36602630]A bunch of changes/fixes coming this weekend:
I'm going to go through all the github issues and fix them.
I'm adding functionality to the camera to allow for more awesome shit like freelooking while walking/running so you don't even have to turn to look.[/QUOTE]
As someone currently developing on Tiramisu 2, I'm overjoyed to hear it.
[QUOTE=Jawalt;36602630]A bunch of changes/fixes coming this weekend:
I'm going to go through all the github issues and fix them.
I'm adding functionality to the camera to allow for more awesome shit like freelooking while walking/running so you don't even have to turn to look.[/QUOTE]
Yay!
-
I'm sure this has been asked dozens of times before, but uh... anyone figured out a way to fix Tiramisu 2 for use on Linux servers yet?
[QUOTE=Gordy H.;36657066]I'm sure this has been asked dozens of times before, but uh... anyone figured out a way to fix Tiramisu 2 for use on Linux servers yet?[/QUOTE]
Enable the LinuxHotfix inside configuration.lua? (Other than that there's nothing I can think of, I've never tried to host anything on Linux)
Maybe I'm doing something wrong but I don't spawn with physgun or gravity gun even with the config file changed. I also cannot get the toolgun off my screen once I have it up
[QUOTE=DeathByKittens;36538981]For making custom items, just have the SWEP on your server and it makes it into an item automatically, [b] then you can edit it into a business [/b][/QUOTE]
How? T_T
[QUOTE=Mobious;36686959]How? T_T[/QUOTE]
Tiramisu creates the item file in your schema's items folder
This is really awesome to work with, been glued to it for a couple of days now a small question though how would I go about setting:
BusinessLevels[1] = {}
BusinessLevels[1].Name = "General Goods"
BusinessLevels[1].Desc = "Get your standard items and consumables here."
BusinessLevels[1].Icon = "gui/silkicons/star"
As a default business so players automatically have access to it when they join, if it's a silly question I apologise.
[QUOTE=Paragon;36708343]This is really awesome to work with, been glued to it for a couple of days now a small question though how would I go about setting:
BusinessLevels[1] = {}
BusinessLevels[1].Name = "General Goods"
BusinessLevels[1].Desc = "Get your standard items and consumables here."
BusinessLevels[1].Icon = "gui/silkicons/star"
As a default business so players automatically have access to it when they join, if it's a silly question I apologise.[/QUOTE]
[code]CAKE.AddDataField( 2, "business", { 1, 2, 3, 4 ,5 } )[/code]
Where 1 2 3 4 and 5 are all different businesses. Put that in your core file or whatever.
Edit: formatting inside the {} might be wrong but mess around with it and you should get it.
[QUOTE=DeathByKittens;36710678][code]CAKE.AddDataField( 2, "business", { 1, 2, 3, 4 ,5 } )[/code]
Where 1 2 3 4 and 5 are all different businesses. Put that in your core file or whatever.
Edit: formatting inside the {} might be wrong but mess around with it and you should get it.[/QUOTE]
When I add it to core.lua I get an error, you sure this is the right place? If so I'll keep trying.
Edit: Got the location, just need to sort out the formatting as it doesn't appear to be working.
Can't seem to be getting it working, even tried CAKE.AddDataField( 2, "buygroups" { 1 } )
:(
[QUOTE=Paragon;36711378]When I add it to core.lua I get an error, you sure this is the right place? If so I'll keep trying.
Edit: Got the location, just need to sort out the formatting as it doesn't appear to be working.
Can't seem to be getting it working, even tried CAKE.AddDataField( 2, "buygroups" { 1 } )
:([/QUOTE]
What's the error?
Change it in the business plugin, actually, where it adds the datafield, at the bottom of the file. You want to change the formatting between the {}, not the part where it says business
[QUOTE=DeathByKittens;36712102]What's the error?
Change it in the business plugin, actually, where it adds the datafield, at the bottom of the file. You want to change the formatting between the {}, not the part where it says business[/QUOTE]
Fixed the error, goofed up on my end and I've got it working, thanks mate!
I need help:
1. How i can add a clothing_something in DefaultClothing (in config)? What I must do?
2. How i can delete female gender from the list of gender in Character Creator?
(sorry for my bad english)
Pretty sure this isn't normal...
[IMG]http://i806.photobucket.com/albums/yy347/Daniel_Butler/2012-07-16_00001.jpg[/IMG]
What am I doing wrong?
[QUOTE=danielbutler;36795431]Pretty sure this isn't normal...
[IMG]http://i806.photobucket.com/albums/yy347/Daniel_Butler/2012-07-16_00001.jpg[/IMG]
What am I doing wrong?[/QUOTE]
Conflicting addons, turn on scriptenforcer if its on a server?
[QUOTE=Steven :D;36795521]Conflicting addons, turn on scriptenforcer if its on a server?[/QUOTE]
Im running it on a local SRCDS server I set up. I can run it in single player can't I?
[QUOTE=danielbutler;36795526]Im running it on a local SRCDS server I set up. I can run it in single player can't I?[/QUOTE]
Unless its a clean GMod install you're probably going to have problems as Tiramisu doesn't like alot of addons/scripts. The issue for you is that something is making the supposedly invisable male animation model, visible. (Or at least that is what I think)
Try a clean GMod install or make your SRCDS a seperate garrysmod folder with a clean install
[QUOTE=Steven :D;36795544]Unless its a clean GMod install you're probably going to have problems as Tiramisu doesn't like alot of addons/scripts. The issue for you is that something is making the supposedly invisable male animation model, visible. (Or at least that is what I think)
Try a clean GMod install or make your SRCDS a seperate garrysmod folder with a clean install[/QUOTE]
Sorted.
Another quick question (sorry). How do I give a faction access to the buisness menu?
Sorry, you need to Log In to post a reply to this thread.