[v2.9.1] CHAMPIONS [update 09/03/21]

Projects that alter game functions but do not include new maps belong here.
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.
User avatar
krokots
Posts: 260
Joined: Tue Jan 19, 2010 5:07 pm

Re: [v2.9.1] CHAMPIONS [update 09/03/21]

Post by krokots »

OmegaZeroXIII wrote: Thu Sep 01, 2022 12:49 pm Good. I have been presenting this error "VM execution aborted: tried to read from address zero" which is triggered by "champions/handled/handler.txt line 331".

I use the DOOM RPG Roguelike Arsenal modpack and the error every 5 times that I start the mod once does not happen but when entering another level of one the error occurs. I thought it would be the modpack but it's happening to me in others even just using the DOOM Roguelike Arsenal.
You can fix this bug by editing two lines in handler.txt.
in line 331 change

Code: Select all

 if(e.Thing.bMISSILE
to

Code: Select all

if(e.Thing && e.Thing.bMISSILE
Do the same in line 341 (or any line that does not have "e.Thing" before "e.Thing.bMISSILE".
Centimanus
Posts: 4
Joined: Thu Jan 19, 2023 9:54 pm
Preferred Pronouns: He/Him

Re: [v2.9.1] CHAMPIONS [update 09/03/21]

Post by Centimanus »

There's some quirk in this that disables the friendly fire protection in DoomRPG, someone told me it had to do with the mod tweaking the player's species or something along those lines. Any idea what part could be to blame?
User avatar
RevanGarcia
Posts: 85
Joined: Sat Oct 17, 2015 4:57 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 10
Location: UberHECK

Re: [v2.9.1] CHAMPIONS [update 09/03/21]

Post by RevanGarcia »

I'm having some problems with champions and I don't know how to proceed.

This is the error log:


I'm running Roguelike Arsenal (with its monster pack and DRLA Extended), Legendoom Lite, Champions, "Mikk's Critical Hits, Headshots and Backstabs" and Xim Helper Marines. Sometimes I use "argv's Use To Pickup Add-on".

This is my load order:


Any help is appreciated.
Exibius
Posts: 26
Joined: Wed Jul 08, 2020 10:22 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 10
Graphics Processor: ATI/AMD with Vulkan/Metal Support
Location: United States

Re: [v2.9.1] CHAMPIONS [update 09/03/21]

Post by Exibius »

RevanGarcia wrote: Sun Aug 20, 2023 12:39 pm I'm having some problems with champions and I don't know how to proceed.

This is the error log:


I'm running Roguelike Arsenal (with its monster pack and DRLA Extended), Legendoom Lite, Champions, "Mikk's Critical Hits, Headshots and Backstabs" and Xim Helper Marines. Sometimes I use "argv's Use To Pickup Add-on".

This is my load order:


Any help is appreciated.
krokots wrote: Tue Nov 15, 2022 2:03 pm
OmegaZeroXIII wrote: Thu Sep 01, 2022 12:49 pm Good. I have been presenting this error "VM execution aborted: tried to read from address zero" which is triggered by "champions/handled/handler.txt line 331".

I use the DOOM RPG Roguelike Arsenal modpack and the error every 5 times that I start the mod once does not happen but when entering another level of one the error occurs. I thought it would be the modpack but it's happening to me in others even just using the DOOM Roguelike Arsenal.
You can fix this bug by editing two lines in handler.txt.
in line 331 change

Code: Select all

 if(e.Thing.bMISSILE
to

Code: Select all

if(e.Thing && e.Thing.bMISSILE
Do the same in line 341 (or any line that does not have "e.Thing" before "e.Thing.bMISSILE".

Return to “Gameplay Mods”