Well, there's your problem; GZDoom is currently at version 4.3.3.Itschristian wrote:i am using GZDoom 3.8.2
[Finished] The Russian Overkill - 3.0e
-
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
Re: [Finished] The Russian Overkill - 3.0a, Reprise
-
- Posts: 3489
- Joined: Sun Oct 19, 2014 6:45 pm
- Location: Plahnit Urff
Re: [Finished] The Russian Overkill - 3.0a, Reprise
I'm not sure if this has been reported before, but for some reason, if I have all 3 of my Warpocalypse tanks deployed and I activate the recall item, GZDoom crashes. Not a VM Execution Abortion, but an actual crash. I'm using GZDoom x64 version 4.3.3.
Edit: Ok, this seems to happen if I have any of my Warpocalypse tanks deployed... which is strange, considering it worked perfectly before, even with three tanks deployed.
WTF happened?
Edit 2: IT WORKS PERFECTLY NOW... I'm so confused (or is it the vodka?)...
Edit 3: And now it's back.
Edit 4: Borsch does not seem to take recoil multipliers into account, as it still gives vertical kickback even if the multiplier is set to 0. Also, slight suggestion... could you make it so that the Borsch's attacks use the RTF_THRUSTZ flag in their calls to A_RadiusThrust so that they can pull in flying monsters for damage?
Edit 5: The Tepesch's alt-fire function costs 40 bullets, but it only gives 30 casings to your casing pool. Is it supposed to give 40 casings or cost 30 bullets? Also, why is it that whenever a key is picked up, it shows up twice where the keys are displayed?
Edit: Ok, this seems to happen if I have any of my Warpocalypse tanks deployed... which is strange, considering it worked perfectly before, even with three tanks deployed.
WTF happened?
Edit 2: IT WORKS PERFECTLY NOW... I'm so confused (or is it the vodka?)...
Edit 3: And now it's back.
Edit 4: Borsch does not seem to take recoil multipliers into account, as it still gives vertical kickback even if the multiplier is set to 0. Also, slight suggestion... could you make it so that the Borsch's attacks use the RTF_THRUSTZ flag in their calls to A_RadiusThrust so that they can pull in flying monsters for damage?
Edit 5: The Tepesch's alt-fire function costs 40 bullets, but it only gives 30 casings to your casing pool. Is it supposed to give 40 casings or cost 30 bullets? Also, why is it that whenever a key is picked up, it shows up twice where the keys are displayed?
You do not have the required permissions to view the files attached to this post.
-
- Posts: 4
- Joined: Tue Apr 21, 2020 12:31 pm
Re: [Finished] The Russian Overkill - 3.0a, Reprise
so I've learned how to summon the upgrade boxes, but since there are four kinds of them, I just have to keep summoning them until I get all 4 variants. this leads to me getting a crap ton of duplicates, and I really don't want to leave a whole bunch of items sitting around. is there a way I can specify what kind of upgrade box I want? like, could I specify that I want a shell upgrade box and only summon those?
-
- Posts: 3489
- Joined: Sun Oct 19, 2014 6:45 pm
- Location: Plahnit Urff
Re: [Finished] The Russian Overkill - 3.0a, Reprise
Yeah, you just type in the class name of the actual actor itself, and not the actor which those boxes replace (which would be Berserk). You can open it up in SLADE3 for easiest access.
I took the liberty of fetching the class names for you, since you seem to be a bit new to this...
Bullets: CaliberUpgrade
Shells: QuadUpgrade
Explosives: NukerUpgrade
Secondary Basic Weapon: BasicUpgrade
I took the liberty of fetching the class names for you, since you seem to be a bit new to this...
Bullets: CaliberUpgrade
Shells: QuadUpgrade
Explosives: NukerUpgrade
Secondary Basic Weapon: BasicUpgrade
-
- Posts: 4
- Joined: Tue Apr 21, 2020 12:31 pm
Re: [Finished] The Russian Overkill - 3.0a, Reprise
when I summon the upgrade boxes (shells, junk, bullets, caliber, etc.), I always get a bunch of duplicates before getting each variant and fully upgrading my arsenal. is there a way I could specify what variant I wanted to spawn?
-
- Posts: 56
- Joined: Sun Jan 20, 2013 8:15 pm
Re: [Finished] The Russian Overkill - 3.0a, Reprise
Just use "give ###Upgrade" command to give yourself the one you want.GREENWOLF1337 wrote:when I summon the upgrade boxes (shells, junk, bullets, caliber, etc.), I always get a bunch of duplicates before getting each variant and fully upgrading my arsenal. is there a way I could specify what variant I wanted to spawn?
-
-
- Posts: 16891
- Joined: Tue Oct 02, 2012 2:20 am
- Location: An ancient Escape Shuttle(No longer active here anymore)
Re: [Finished] The Russian Overkill - 3.0a, Reprise
Feels like you really have to use the console command. I'd recommend to make some kind of addon where the spawner gives something you don't have instead? I understand the frustration of having something special that you already have, so.
-
- Posts: 3489
- Joined: Sun Oct 19, 2014 6:45 pm
- Location: Plahnit Urff
Re: [Finished] The Russian Overkill - 3.0a, Reprise
Greenwolf, I posted the classnames of those items, in response to you. Did you not read what I posted there?
Speaking of which... PillowBlaster, I would recommend adding a call to CallSpecial in those items Touch override. This way, any specials that would execute from you picking up what was originally supposed to be an always-picked-up item will still execute even if you don't wind up picking it up. A surprising number of maps use that trick, binding a special to an item that's supposed to get picked up.
Another thing... I think the problem I mentioned before about the Warpocalypse tanks crashing GZDoom upon recall may have to do with the fact that the item attempts to take itself away from the player's inventory upon consumption. I believe this redundancy, especially in a 0-tic state, would likely cause GZDoom to choke like it did... especially since it'd be removed from the player's inventory upon being used, since its Use state sequence ends with Stop.
Speaking of which... PillowBlaster, I would recommend adding a call to CallSpecial in those items Touch override. This way, any specials that would execute from you picking up what was originally supposed to be an always-picked-up item will still execute even if you don't wind up picking it up. A surprising number of maps use that trick, binding a special to an item that's supposed to get picked up.
Another thing... I think the problem I mentioned before about the Warpocalypse tanks crashing GZDoom upon recall may have to do with the fact that the item attempts to take itself away from the player's inventory upon consumption. I believe this redundancy, especially in a 0-tic state, would likely cause GZDoom to choke like it did... especially since it'd be removed from the player's inventory upon being used, since its Use state sequence ends with Stop.
-
- Posts: 873
- Joined: Fri Jul 03, 2009 1:47 pm
Re: [Finished] The Russian Overkill - 3.0a, Reprise
I'm not sure if I did something and didn't realize while playing with Sunder on Stalin is After You difficulty, but at some point the monsters just completely stopped noticing me, even when I am standing right infront of them and firing all my fireworks away.
-
- Posts: 678
- Joined: Mon Jan 16, 2006 8:53 pm
- Location: Rio de Janeiro - Brazil
Re: [Finished] The Russian Overkill - 3.0a, Reprise
making use of other authors' content without at least giving due credit is not cool
-
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
Re: [Finished] The Russian Overkill - 3.0a, Reprise
Would you care to elaborate?Logan MTM wrote:making use of other authors' content without at least giving due credit is not cool
-
- Posts: 678
- Joined: Mon Jan 16, 2006 8:53 pm
- Location: Rio de Janeiro - Brazil
-
- Posts: 982
- Joined: Wed Mar 06, 2013 5:31 am
Re: [Finished] The Russian Overkill - 3.0a, Reprise
What are you talking about?Logan MTM wrote:Am i wrong?
-
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
Re: [Finished] The Russian Overkill - 3.0a, Reprise
I have no idea if you're wrong or not because you haven't explained what's going on.Logan MTM wrote:Am i wrong?
-
-
- Posts: 16891
- Joined: Tue Oct 02, 2012 2:20 am
- Location: An ancient Escape Shuttle(No longer active here anymore)
Re: [Finished] The Russian Overkill - 3.0a, Reprise
Yes, taking others' resource without the permission or crediting the author is very bad and shouldn't be continued. But why we start this topic all of a sudden? Did someone blatantly steal the whole mod or somethin'?
Like Brutal Doom?
Like Brutal Doom?