Not logged inOpenClonk Forum
Up Topic Scenario properties

This board is threaded (i.e. has a tree structure). Please use the Reply button of the specific post you are referring to, not just any random button. If you want to reply to the topic in general, use the Post button near the top and bottom of the page.

Post Reply
In Response to Clonkonaut
Just a quick question of whether or not you'd like it if we'd use Scenario properties to set up certain options.

We do this in objects / definitions to substitute DefCore entries but have not touched (to my knowledge) the Scenario proplist to do something similar. A first concrete use case would be this:

0001425: Rework wealth display

The idea is first to remove the wealth display from the HUD and just show it in the buy menu. Because money isn't that important anymore in OC. But certain scenarios might want to stress the importance of money and show the display anyway.

Instead of calling HUD_Controller->ShowWealth( iPlr ); or something similar in InitializePlayer, I thought we could also just have local WealthDisplay = true; in the scenario's script.

What do you think?

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill