Jump to content
The Dark Mod Forums

Recommended Posts

Posted

I've updated this mission to be compatible with user mods. 
@nbohr1moreSorry to bother you again, but would you mind updated the pk4 for this mission? It should work fine now. 
https://www.dropbox.com/s/taqqvw5li22tkrb/hazard.pk4?dl=0
 

Posted
1 hour ago, kingsal said:

I've updated this mission to be compatible with user mods. 
@nbohr1moreSorry to bother you again, but would you mind updated the pk4 for this mission? It should work fine now. 
https://www.dropbox.com/s/taqqvw5li22tkrb/hazard.pk4?dl=0
 

Done :)

  • Thanks 1

Please visit TDM's IndieDB site and help promote the mod:

 

http://www.indiedb.com/mods/the-dark-mod

 

(Yeah, shameless promotion... but traffic is traffic folks...)

Posted

Latest TDM

updated version of Hasard Pay

While loading anew saved game 

Error: FILE SCRIPT\TDM_STATISTIC_MESSAGE.SCRIPT, LINE 5:

STATISTC_MESSAGE_INIT REDECLARED

any ideas ?

 

 

 

Posted
38 minutes ago, desin said:

Latest TDM

updated version of Hasard Pay

While loading anew saved game 

Error: FILE SCRIPT\TDM_STATISTIC_MESSAGE.SCRIPT, LINE 5:

STATISTC_MESSAGE_INIT REDECLARED

any ideas ?

 

 

 

Did you delete the mission folder under darkmod/fms then download the latest version?

 

Please visit TDM's IndieDB site and help promote the mod:

 

http://www.indiedb.com/mods/the-dark-mod

 

(Yeah, shameless promotion... but traffic is traffic folks...)

Posted

Alternatively, it's possible the update came from the old missions repo (packed) which still has the stealth scroll bug, instead of the new missions repo (unpacked) which has the fixed version. I just downloaded the FM for the first time on this install and it was the correct version.

Posted (edited)

I did an update from an installation of Hazzard pay and it worked fine. Maybe @desinloaded a save made in the previous version?

 

Btw. I don't remember this new objective background paper last time I played. The font seems too large for this or something:

hazard(2023-11-1217-43-57)(3300.831966.42476.25).thumb.jpg.a5101acfb256fbc38fb50ce1d0c36c36.jpg

 

Original looks fine:

hazard(2023-11-1218-35-07)(3951.641344.54-80.3).thumb.jpg.3b1e5809a28e2d2b56ad77b1ca9c5fad.jpg

Edited by datiswous
  • Like 1
Posted
3 hours ago, datiswous said:

I did an update from an installation of Hazzard pay and it worked fine. Maybe @desinloaded a save made in the previous version?

 

Btw. I don't remember this new objective background paper last time I played. The font seems too large for this or something:

hazard(2023-11-1217-43-57)(3300.831966.42476.25).thumb.jpg.a5101acfb256fbc38fb50ce1d0c36c36.jpg

 

Original looks fine:

hazard(2023-11-1218-35-07)(3951.641344.54-80.3).thumb.jpg.3b1e5809a28e2d2b56ad77b1ca9c5fad.jpg

Its a custom background. Its just a bug I never fixed and I don't plan on fixing.

Posted (edited)
1 hour ago, kingsal said:

and I don't plan on fixing.

Why? It looks quite bad.

Btw. There is still the crash to desktop under Linux when using the special saveroom option. It does create the save, so after restart I can load from it.

Edited by datiswous
  • Thanks 1
Posted
On 11/12/2023 at 9:17 PM, kingsal said:

Its a custom background. Its just a bug I never fixed and I don't plan on fixing.

One way to fix it, is to override the tdm_objectives.gui file (in mission folder) and change the code from windowDef ObjectivesHolder to this:

	windowDef ObjectivesHolder
	{
		#define OBJ_FULL_WIDTH		500
		#define OBJ_FULL_HEIGHT		370
		#define OBJ_SCROLL_KEYBOARD	1

		rect		30, 60, OBJ_FULL_WIDTH, OBJ_FULL_HEIGHT
		//backcolor	0.3,0.3,1,1	//for debugging

		#include "guis/tdm_objectives_core.gui"
	}

Objectiveholder is the objective text, so changing that you can specify how the objectives outline on the background.

hazard(2023-11-1402-53-24)(3941.161342.96-114.3).thumb.jpg.fe873736714daec076906ffc453b4752.jpg

It would be nice (in general) if there's a more elegant way than overriding this core file.

  • Like 1
Posted (edited)
On 11/12/2023 at 1:45 PM, desin said:

Latest TDM

updated version of Hasard Pay

While loading anew saved game 

Error: FILE SCRIPT\TDM_STATISTIC_MESSAGE.SCRIPT, LINE 5:

STATISTC_MESSAGE_INIT REDECLARED

any ideas ?

Are you using the Unofficial Patch? Because the same thing happened to me.

P.S.: The latest mission update fixed it for me too, so everything is fine now :)!

Edited by wesp5
  • 2 weeks later...
Posted

So, I've got a confession to make: Up until recently, I hadn't really played a full FM in quite some time as I only did the occasional playtesting. I am currently trying to catch up and boy did I miss some gems! This FM is one of them and easily one of my all-time favorites. The save-system on expert combined with the incredible athmosphere of your mission created a tension I haven't felt in a Thief-style game in a long, long time. Thank you, thank you, thank you and bravo @kingsal. TDM and its mappers have really come a long way, competing high up there with commercial productions.

Your FM inspired me in two ways:

  1. At one point, I died due to my character not jumping off a slope, eventhough I felt like I pressed jump at the right time. I think everybody of us knows this issue and you always have this kind of in the back of your head that you don't jump when the ground is not perfectly even. This failed jump was of course very annoying due to the saving constraints, so I instantly started thinking how we could solve this. There's a technique known primarily from platformers but also from FPS like Doom Eternal, and that technique is called "Coyote Time". It allows the player to jump for some short timespan after leaving a platform. We should maybe explore something similar for TDM, to make jumping off slopes more reliable. We have to be careful to not allow the player to cross further distances this way of course.
  2. I loved the save restriction and the tension it create so much, that I want more of it. I started to brainstorm and remembered the optional game mutators from Unreal back in the day. These mutators allowed you to enable extra challenges or modified physics etc. for your game. Coming back to the save restriction, a respective mutator for TDM could be that each savegame costs some resource. Some resource that hurts, like a water arrow or a health potion, to make the player think twice about saving. A mutator like that would honestly be my default play-setting, I think. Other obvious mutators could be "Ghost" (missions fails as soon as the stealth score is non-zero and blackjacking is disabled), "Ironman" (no saves), "Strong Enemies" (enemies hit harder, have more health).

I shall follow up on both of these points soon.

  • Like 2
Posted (edited)

I know an awesome way to restrict saves, which works in every mission: Just save when and where you want to.

I know, I know, people who want to be restricted need to be restricted by the mission or the game. Unfortunately, that also restricts the people who want to save. So, it's pretty much a lose for one side (most likely the bigger side), instead of a win-win with the save system the game provides.

Edited by chakkman
  • Like 1
  • Haha 1
Posted
1 hour ago, chakkman said:

I know an awesome way to restrict saves, which works in every mission: Just save when and where you want to.

This. Same thing I say when it comes to content moderation on social media, something something about giving people tools to mute what they don't like seeing themselves instead of a corporation doing it for everyone :P Some difficulty settings should of course be set by the map, but I've also come to feel limiting saves might be a bit too much to have out of the player's control.

I think there is a better idea: A mode the player can toggle, which can disable saving and loading on demand. Something so if you give yourself the challenge of a no save run, you don't forget and press the quicksave / quickload buttons like you're used to all the time. Of course you can just remember or not reload your save or unbind the keys, but a temporary setting like that could be a simple solution that's still fully a player choice.

  • Like 1
Posted (edited)
On 11/27/2023 at 6:08 AM, chakkman said:

I know an awesome way to restrict saves, which works in every mission: Just save when and where you want to.

Well you are in luck! 
Here is a list of other missions with normal save options : https://www.thedarkmod.com/missions/
🤪

***
Also for people who want to play this mission and are getting discouraged by the restriction, its only on Expert. I wish there was a way to make it a check box option, but I couldn't find a solution with the time I had. 

@STiFUI like all your suggestions. A modifier would be a really cool solve for this problem.

Edited by kingsal
Posted

The mission is great, like all your works. My personal issue was that after dying and losing 30-40 minutes of progress for the third time, I gave up.

  • Like 1
  • Sad 1

I always assumed I'd taste like boot leather.

 

Posted (edited)
41 minutes ago, AluminumHaste said:

The mission is great, like all your works. My personal issue was that after dying and losing 30-40 minutes of progress for the third time, I gave up.

Yeah. Maybe I'll update the mission someday if we ever get something like a "mission modifiers" feature. I have some ideas of how I could do it the non-fancy way with items or something. I don't know, but Volta missions will not have this feature :)

Edited by kingsal
Posted
6 hours ago, kingsal said:

Yeah. Maybe I'll update the mission someday if we ever get something like a "mission modifiers" feature. I have some ideas of how I could do it the non-fancy way with items or something. I don't know, but Volta missions will not have this feature :)

I guess the easiest solution would be to let the save restriction be the only difference between expert and hard.

Just to be clear, the modifiers/mutators I have in mind would apply to all missions for people that seek an extra challenge. In other words, they would not be controlled by the FM author. So this is probably not suitable for your specific problem.

Posted
On 11/27/2023 at 4:41 PM, Wellingtoncrab said:

Folks please let’s not necro a lengthy discussion on the merit of save restrictions in general in Kingsal’s release thread, when it’s well represented elsewhere.

It's actually very useful. Hate a topic? Just derail it quickly by mentioning that a save restriction would be GREAT..

  • Haha 1
Posted (edited)

Also, I think the save restriction currently doesn't work (properly) in Linux (at least 2 users now I think), giving a crash-to-desktop. Would be nice if more Linux users could test and confirm this. Fixed in tdm 2.13

 

On 12/1/2023 at 12:20 AM, kingsal said:

Also for people who want to play this mission and are getting discouraged by the restriction, its only on Expert. I wish there was a way to make it a check box option, but I couldn't find a solution with the time I had.

I think you could add a different starterlocation (2.12) in the gui (but just present it as an expert mode, not a location) and then at the different starter-location (which is positioned close to the standard one), you put a triggerbox (only triggering that starterplayer) with a script attached that makes the necessery changes right at mission start. Making it show up in the difficulty selection means you have to override that core gui file though I guess.

Edited by datiswous
  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recent Status Updates

    • jivo

      I just uploaded a new version of the Visible Player Hands mod. It's been updated for TDM 2.13 and has new animations. Check out the post if you're interested!
      · 0 replies
    • datiswous

      I moved from Manjaro Linux (rolling release) to Linux Mint (LTS). One of the reasons was that I found the updates a bit too often and long. But now on Mint I get updates every day, although they're usually small updates.
      · 3 replies
    • JackFarmer

      "Hidden Hands: Vitalic Fever" - new update available including subtitles & compressed briefing video (thanks to @datiswous) and several fixes.
      · 0 replies
    • Wolfmond

      🇬🇧

      2025-04-20
      I'd like to track my level design progress a bit more often now, so I'm using the feed in my profile here.
      I've been working intensively on Springheel's YouTube course over the past few days. I'm currently up to lesson 8. There is so much information that needs to be processed and practiced. 
      I have started to create my own house. As I don't have the imagination to create a good floor plan, I grabbed a floor plan generator from Watabou and experimented with it. I chose a floor plan that I will modify slightly, but at least I now have an initial idea. 
      I used two guards as a measuring tape: The rooms are two guards high. It turned out that I can simply double the number of boxes in DarkRadiant in grid size 8 that are drawn in the floor plan. 
      I practiced the simplest things on the floor plan first. Drawing walls, cutting walls, inserting doors, cutting out frames, creating VisPortals, furnishing rooms.
      I have had my first success in creating a book. Creating a book was easier than I thought. I have a few ideas with books. The level I'm creating will be more or less a chill level, just for me, where I'll try out a few things. I don't have an idea for my own mission yet. I want to start small first.
      For the cellar, I wanted to have a second entrance, which should be on the outside. I'm fascinated by these basement doors from the USA, I think they're called Bilco basement doors. They are very unusual in Germany, but this type of access is sometimes used for deliveries to restaurants etc., where barrels can be rolled or lifted into the cellar. 
      I used two Hatch Doors, but they got completely disoriented after turning. I have since got them reasonably tamed. It's not perfect, but it's acceptable. 
      In the cellar today I experimented with a trap door that leads to a shaft system. The rooms aren't practically finished yet, but I want to continue working on the floor plan for now. I'll be starting on the upper floor very soon.

      __________________________________________________________________________________
      🇩🇪

      2025-04-20

      Ich möchte nun mal öfters ein bisschen meinen Werdegang beim Leveldesign tracken, dazu nutze ich hier den Feed in meinem Profil.
      Ich habe mich in den vergangenen Tagen intensiv mit dem Youtube-Kurs von Springheel beschäftigt. Aktuell bin ich bis zu Lektion 8 gekommen. Das sind so viele Informationen, die erstmal verarbeitet werden wollen und trainiert werden wollen. 

      Ich habe mich daran gemacht, ein eigenes Haus zu erstellen. Da mir die Fantasie fehlt, einen guten Raumplan zu erstellen, habe ich mir einen Grundrissgenerator von Watabou geschnappt und damit experimentiert. Ich habe mich für einen Grundriss entschieden, den ich noch leicht abwandeln werde, aber zumindest habe ich nun eine erste Idee. 

      Als Maßband habe ich zwei Wächter genommen: Die Räume sind zwei Wächter hoch. Es hat sich herausgestellt, dass ich in DarkRadiant in Gittergröße 8 einfach die doppelte Anzahl an Kästchen übernehmen kann, die im Grundriss eingezeichnet sind. 

      Ich habe bei dem Grundriss erstmal die einfachsten Sachen geübt. Wände ziehen, Wände zerschneiden, Türen einsetzen, Zargen herausschneiden, VisPortals erstellen, Räume einrichten.

      Ich habe erste Erfolge mit einem Buch gehabt. Das Erstellen eines Buchs ging leichter als gedacht. Ich habe ein paar Ideen mit Bücher. Das Level, das ich gerade erstelle, wird mehr oder weniger ein Chill-Level, einfach nur für mich, bei dem ich ein paar Sachen ausprobieren werde. Ich habe noch keine Idee für eine eigene Mission. Ich möchte erst einmal klein anfangen.

      Beim Keller wollte ich gerne einen zweiten Zugang haben, der sich außen befinden soll. Mich faszinieren diese Kellertüren aus den USA, Bilco basement doors heißen die, glaube ich. Diese sind in Deutschland sehr unüblich, diese Art von Zugängen gibt es aber manchmal zur Anlieferung bei Restaurants etc., wo Fässer dann in den Keller gerollt oder gehoben werden können. 
      Ich habe zwei Hatch Doors verwendet, die allerdings nach dem Drehen vollkommen aus dem Ruder liefen. Inzwischen habe ich sie einigermaßen gebändigt bekommen. Es ist nicht perfekt, aber annehmbar. 
      Im Keller habe ich heute mit einer Falltür experimentiert, die zu einem Schachtsystem führt. Die Räume sind noch quasi nicht eingerichtet, aber ich möchte erstmal am Grundriss weiterarbeiten. In Kürze fange ich das Obergeschoss an.



      · 2 replies
    • JackFarmer

      On a lighter note, thanks to my cat-like reflexes, my superior puzzle skills and my perfect memory, I was able to beat the remastered version of "Tomb Raider: The Last Revelation" in a new superhuman record time of 23 h : 35 m, worship me!
      · 5 replies
×
×
  • Create New...