Page 7 of 8

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

Posted: Sun Apr 08, 2018 8:04 pm
by Gideon020
Oh sweet, a new Heretic mapset. Wonder why I never found it before? Eh, whatever, time to have some fun.

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

Posted: Mon Apr 09, 2018 2:26 am
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");

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

Posted: Mon Apr 09, 2018 4:17 am
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?

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

Posted: Mon Apr 09, 2018 4:35 am
by _mental_
I didn't check to be honest. Just ran occasionally with Debug configuration.

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

Posted: Mon Apr 09, 2018 4:42 am
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.

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

Posted: Mon Apr 09, 2018 4:53 am
by Marisa the Magician
Ouch. I had no idea that could be problematic.

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

Posted: Mon Apr 09, 2018 5:41 am
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.

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

Posted: Mon Apr 30, 2018 9:37 pm
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.

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

Posted: Fri Jan 11, 2019 3:20 pm
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?

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

Posted: Mon Jan 21, 2019 12:19 am
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.

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

Posted: Mon Jan 21, 2019 10:32 am
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.

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

Posted: Fri May 03, 2019 8:47 pm
by batos2
Excuse me...
When I move to another map (No, I'm not using commands), my weapons and items from my inventory, disappear. :?:

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

Posted: Fri May 03, 2019 10:23 pm
by Rachael
Yes - that is by design. The maps were all designed to be done from wand start.

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

Posted: Sat May 04, 2019 10:45 am
by AvzinElkein
Is this supposed to be played by itself? It seems that it overrides Guncaster's HUD.

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

Posted: Sat May 04, 2019 5:22 pm
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