[Community Project] The 20 Heretics Challenge [Released]
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.
-
- Posts: 558
- Joined: Mon Sep 28, 2015 3:23 am
Re: [Community Project] The 20 Heretics Challenge [Released]
Oh sweet, a new Heretic mapset. Wonder why I never found it before? Eh, whatever, time to have some fun.
-
-
- Posts: 3819
- Joined: Sun Aug 07, 2011 4:32 am
Re: [Community Project] The 20 Heretics Challenge [Released]
Within scripts there are two usages of the following construct
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
Wads.ReadLump(lump).Split(data,"\n");
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");
-
- Posts: 13835
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: [Community Project] The 20 Heretics Challenge [Released]
That's a hell of a bug to report after it's already been posted to /idgames. >_<
Are there any visible manifestations of it?
Are there any visible manifestations of it?
-
-
- Posts: 3819
- Joined: Sun Aug 07, 2011 4:32 am
Re: [Community Project] The 20 Heretics Challenge [Released]
I didn't check to be honest. Just ran occasionally with Debug configuration.
-
- Posts: 13835
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: [Community Project] The 20 Heretics Challenge [Released]
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.
-
- 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
Re: [Community Project] The 20 Heretics Challenge [Released]
Ouch. I had no idea that could be problematic.
-
-
- Posts: 3819
- Joined: Sun Aug 07, 2011 4:32 am
Re: [Community Project] The 20 Heretics Challenge [Released]
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.
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.
-
- Posts: 20
- Joined: Thu Aug 17, 2017 5:57 pm
- Location: Metnal
Re: [Community Project] The 20 Heretics Challenge [Released]
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.
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.
-
- Posts: 261
- Joined: Thu Apr 21, 2016 3:54 pm
- Location: Poland
Re: [Community Project] The 20 Heretics Challenge [Released]
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?
-
- Posts: 13835
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: [Community Project] The 20 Heretics Challenge [Released]
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.
-
- Posts: 139
- Joined: Thu Aug 16, 2018 6:48 pm
Re: [Community Project] The 20 Heretics Challenge [Released]
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.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?
-
- Posts: 45
- Joined: Sun Jan 13, 2019 8:27 pm
Re: [Community Project] The 20 Heretics Challenge [Released]
Excuse me...
When I move to another map (No, I'm not using commands), my weapons and items from my inventory, disappear.
When I move to another map (No, I'm not using commands), my weapons and items from my inventory, disappear.
-
- Posts: 13835
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: [Community Project] The 20 Heretics Challenge [Released]
Yes - that is by design. The maps were all designed to be done from wand start.
-
- Posts: 627
- Joined: Wed Nov 17, 2010 6:35 pm
Re: [Community Project] The 20 Heretics Challenge [Released]
Is this supposed to be played by itself? It seems that it overrides Guncaster's HUD.
-
- Posts: 45
- Joined: Sun Jan 13, 2019 8:27 pm
Re: [Community Project] The 20 Heretics Challenge [Released]
It is that I played with this incredible mod for Heretic:Rachael wrote:Yes - that is by design. The maps were all designed to be done from wand start.
viewtopic.php?f=43&t=58009