[Community Project] The 20 Heretics Challenge [Released]

New maps, and other projects whose primary focus is new maps, belong here.

Note: This forum, and all forums below it, are not for questions or troubleshooting! Threads created here are for active projects only! If you have questions please feel free to use the Editing subforums or General forum.
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.
Gideon020
Posts: 558
Joined: Mon Sep 28, 2015 3:23 am

Re: [Community Project] The 20 Heretics Challenge [Released]

Post by Gideon020 »

Oh sweet, a new Heretic mapset. Wonder why I never found it before? Eh, whatever, time to have some fun.
_mental_
 
 
Posts: 3812
Joined: Sun Aug 07, 2011 4:32 am

Re: [Community Project] The 20 Heretics Challenge [Released]

Post by _mental_ »

Within scripts there are two usages of the following construct

Code: Select all

Wads.ReadLump(lump).Split(data,"\n");
The problem is it may or may not work depending on the phase of the moon. It's just another manifestation of this bug.
Debug configuration breaks with assertion failures on those lines. That's the single way to identify this problem reliably.

At the moment the best thing to do is to use intermediate variable here and here

Code: Select all

string temp = Wads.ReadLump(lump);
temp.Split(data, "\n");
User avatar
Rachael
Posts: 13530
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: [Community Project] The 20 Heretics Challenge [Released]

Post by Rachael »

That's a hell of a bug to report after it's already been posted to /idgames. >_<

Are there any visible manifestations of it?
_mental_
 
 
Posts: 3812
Joined: Sun Aug 07, 2011 4:32 am

Re: [Community Project] The 20 Heretics Challenge [Released]

Post by _mental_ »

I didn't check to be honest. Just ran occasionally with Debug configuration.
User avatar
Rachael
Posts: 13530
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: [Community Project] The 20 Heretics Challenge [Released]

Post by Rachael »

I pushed the suggested fix, but it probably won't see the light of day unless we do a redux project for this mapset or something.
User avatar
Marisa the Magician
Posts: 3886
Joined: Fri Feb 08, 2008 9:15 am
Preferred Pronouns: She/Her
Operating System Version (Optional): (btw I use) Arch
Graphics Processor: nVidia with Vulkan support
Location: Vigo, Galicia
Contact:

Re: [Community Project] The 20 Heretics Challenge [Released]

Post by Marisa the Magician »

Ouch. I had no idea that could be problematic.
_mental_
 
 
Posts: 3812
Joined: Sun Aug 07, 2011 4:32 am

Re: [Community Project] The 20 Heretics Challenge [Released]

Post by _mental_ »

Code generator fails on such construct because it cannot obtain address of implicit temporary variable.

There are just two hindering issues left with ZScript codegen, array of array and address of temporary.
Unfortunately, they don't have obvious fixes. At least, I'm not aware of them.
User avatar
Elie(T)Zerg
Posts: 20
Joined: Thu Aug 17, 2017 5:57 pm
Location: Metnal
Contact:

Re: [Community Project] The 20 Heretics Challenge [Released]

Post by Elie(T)Zerg »

I found a little bug in map10.
Screens.
https://imgur.com/V4lfn7J
https://imgur.com/lCVeUf8
https://imgur.com/FvT768x
https://imgur.com/KGd0GK9
I use the realese version, but dont really know if is the soft' render or its the map.
erni945
Posts: 261
Joined: Thu Apr 21, 2016 3:54 pm
Location: Poland

Re: [Community Project] The 20 Heretics Challenge [Released]

Post by erni945 »

Very good mappack :) , I played it and it is great but I have one question, is this mappack compatible with mod's gameplay? Because I tried to play it with the Trailblazer gameplay mod for the second time and I got stuck in one spot on map 8 because I should get there after killing yellow key from an undead warrior and I did not get it and I stand a place, is it a mistake or is it due to incompatibility with the gameplay mods?
User avatar
Rachael
Posts: 13530
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: [Community Project] The 20 Heretics Challenge [Released]

Post by Rachael »

I won't explicitly say it is. It uses heavily modified monsters in MAP15 which may or may not screw up with mods, depending on what mod you use, and it also uses one single custom monster in the final map. I don't foresee any major problems using a gameplay mod on this map pack - however - it is unsupported. You are on your own (tm) in attempting that.
Beezle
Posts: 139
Joined: Thu Aug 16, 2018 6:48 pm

Re: [Community Project] The 20 Heretics Challenge [Released]

Post by Beezle »

erni945 wrote:Very good mappack :) , I played it and it is great but I have one question, is this mappack compatible with mod's gameplay? Because I tried to play it with the Trailblazer gameplay mod for the second time and I got stuck in one spot on map 8 because I should get there after killing yellow key from an undead warrior and I did not get it and I stand a place, is it a mistake or is it due to incompatibility with the gameplay mods?
I haven't got to Map 08 yet, but I've played this with Guncaster Vindicated and haven't ran into any issues yet. Have not tried this map pack with any other mods.
batos2
Posts: 45
Joined: Sun Jan 13, 2019 8:27 pm
Contact:

Re: [Community Project] The 20 Heretics Challenge [Released]

Post by batos2 »

Excuse me...
When I move to another map (No, I'm not using commands), my weapons and items from my inventory, disappear. :?:
User avatar
Rachael
Posts: 13530
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: [Community Project] The 20 Heretics Challenge [Released]

Post by Rachael »

Yes - that is by design. The maps were all designed to be done from wand start.
AvzinElkein
Posts: 619
Joined: Wed Nov 17, 2010 6:35 pm

Re: [Community Project] The 20 Heretics Challenge [Released]

Post by AvzinElkein »

Is this supposed to be played by itself? It seems that it overrides Guncaster's HUD.
batos2
Posts: 45
Joined: Sun Jan 13, 2019 8:27 pm
Contact:

Re: [Community Project] The 20 Heretics Challenge [Released]

Post by batos2 »

Rachael wrote:Yes - that is by design. The maps were all designed to be done from wand start.
It is that I played with this incredible mod for Heretic: :lol:
viewtopic.php?f=43&t=58009
Post Reply

Return to “Levels”