HomeWildfire Games

New economic tutorial based on triggers, accessible from the "learn to play"…
AuditedrP19599

Description

New economic tutorial based on triggers, accessible from the "learn to play" button

Reviewed By: elexis

Differential Revision: https://code.wildfiregames.com/D194

Details

Event Timeline

Itms raised a concern with this commit.May 18 2017, 11:23 PM
Itms added a subscriber: Itms.

I love the tutorial ? Thanks for putting effort in that!

I only have one remark, the warnings don't always seem to fit. Especially the one I'm pointing does not fit and is unreadable ? It should be an easy fix.

/ps/trunk/binaries/data/mods/public/maps/tutorials/starting_economy_walkthrough.js
52

This one

This commit now has outstanding concerns.May 18 2017, 11:23 PM
Itms awarded a token.May 18 2017, 11:23 PM
Itms accepted this commit.Jun 4 2017, 1:37 PM

(I forgot to close this audit)

All concerns with this commit have now been addressed.Jun 4 2017, 1:37 PM
elexis added a subscriber: elexis.Aug 5 2017, 1:33 PM

It was proposed to use shorter instructions: https://wildfiregames.com/forum/index.php?/topic/15271-0-ad-on-youtube/&page=52#comment-335581

Perhaps fonts and colors could also be used to make it easier to distinguish the explanations from the instructions.

Silier added a subscriber: Silier.Aug 5 2017, 2:03 PM

It was proposed to use shorter instructions: https://wildfiregames.com/forum/index.php?/topic/15271-0-ad-on-youtube/&page=52#comment-335581

Perhaps fonts and colors could also be used to make it easier to distinguish the explanations from the instructions.

1.) There really should be shorter instructions, most people rather close tutorial because of long text.
2.) Long instructions are more annoying for readers, and readers can miss something important in such long text.

elexis added inline comments.Jan 10 2020, 8:33 PM
/ps/trunk/binaries/data/mods/public/gui/gamesetup/gamesetup.js
1752

The map should not be hardcoded by the gamesetup, but passed by the caller, this way allowing this autostart mechanism to be reused.
(Equally the function name shouldn't restrict the maptype).
Fixed in D2483.