Well, I mean to do a few things with this thread...
First, I would like to offer a position to any interested individual (no experience required, though an example of work is) to join our team... though the project is developing swiftly; we are rather short in the coding department...
Now, please hear me out; this is not the normal recruitment message, and our project is not a standard mod... we are negotiating funding and thus a full license of the engine, hopefully be Christmas, and though what happens now is done for free, there will likely be fair bit of $ to pass around once the funding is finalized.
As for the second part of this thread, I am wondering if there is anybody out there who can offer some suggestions about arresting playing input... We have developed a full-featured vehicle class, but the actual movement dynamics are being a royal pain... namely things like strafe and such. The problem is not restricting player movement, but using such input to effect the controllable's physics, if the input type is allowed in that particular class...
And for the last question, one of our weapons requires the alt-fire to destroy it.... namely throw it away as a projectile instead of a pickup. This isn't much of a problem, the drop component at least, but the problem with using that style of throw is that it does not destroy the weapon... By adding a destroy() call, I can kill the weapon after the throw, but the weapon switch is not working correctly through the usual methods... thus when you press alt fire, they weapon is thrown, and appears gone, but you are not left holding a weapon. (On a side note, I cannot use anything ammo related as it shares an ammo pool with some other guns)
Thank you for your help, and congratulations to whoever is behind the Chimeric makeover!
A 'Vlosk’' Czarnietzki
-VP of Nine Fires Development
First, I would like to offer a position to any interested individual (no experience required, though an example of work is) to join our team... though the project is developing swiftly; we are rather short in the coding department...
Now, please hear me out; this is not the normal recruitment message, and our project is not a standard mod... we are negotiating funding and thus a full license of the engine, hopefully be Christmas, and though what happens now is done for free, there will likely be fair bit of $ to pass around once the funding is finalized.
As for the second part of this thread, I am wondering if there is anybody out there who can offer some suggestions about arresting playing input... We have developed a full-featured vehicle class, but the actual movement dynamics are being a royal pain... namely things like strafe and such. The problem is not restricting player movement, but using such input to effect the controllable's physics, if the input type is allowed in that particular class...
And for the last question, one of our weapons requires the alt-fire to destroy it.... namely throw it away as a projectile instead of a pickup. This isn't much of a problem, the drop component at least, but the problem with using that style of throw is that it does not destroy the weapon... By adding a destroy() call, I can kill the weapon after the throw, but the weapon switch is not working correctly through the usual methods... thus when you press alt fire, they weapon is thrown, and appears gone, but you are not left holding a weapon. (On a side note, I cannot use anything ammo related as it shares an ammo pool with some other guns)
Thank you for your help, and congratulations to whoever is behind the Chimeric makeover!
A 'Vlosk’' Czarnietzki
-VP of Nine Fires Development