<insert comment about dual wielding super weapons>
What I'd find interesting is if you could actually dual wield grapple hooks lol. Fun puzzle map that includes swinging anyone?
Obsidian Conflict Devblog Video #1
- destiny
- Obsidian Premium
- Posts: 1906
- Joined: Thu Feb 19, 2009 12:33 pm
- Location: i forgot like always.
- Contact:
Re: Obsidian Conflict Devblog Video #1
always wanted to swing aroung with the grapple hook.
- RocketRunner
- npc_combine_elite
- Posts: 467
- Joined: Thu Apr 23, 2009 5:19 am
- Location: Phoenix, AZ
Re: Obsidian Conflict Devblog Video #1
That could be interesting, swinging around on a grappling hook while firing a pistol.
I usually run from rockets.
Pretty straightforward.
Pretty straightforward.
Re: Obsidian Conflict Devblog Video #1
Say hello to Metroid Prime lol...
-
- Team Member
- Posts: 2470
- Joined: Mon May 10, 2010 11:50 am
- Location: Spain
- Contact:
Re: Obsidian Conflict Devblog Video #1
I dont like very much the way how the hook works. It dont allow you fire it quickly, so you cant use it for a platform zone. Also, the way it pulls you is erratic, leaving you fall sometimes.
-
- npc_helicopter
- Posts: 932
- Joined: Mon Mar 15, 2010 2:21 pm
- Location: Peruibe , SP , Brazil
- Contact:
Re: Obsidian Conflict Devblog Video #1
I would like to see it too but it would be like this way: once both RPGs fired their first missile, reload both guns.And that goes.Having a double fire with those would be awesome too.(Both RPGs fired at the same moment.)JuiceandChocolate wrote:Does this mean my dreams of dual wielding rocket launchers won't come true?
P.S.: You have made a post but when I check in your profile, it says you have 0 posts.What the heck?
Re: Obsidian Conflict Devblog Video #1
Well, it's an option in the weapon-scripts, you can easily adapt it. Yes, even for the grapple hook.
The online lag for the hooks was also nagging me for quite a while, perhaps I will take a look over the code ... when I finally get back to doing some more work...
The online lag for the hooks was also nagging me for quite a while, perhaps I will take a look over the code ... when I finally get back to doing some more work...
Code: Select all
while(!bugQueue.Empty())
{
featureList.Insert(bugQueue.Pop());
}