just a fyi,gear box updated and is now working normally on the most recent gzdoom version.fakemai wrote: ↑Mon Jan 13, 2025 6:44 am It's related to this so for now the option is using an older GZDoom. It's probably a similar fix to the mod as to Gearbox though, or at least I think it's just assigning a null texture in all those errors. Finally the mod is still being worked on so maybe it'll see an update in future, you may have to check elsewhere about that though.
EDIT: A couple of typecasts too. It seems easy enough to fix the mod but I'd rather someone competent looked into it.
The Guncaster - 3.888b
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
Re: The Guncaster - 3.888b
- fakemai
- Posts: 365
- Joined: Mon Feb 12, 2018 12:26 am
- Graphics Processor: Intel (Legacy GZDoom)
- Location: Australia
Re: The Guncaster - 3.888b
Yes I'm aware and "borrowed" from its patch for the exact same problem and added explicit typecasting for the other two errors. Again though this is just enough to get the mod playable so I'd rather someone who knows their way around ZScript look at it properly. There weren't any adjustments to make in the addon mod or the weapon shop.
EDIT: Better explanation for the breakage and why it was necessary. If you can't wait for the mods to be fixed, at least limit the vulnerable version of GZDoom strictly to playing those broken mods, it's still a risk though.
EDIT: Better explanation for the breakage and why it was necessary. If you can't wait for the mods to be fixed, at least limit the vulnerable version of GZDoom strictly to playing those broken mods, it's still a risk though.
-
- Posts: 1
- Joined: Thu Feb 20, 2025 8:26 am
- Operating System Version (Optional): Linux
Re: The Guncaster - 3.888b
Hello, the GunCaster can support Zandronum?
Re: The Guncaster - 3.888b
How come when i use the GC_WeaponShop and GC_Aaddon with the Guncaster mod, it crashes??
Re: The Guncaster - 3.888b
adallas18 wrote:
> How come when i use the GC_WeaponShop and GC_Aaddon with the Guncaster mod,
> it crashes??
having the same issue
hell, even just using normal guncaster with straight up doom 2 crashes. No idea whats causing it, i'm on the latest Zdoom version
> How come when i use the GC_WeaponShop and GC_Aaddon with the Guncaster mod,
> it crashes??
having the same issue
hell, even just using normal guncaster with straight up doom 2 crashes. No idea whats causing it, i'm on the latest Zdoom version
Re: The Guncaster - 3.888b
you need to use the specific gzdoom version, it dosent work in new versions
Re: The Guncaster - 3.888b
Do we know what the precise problem is? If that's known, then a fix/patch should be possible.
- fakemai
- Posts: 365
- Joined: Mon Feb 12, 2018 12:26 am
- Graphics Processor: Intel (Legacy GZDoom)
- Location: Australia
Re: The Guncaster - 3.888b
I explained it further back, here's the diff I put together for my own use if you're interested, I have not tested GZDoom 4.14.1 but it should also work there, including with the addon and weapon shop. Also PillowBlaster is likely to put a new version out so it might be fixed then.
EDIT: I may have specified the original and altered directory backwards. I'd be combing through it anyway to check what it's doing and not just blindly applying it.
EDIT: I may have specified the original and altered directory backwards. I'd be combing through it anyway to check what it's doing and not just blindly applying it.
- Attachments
-
- gcfix.diff.txt
- (2.86 KiB) Downloaded 138 times
Re: The Guncaster - 3.888b
Cool. Thanks for sharing. I missed your earlier post explaining why it broke.
Here's hoping PillowBlaster is able to get the new version out before too long as well. It'll be nice to have an updated and fixed official version.
Here's hoping PillowBlaster is able to get the new version out before too long as well. It'll be nice to have an updated and fixed official version.
- kadu522
- Posts: 220
- Joined: Fri Mar 03, 2017 12:32 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Location: Brasil,Rio de janeiro
- Contact:
Re: The Guncaster - 3.888b
Ok i finished doing the patchwork fakemai recomended and its working perfectly now thank you very much!
i'm fine with pillow and co. takeing as much time as they need to make sure everything is working well (alongside the new stuff), specialy considering that pillow is handleing multiple projects like trailblazer and RO plus supplice and other more comercial projects that would naturaly take priority.
i'm fine with pillow and co. takeing as much time as they need to make sure everything is working well (alongside the new stuff), specialy considering that pillow is handleing multiple projects like trailblazer and RO plus supplice and other more comercial projects that would naturaly take priority.
Re: The Guncaster - 3.888b
Did someone have an old version of the mod?(like 3.0)
-
- Posts: 1
- Joined: Mon Mar 24, 2025 7:46 pm
- Preferred Pronouns: He/Him
Re: The Guncaster - 3.888b
fakemai wrote:
> I explained it further back, here's the diff I put together for my own use
> if you're interested, I have not tested GZDoom 4.14.1 but it should also
> work there, including with the addon and weapon shop.
> [url="https://x.com/Pillowblaster/status/1890817065012912453"]Also
> PillowBlaster is likely to put a new version out so it might be fixed
> then.[/url]
> EDIT: I may have specified the original and altered directory backwards.
> I'd be combing through it anyway to check what it's doing and not just
> blindly applying it.
is there any chance you could give a brief rundown on how to use this fix?
new to (classic) doom modding and really wanting to try this mod, but no clue what to do with this file lol
if it helps,,, i am using doomexplorer with gzdoom as my port
> I explained it further back, here's the diff I put together for my own use
> if you're interested, I have not tested GZDoom 4.14.1 but it should also
> work there, including with the addon and weapon shop.
> [url="https://x.com/Pillowblaster/status/1890817065012912453"]Also
> PillowBlaster is likely to put a new version out so it might be fixed
> then.[/url]
> EDIT: I may have specified the original and altered directory backwards.
> I'd be combing through it anyway to check what it's doing and not just
> blindly applying it.
is there any chance you could give a brief rundown on how to use this fix?
new to (classic) doom modding and really wanting to try this mod, but no clue what to do with this file lol
if it helps,,, i am using doomexplorer with gzdoom as my port
Re: The Guncaster - 3.888b
Here's 2.8 https://www.mediafire.com/file/h505iqgh ... 8.pk3/file
I also have 3.5, 3.6, 3.7, and 3.8 saved on my drive, if you want one of those.
-
- Posts: 18
- Joined: Tue Sep 29, 2020 2:03 pm
Re: The Guncaster - 3.888b
Good mod, but I have a tiny issue with it. Whenever I shoot a weapon, the camera view slides continously up, and I must set it manually (aka pushing center view over and over again) so I could see ahead again. This is embarassing particularly at using the chaingun. Is there any way to set a fix view, so the camera doesn't slide up anymore?
Re: The Guncaster - 3.888b
There are recoil options in Here Be DragonsDolphinboy86 wrote: ↑Wed Mar 26, 2025 1:03 pm Good mod, but I have a tiny issue with it. Whenever I shoot a weapon, the camera view slides continously up, and I must set it manually (aka pushing center view over and over again) so I could see ahead again. This is embarassing particularly at using the chaingun. Is there any way to set a fix view, so the camera doesn't slide up anymore?