Uncategorized

Projectile system

Projectiles in Ground Branch are taken from a player specific ‘pool’ whenever a player uses a firearm. A projectile taken from this pool is assigned any relevant info and sent along its way, using the Unreal Physics to simulate bullet flight and drop. Phsyx could be used instead, but we see little benefit in using it over the basic Unreal physics.

Handedness

As stated last week, the default right mouse button is assigned to the left hand, not aiming.

First thing to think about – we’re going to let you choose to be right or left handed, and support the ability to swap hands in-game. Your handedness dictates your ‘main hand’, with the opposite hand being your ‘offhand’. Aesthetic reasons aside, the game play enhancements are just something we don’t want to pass up. …

Commands and keys bindings.

Bit of a slow week, continuing my efforts into Scaleform and Action Script, this time in relation to the main UI.

Some discussion lead to a pretty significant change – there is no main menu. Being a PC focused game, having to go back to a central screen to choose another seemed odd. Animations are also currently non-existent. Quick transitions may be added later, but that is about it. We figure people would prefer to be in-game playing, rather than waiting for flashy animations and camera flybys.