• Vein
    1,001 replies, posted
[QUOTE=Llamalord;38679967]Could you do a video tutorial on how to correctly generate a nav mesh?[/QUOTE] I'll do that when nav is fixed
Can't wait to see this working on dedicated servers. Great work Disseminate.
OK, vein can work minus navigation. [B]Be sure to delete the module from garrysmod/lua/bin or it will still attempt to load, crashing your dedi.[/B] You can now run dedicated servers.
Is that the content of L4D2 does it work? + Amazing work. :D
You can't mount L4D2 to use L4D1 content in gmod. I've petitioned garry to fix it, but no dice.
Hi everyone ! :v: How to use the map editior for mod vein?
[QUOTE=ToutEnKharton;38698978]Hi everyone ! :v: How to use the map editior for mod vein?[/QUOTE] Open up the Context Menu, (Default C) and click one of the option. To set up a Loot Spot, select a spawned prop, and the dropdown menu above the color spectrum, decides what type of Loot Spot it is. The rest is pretty simple to figure out, have fun! :D
Thank you ! :dance: [editline]4th December 2012[/editline] Is that you know a content pack for L4D? I have L4D2 but it is not compatible. (Sorry for my bad english, i use Google translate. :rolleyes:)
[QUOTE=ToutEnKharton;38699133]Thank you ! :dance: [editline]4th December 2012[/editline] Is that you know a content pack for L4D? I have L4D2 but it is not compatible. (Sorry for my bad english, i use Google translate. :rolleyes:)[/QUOTE] L4D 2 is not compatible currently. You need L4D1 to use the models.
When this gamemod will be come out?
Hey ! I've try the mod and he's awesome ! Very great job ! But I have some questions. - (Like KJIARK) Do you have an idea for a possible release date ? - When I play in Singleplayer, I spawn on the map, I can see zombies, but that's all ? No food, weapons and other spawn on the map ? It's not avaible yet ? Or not on the mod ? - When I shot with my shotgun (<3) zombies spawn yes, but in the wall xD so they can't move, that's on the fix list ? - When I give myself ammo for shotgun (like 5), I can see 5 ammos in my bag, but when I shot 5 times, I can always see 5 ammo in my bag ! But when I try to shot, no ammo ! Bug ? - Zombie can't break a door ATM ? - It is possible to play this mod like an other RP gamemode ? Like Severance (but more realistic of course). Thanks, and again very great job ! ;) (Sorry for my English if you see some errors :wink:)
There is no release date. Think Minecraft. You can use the SVN whenever. You have to make containers and props yourself. That's a bug yeah. That's a bug with singleplayer - I suggest using create multiplayer, with a local server. Zombies can't break doors yet. It's a roleplay gamemode, so yes :)
Thanks for your quick answer ! Just, for the 'problem' of the contenairs and props, it is possible to make a system (like on OpenAura) who spawn automatically props and items on the map ? (I have no knowledge in LUA lol, but some friends have... :v:)
And Houston i have a problem, models (Prop spawn), shop models, undustrial models - errors, what content is needed?
This looks really fun, I'll give it a try. Can't wait to see this "finished". [SUB][B]Edited:[/B][/SUB] Tried it. Not bad, looking forward to the finished product.
Everyone who asked questions.. Myself or others have answered these questions above, so take a quick look :)
Oh sorry, I'm going to look all the pages. :suicide:
[QUOTE=Sartax;38701238]Thanks for your quick answer ! Just, for the 'problem' of the contenairs and props, it is possible to make a system (like on OpenAura) who spawn automatically props and items on the map ? (I have no knowledge in LUA lol, but some friends have... :v:)[/QUOTE] No - the problem is that I don't know where to put stuff. Say you want to play on rp_vein_mapname. There's no info about where stuff goes - where should I put a fridge? A car? I can't just say 'put cars on the street' because to lua that means nothing. I have to say, 'here are positions on the street, put it on one of these' which is just as bad as placing the cars yourself. Also, to my knowledge OA never had that system. [QUOTE=KJIARK;38701252]And Houston i have a problem, models (Prop spawn), shop models, undustrial models - errors, what content is needed?[/QUOTE] They're L4D1 models [QUOTE=Shark Cat;38701849]This looks really fun, I'll give it a try. Can't wait to see this "finished". [SUB][B]Edited:[/B][/SUB] Tried it. Not bad, looking forward to the finished product.[/QUOTE] Like I said above it's never going to be finished.
[QUOTE=Disseminate;38703318]Like I said above it's never going to be finished.[/QUOTE] Well, I meant the non-buggy version. How do I use my own weapons? Not very good at lua and console stuff.
Thank God Left 4 dead is on sale so I can use this mod. :D
[QUOTE=Shark Cat;38703886]Well, I meant the non-buggy version. How do I use my own weapons? Not very good at lua and console stuff.[/QUOTE] Type rpa in console, list items, give yourself one
Nice gamemode! Had accouple questions... Is there a way to trade items with other players? I noticed the insanity system, what causes insanity? murdering players? Last question, I walked past a zombie around a corner and got terrfied status but i havent been able to reproduce it. What causes that? Edit: Post 666 spooky!
No trading yet, WIP Insanity is caused by bad moodlets. Say you haven't slept or eaten in days, you've just run for three hours straight, you're infected etc - you become insane. It's caused if you haven't seen a zombie in a while and when you finally see one, it's really really close.
[QUOTE=Disseminate;38704645]No trading yet, WIP Insanity is caused by bad moodlets. Say you haven't slept or eaten in days, you've just run for three hours straight, you're infected etc - you become insane. It's caused if you haven't seen a zombie in a while and when you finally see one, it's really really close.[/QUOTE] Insanity and panic are pretty awesome ideas! Any eta on trading? My friend was bleeding out next to me, and we spent the last moments of his life trying to trade bandages XD
No eta. I have finals for the next two weeks so until then, I'll only be doing bugfixes as they're reported
[media]http://www.youtube.com/watch?v=ZBQulEfIYDM[/media] (except this hehe)
I'm getting a problem where zombies walk clean through doors, L4D1 and 2 mounted on the server and client.
There's a problem with the doors on the server.
[QUOTE=Disseminate;38704113]Type rpa in console, list items, give yourself one[/QUOTE] Could you give me an example with give gdcw_ak47acog? I meant sweps from sandbox or whatever.
oh. You have to make the item first: [lua]ITEM.ID = "ak47akog"; ITEM.Name = "AK47 ACOG"; ITEM.Weight = 50; ITEM.Model = "models/weapons/vein/w_shotgun.mdl"; ITEM.Skin = 0; ITEM.Stackable = false; ITEM.WeaponClass = "gdcw_ak47acog";[/lua] in an item file (the filename doesn't matter). I can't guarantee it'll be compatible though
Sorry, you need to Log In to post a reply to this thread.