Re: Weapon Additions - Updated Nov. 16th
Posted: Sat Nov 23, 2013 1:53 am
And what decoy drones?castiglione wrote:Errr...gun drones?
Are there plans to put them in?
Discuss all things Wolfire (or not)
https://forums.wolfire.com/
And what decoy drones?castiglione wrote:Errr...gun drones?
Are there plans to put them in?
Wow, really digging the visuals you provide with Unity's functions. Picture's worth a thousand words and all that.Josh707 wrote:Yeah, it's fun to just mess around with the values. I made a bit of progress yesterday with penetration, I've gotten it to take velocity and angle into account for depth so now it acts a little more realistic, but should use mass as well. The values still need tweaking but it's getting there, in real life the penetration takes the metal deformation into account as well so I can't make it completely realistic, and I'm not sure just how far certain calibers can penetrate this metal, especially 12 gauge buckshot...
Oh it's not too nitpicky, it'll help for sure, the .45 and 7.62x25 bullets are already behaving similar to what you've described but I wasn't sure how the rest performed in real life. I'll spend some time tweaking the values and get them roughly to what you've described, thanks a lot for the info!lamekupo wrote:*bullet stuff*
Yeah that's currently how it's working right now, they barely which can just simulate the metal deforming a tiny bit or internal circuitry getting smacked around and stuff coming loose. Since the shots lose velocity a lot faster than bullets they will perform considerably worse at a distance.lamekupo wrote:EDIT: Left out buckshot. I believe 00 buckshot, (depending a lot of the hardness of the shot used), has even worse penetration than .45 ACP. But perhaps that could be a balancing factor that possibly makes the game more interesting - shotguns could tend to only damage some more exposed parts (like the gun turret), rather than devastate the entire drone in one hit. Just a suggestion though.
I actually don't think so, I'll take a look again but Wolfire seems to have a different method of texturing some of their models using colors that are built in to the models, the materials for some objects are using a custom vertex data shader with no texture. One way to roughly guess the direction (if you're not too far away) is by the distance between the legs and the direction of the slanted top of the base, if you take a look at this picture again. If there is a texture I can modify though I can possibly make the back end a little brighter or something, or maybe attach a model of an exhaust fan or something for the motor?lamekupo wrote:On that note, could you possible add some color to the front or the back of the turret's base? I've known the battery is located at the larger back end for some time now, but from a distance it's impossible to tell. As it is now, I just shoot at the base and see what happens, rather than think about the need to hit from a different position.
Yeah that is a good idea, it's best to automate things that like so you don't miss small things, although the flashlight usage depends on like 3 if statements. I have an enum for one or two handed but it's only used for footstep "recoil" right now, I guess it would be a lot simpler to have the flashlight rely on that as well. The distance from the face is all in the prefab though, so I can position each gun exactly how I want.Davidos wrote:*one/two handed stuff*
That was the plan! Each level tile generated has a random difficulty that affects the amount of robots that will spawn, so it would only be for the highest difficulty rooms.castiglione wrote:Finally encountered the gun drone on the firing range.
That thing is quite scary.
If they're put back into Receiver, I would suggest making them fairly rare.
Having that thing fly at you while it's spewing bullets isn't a very pleasant experience.
Yeah, the rifle doesn't really seem to be that effective but it's still fun to use, I'm gonna use a different model though. That box is pretty much a death trap, I guess I should make it a little smaller...jackthearcher wrote:Downloaded the new update today. I quite like the bolt action rifle even though it's almost to hard to use for it to ever be really effective, though it's still fun. Still haven't managed to find a gun drone though.
While on the topic of the gun range I managed to get stuck in the open box on the floor somehow >.> ... Another thing with the gun range is how about adding a large quantity of ammo or some kind of ammo dispenser so you don't have to respawn when you run out of ammo.
The last thing here is kind of a question. Would it possible to make dash toggleable? Like by holding shift you sprint rather than spamming W. This would just be a simpler way of dashing because right now I feel like I'm going to break the key if I sprint to much. But if it's not an easy thing to code don't worry about it, it's really just a convenience thing.
Yeah, not really effective for robots but it is fun to use!anAngryHamster wrote:The bolt-action rifle looks good so far. With such a slow rate of fire it doesn't leave much room for error but it's an enjoyable addition.
Haha okay! :DanAngryHamster wrote:And if you are short on ideas in the future let me share my recent fascination with multiple barrel firearms.
That's actually really cool, I knew of that gun before but nothing of that custom ammo. It'd be simple to fire 4 bullets but I think that'd just be overkill unless I make them really light, otherwise they'd send a drone flying away. I'd really enjoy something like that in Receiver though, really good suggestion.anAngryHamster wrote:The first is the Cop Derringer http://en.wikipedia.org/wiki/COP_357_Derringer A simple break-open 4-shot pistol chambered for .357 rounds. If that isn't interesting enough it could be loaded with Quad custom ammo. Bullets lined end-to-end seem silly but each projectile generally doesn't stray far from the projected path of a normal bullet. Four shots of four bullets doesn't seem like a bad deal, no?
Hahaha wow that's a pretty weird revolver. The way it opens is a little weird too, I don't know how you'd load it without having to turn it around or awkwardly move your hand. Receiver could definitely do with some 'exotic' firearms, but I don't think there's any models of a gun similar to this and I certainly couldn't model that! Another good suggestion though.anAngryHamster wrote:Next is the Henrion, Dassy & Heuschen double-barrel revolver http://en.wikipedia.org/wiki/Henrion,_D ... n_Revolver A single cylinder with 2 rings of 8 cartridges each feeding a different barrel. Gameplay-wise I don't think it would differ that much from the S&W outside the capacity and ballistics but it's certainly interesting.
There is also a derivative called the Ludovici revolver http://en.wikipedia.org/wiki/Ludovici_revolver
I'm not sure if this one was ever built because the only images I can find of it are its patent. It had six sets of three chambers arranged in a triangle pattern the would fire simultaneously from three barrels in the same formation. 18 shots from 6 trigger pulls. Crazy, right? Considering that it fired .22LRs it probably wouldn't be too effective against Receiver's armored enemies but I'll be damned if that doesn't bring something new to the table.
It was indeed constructed, at least once. http://www.horstheld.com/0-Spain.htm I have also had somewhat of a preoccupation with volley guns, and would love to see some properly implemented in receiver. I've already modified the revolver into a six-barrel version, as you can see at viewtopic.php?f=17&t=19037#p202015. It fires from the appropriate barrel:cylinder and everything, and a modification to ludovici operation would probably not be much more difficult.anAngryHamster wrote: There is also a derivative called the Ludovici revolver http://en.wikipedia.org/wiki/Ludovici_revolver
I'm not sure if this one was ever built because the only images I can find of it are its patent. It had six sets of three chambers arranged in a triangle pattern the would fire simultaneously from three barrels in the same formation. 18 shots from 6 trigger pulls. Crazy, right? Considering that it fired .22LRs it probably wouldn't be too effective against Receiver's armored enemies but I'll be damned if that doesn't bring something new to the table.
I can confirm for you that even six standard .38 bullets don't really send the bot flying, just sometimes knocks it over (pivoting around two legs). And even then you have to aim high up on its gun to get the effect, and it remains a threat if not properly disabled (will still locate and fire on you even knocked on its head).Josh707 wrote:It'd be simple to fire 4 bullets but I think that'd just be overkill unless I make them really light, otherwise they'd send a drone flying away. I'd really enjoy something like that in Receiver though, really good suggestion.
I already responded to your post but I figured I should let you know there's already some cheats that Wolfire put in their release. One is typing IDKFA which refills the loose bullets at the top of your screen, so you can just use that for now.jackthearcher wrote:Another thing with the gun range is how about adding a large quantity of ammo or some kind of ammo dispenser so you don't have to respawn when you run out of ammo
I wish I could help but my knowledge is secondhand and doesn't extend further than 'they exist'. And I know I just made a request but there's a feature I think would be important, at least for the automatic handguns; loading rounds directly into the chamber. I think the easiest way to do it would be to hold R and T to check the chamber, then press Z to load rounds.Josh707 wrote:Oh yeah, I was thinking with the changes I've made, I've changed the impact force code so that it uses the bullet's grain weight I supply it as well as velocity, 'cause changing each calibers velocity really skewed the impact force. The original calculation was just 'velocity * 0.01', but I'm using '0.5 * grain_weight * velocity^2 / 7000 * 2.2 / 32.175' (7000 converts grains to pounds, 32.175 is acceleration due to gravity, although I might be changing this as Unity doesn't actually have a unit of measurement). It gives pretty good values when I give each bullet their proper weights, from what someone has said on here about the .45 hitting harder than the 7.62x25 even though the 7.62 is almost twice as fast, it turned out pretty much the same in Receiver with real-world values. I'm not sure how it would turn out in my project though, like I don't know how much those 4 bullets weigh or the initial velocity of that gun and caliber either.
Don't worry about it! It is a game after all, there's nothing wrong with making up values. For the chamber loading, are you talking about loading it from the top of the slide while it's open? I'm not sure how that would be preferable over putting one in your mag and chambering it from there, but it certainly is possible. I don't think it's really necessary though.anAngryHamster wrote:I wish I could help but my knowledge is secondhand and doesn't extend further than 'they exist'. And I know I just made a request but there's a feature I think would be important, at least for the automatic handguns; loading rounds directly into the chamber. I think the easiest way to do it would be to hold R and T to check the chamber, then press Z to load rounds.