• Vein (2)
    263 replies, posted
Guys to make your own crafting recipies goto common\GarrysMod\garrysmod\gamemodes\vein\gamemode\config and find the crafting file. You can change the recipes there.
[QUOTE=twoski;41086624] [lua] // think code if GAMEMODE.Weather.Rain > 0 and ( GAMEMODE.NextRainDrop or 0 ) < CurTime() and not GAMEMODE.PlayerIsIndoors then GAMEMODE.NextRainDrop = CurTime() + math.Rand( 1 - GAMEMODE.Weather.Rain, ( 1.2 - GAMEMODE.Weather.Rain ) * 3 ) for i=1, math.random( 1, math.floor( GAMEMODE.Weather.Rain * 4 ) ) do local tbl = {} tbl.Size = math.random( 40, 80 ) tbl.X = math.random( 0, ScrW() - tbl.Size ) tbl.Y = math.random( 0, ScrH() - tbl.Size ) tbl.Movement = math.random( 20, 80 ) tbl.Life = math.Rand( 1.0, 5.0 ) tbl.Time = CurTime() + tbl.Life if math.random(1,5) == 1 then tbl.Movement = 10 end table.insert( GAMEMODE.RainDrops, tbl ) end end // draw code for k,v in pairs( GAMEMODE.RainDrops ) do local scale = math.Clamp( ( v.Time - CurTime() ) / v.Life, 0, 1 ) surface.SetDrawColor( 200, 200, 255, 255 * scale ) surface.SetTexture( RainMat ) surface.DrawTexturedRect( v.X, v.Y - v.Movement * scale, v.Size, v.Size ) end[/lua][/QUOTE] is that from perp lol
it's what vein would look like if i had a terrible coding style
Vein needs more models for the zombies. I played NMRiH and there were alot more models and variants.
[QUOTE=jellofacey;41165197]Vein needs more models for the zombies. I played NMRiH and there were alot more models and variants.[/QUOTE] So why not add some more yourself?
I feel this gamemode would be more popular with an [B]official[/B] server. The only servers there are of this under-rated gamemode are always empty, and there aren't that many servers of this to begin with.
[QUOTE=kiruclanz;41170882]I feel this gamemode would be more popular with an [B]official[/B] server. The only servers there are of this under-rated gamemode are always empty, and there aren't that many servers of this to begin with.[/QUOTE] Yeah I ran a server for a week and the only people that joined out of the blue were lau script and chance and then trolls, a lot of them.
[QUOTE=kiruclanz;41170882]I feel this gamemode would be more popular with an [B]official[/B] server. The only servers there are of this under-rated gamemode are always empty, and there aren't that many servers of this to begin with.[/QUOTE] Servers cost money. Disseminate can't take on that sort of financial responsibility. If anyone is willing to donate a server, PM me and I'll talk to Diss.
[QUOTE=Johnny Guitar;41171785]Yeah I ran a server for a week and the only people that joined out of the blue were lau script and chance and then trolls, a lot of them.[/QUOTE] I was busy, sides I only play on weekends.
[QUOTE=Kamern;41179307]Servers cost money. Disseminate can't take on that sort of financial responsibility. If anyone is willing to donate a server, PM me and I'll talk to Diss.[/QUOTE] Exactly. I'm trying to encourage people to donate to Diss so maybe he'll start his own server and this gamemode will be more popular.
If I get an official server I'll probably end the hiatus
[QUOTE=Disseminate;41181367]If I get an official server I'll probably end the hiatus[/QUOTE] I'd be happy to buy and host a server for you.
[QUOTE=Disseminate;41181367]If I get an official server I'll probably end the hiatus[/QUOTE] That would be fantastic.
I cant pause Vein after I die. So I have to force quit it, anyone having the same issue?
-snip- Fixed it. Had some spacebuild stuff in my addons folder I forgot about for a while. Nice gamemode so far.
Hey guys. So. I had a question that was subtle but mentioned earlier in this post. Its july now and no posts have been made (Sorry if this is bumping or against the rules! :( ). I wanted to know if this is... A. Still being continued. I am playing the SVN HEAD revision right now. B. Still being UPDATED. Duh. C. Still taking sudgestions. If so, we cant get rid of objects fast. I have 300 Rifle rounds from playin around with the console, and I cant get rid of em fast! Tried storing them. ONLY STORED 1! besides, whats the point of KEEPING your rounds. We cant reload them! Thanks guys. Edit: Idiot self. last post was a week ago. PPPFFFT. :suicide:
I'm using this mod. Thanks for made this gamemode. but i using korean, then i can't type korean. normal chatbox can type korean, but this mode's can't. what should I do?
If you need an official server why not ask darksoul over at elpis hosting?
Because I posted that two months ago and don't need a server any more
[QUOTE=kiruclanz;41170882]I feel this gamemode would be more popular with an [B]official[/B] server. The only servers there are of this under-rated gamemode are always empty, and there aren't that many servers of this to begin with.[/QUOTE] i have an extra 32 man server if you would like to help me set this up. i seem to have issues with the gamemode starting so just pm me and i will get it set up
I think there are quite a few zombie gamemodes already
How I use normal chatbox on this gamemode?? I can't type another language.
[QUOTE=Disseminate;41774156]Because I posted that two months ago and don't need a server any more[/QUOTE] Well if you change your mind I can certainly set you up with something.
I think how about a big map? For example:evocity [editline]11th August 2013[/editline] And how about add map weapon spawn?
when i use this i cannot open console or any of the gmod menus
Trying this gamemode out, it's a shame there's no Linux build of the navmesh. It's a pretty good gamemode.
is this still being worked on because if theres any modeling done let me know and i will give it a try (im a rookie modeler)
Not dead? Checked back awhile ago when I thought about this, bold letters saying it was dead, I was pretty sad, came back and now the text is gone, edited 7 hours ago, still being worked on?
No promises ;)
Currently porting Riverside for Vein with containers and such. Server maybe?
Sorry, you need to Log In to post a reply to this thread.