Jump to content
The Dark Mod Forums

Improving the tutorial


IcyMoon

Recommended Posts

I am new to stealth game so I started the Tutorial Mission to learn the controls of the game but I found it helpful but not at the same time. I like that there are separated rooms for each action to be practiced in.

However, the instructions given were the naming of the action, and since there are so many controls, I have a tough time trying to find the button for that exact action. For first time player or any fresh player to the game, I feel like it would be better to mention the default key for that action in the instruction note.

Edited by IcyMoon
  • Like 2
Link to comment
Share on other sites

The problem is that people customize their key bindings. I'm not sure if the readables can account for that, and can be dynamically changed. I would guess that they cannot. 

Maybe some screen overlay instructions would be the better option. Even though I'm not sure if it's worth it. It isn't much of a hassle to switch to the menu and check the key bindings to see which keys is binded to the action you want to perform. There's really not so many key bindings in total.

Edited by chakkman
Link to comment
Share on other sites

I suspect that if you're customising key bindings you already don't care about the tutorial telling which key to press.  Given that the tutorial claims to be a Tutorial, you have to assume that the user wants to have their hand held to begin with.  I sympathise with IcyMoon, the tutorial should be for her, not for us experienced users.

  • Like 3
Link to comment
Share on other sites

I like the idea, but I'm afraid it is not possible to get the key from settings into the map right now.

There is method idCommon::KeysFromBinding right now.
I think it is possible to add a bit of code which would allow referencing the in a map.
And I think there is already some way for a mapper to show text on screen.

  • Like 3
Link to comment
Share on other sites

stgatilov, unless you guys modified the input system has well, in normal idtech 4 there's also the ability to print (list) key bindings on the console, so obviously they can be made into a simple string. If this code gets updated has keybindings get changed ingame, I don't know but I assume it does. 

Here is the relevant code from KeyInput.cpp

void Key_ListBinds_f( const idCmdArgs &args ) {
	int		i;

	for ( i = 0; i < MAX_KEYS; i++ ) {
		if ( keys[i].binding.Length() ) {
			common->Printf( "%s \"%s\"\n", idKeyInput::KeyNumToString( i, false ), keys[i].binding.c_str() );
		}
	}
}

 

Edited by HMart
Link to comment
Share on other sites

2 hours ago, Araneidae said:

I suspect that if you're customising key bindings you already don't care about the tutorial telling which key to press.  Given that the tutorial claims to be a Tutorial, you have to assume that the user wants to have their hand held to begin with.  I sympathise with IcyMoon, the tutorial should be for her, not for us experienced users.

Well... I'm sure some new players will change the key bindings first thing they do in the game, and, if the readables in the training mission would show the default keybindings then, then it would not be helpful at all.

You always can go to the menus and check the key binding. It's really not that hard. I get why you'd want to have the key bindings shown on the screen, but, IMO, the issue is not so severe that it would justify overhauling the training mission for it. Just my opinion.

Edited by chakkman
Link to comment
Share on other sites

I could easily add at least the default keys to be displayed in the Unofficial Patch if this will not go into the core game. Only one text file needs to be edited!

P.S.: So here is my first version of the training_mission string file with included default keys mentioned and connected formation and other text issues fixed. IcyMoon, please extract the attached archive into your The Dark Mod/fms folder and report back if I missed some formation issues!

 

training_mission.rar

Edited by wesp5
  • Like 3
  • Thanks 1
Link to comment
Share on other sites

16 hours ago, chakkman said:

Well... I'm sure some new players will change the key bindings first thing they do in the game, and, if the readables in the training mission would show the default keybindings then, then it would not be helpful at all.

You always can go to the menus and check the key binding. It's really not that hard. I get why you'd want to have the key bindings shown on the screen, but, IMO, the issue is not so severe that it would justify overhauling the training mission for it. Just my opinion.

Normally new players will view the controls but will not change them because we do not know how the game works and how convenient are the buttons prepared for us yet. Having new players to memorize the long list of controls before starting the game while still going back and forth to find the button controls kind of break the immersive experience. I know it is not a big deal, I am just suggesting the idea too. :)

 

13 hours ago, wesp5 said:

I could easily add at least the default keys to be displayed in the Unofficial Patch if this will not go into the core game. Only one text file needs to be edited!

P.S.: So here is my first version of the training_mission string file with included default keys mentioned and connected formation and other text issues fixed. IcyMoon, please extract the attached archive into your The Dark Mod/fms folder and report back if I missed some formation issues!

 

training_mission.rar 18.8 kB · 0 downloads

Yes, it worked well! Definitely helped with my learning to the game faster, thank you so much.

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

3 hours ago, IcyMoon said:

Normally new players will view the controls but will not change them because we do not know how the game works and how convenient are the buttons prepared for us yet. Having new players to memorize the long list of controls before starting the game while still going back and forth to find the button controls kind of break the immersive experience. I know it is not a big deal, I am just suggesting the idea too. :)

Yeah, fair enough. The thing is just that the control scheme of TDM is pretty basic, both for shooter players and people who come from the original Thief games (it's almost identical to those).

But, if wesp5's solution works for you, all the better of course. :)

  • Like 1
Link to comment
Share on other sites

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

    • OrbWeaver

      Does anyone actually use the Normalise button in the Surface inspector? Even after looking at the code I'm not quite sure what it's for.
      · 7 replies
    • Ansome

      Turns out my 15th anniversary mission idea has already been done once or twice before! I've been beaten to the punch once again, but I suppose that's to be expected when there's over 170 FMs out there, eh? I'm not complaining though, I love learning new tricks and taking inspiration from past FMs. Best of luck on your own fan missions!
      · 4 replies
    • The Black Arrow

      I wanna play Doom 3, but fhDoom has much better features than dhewm3, yet fhDoom is old, outdated and probably not supported. Damn!
      Makes me think that TDM engine for Doom 3 itself would actually be perfect.
      · 6 replies
    • Petike the Taffer

      Maybe a bit of advice ? In the FM series I'm preparing, the two main characters have the given names Toby and Agnes (it's the protagonist and deuteragonist, respectively), I've been toying with the idea of giving them family names as well, since many of the FM series have named protagonists who have surnames. Toby's from a family who were usually farriers, though he eventually wound up working as a cobbler (this serves as a daylight "front" for his night time thieving). Would it make sense if the man's popularly accepted family name was Farrier ? It's an existing, though less common English surname, and it directly refers to the profession practiced by his relatives. Your suggestions ?
      · 9 replies
    • nbohr1more

      Looks like the "Reverse April Fools" releases were too well hidden. Darkfate still hasn't acknowledge all the new releases. Did you play any of the new April Fools missions?
      · 5 replies
×
×
  • Create New...