Tutorial: Alternate Random Games (Full Version)

All Forums >> [New Releases from Matrix Games] >> Advanced Tactics Series >> Mods and Scenarios



Message


Vic -> Tutorial: Alternate Random Games (11/18/2007 5:54:21 PM)

Alternate Random Games

In the random game creator there is a buttom with a "m" on it that allows you to use a different masterfile then the default generic.ptmaster to create the random game.

Two things are realy important to understand:

1. You cannot just use ANY masterfile as a base to make random games. The masterfile must be designed properly.

2. Also you cannot make any sort of alternate games when you design an alternate masterfile. there are LIMITATIONS.

[image]local://upfiles/12041/E224BA18ACEA4EDBBF19BC77A0B463E9.jpg[/image]




Vic -> RE: Tutorial: Alternate Random Games (11/18/2007 5:55:23 PM)

On this screen in the editor you must set the rulevars for the masterfile that the random algorithm will use.

[image]local://upfiles/12041/E034E9490D7D4EF9BEE32070608C2C9F.jpg[/image]




Vic -> RE: Tutorial: Alternate Random Games (11/18/2007 5:56:48 PM)

To know what you can and cannot specify in the rulevars and what else you must and cannot do. I will now address all important points bullet by bullet.

1. The random game algorithm checks if rulevar(418) = 1 , if it is not the process will be aborted.

2. The random game algorithm uses the LT specified in rulevar(401) to fill the map with water, unless a 100% land map is specified or rulevar(401)=-1, in that case the map is filled with the LT specified in rulevar(402)

3. The random generator presumes no regime is present in the masterfile. Make sure your masterfile also has no regimes in the regimelist.

4. The random generator adds the number of specified regimes and gives them random colours, flags, unit and names.

5. Rivers are not painted if you specify either -1 for rulevar(407) or for rulevar(408), you can specify the same river # for both rulevars.

6. Mountains are not painted if you specify either -1 for rulevar(403) or for rulevar(404), you can specify the same LandscapeType # for both rulevars

7. VPWin is always set to 80% of total VP on map

8. All regimes are set at war with eachother

9. Each regime gets a capitol LocType specified in rulevar(410) and gets a free first Hq unit with in it SFType # specified in rulevar(411) in a quantity specified in rulevar(412). The people of the regime is always people # 0.

10. All town names are hardcoded. The inhabitants of each town are always people #0.

11. Rulevar(413) is the smallest town, Rulevar(414) is bit bigger, Rulevar(415) even more and Rulevar(416) is the biggest town. All these 4 rulevars must refer to a valid LocType #.

12. If you dont want to use a certain landscape like swamps then just specify a different LandscapeType, Plains for example or light forest.

13. There must always be a road type and a bridge defined in the masterfile. It is impossible to make a random games capable masterfile without roads or bridges. Make sure to set rulevar(409) to a valid roadtype. (though if you set rivers to -1 and roads to -1 as well i think it might work - no guarantee though)

14. The random game will also use any action cards and events defined in the masterfile. Make sure they will work with any random game if you put or let them into your masterfile. The random game will also use all the peoples defined in the masterfile.

15. Keep in mind predefined units defined in the masterfile will not be available in the random game.

16. Make sure all the landscapetype rulevars i have not mentioned here also have valid LandscapeTypes assigned to them.

17. Sprite 0 is used for the painting of all LandscapeTypes.




Vic -> RE: Tutorial: Alternate Random Games (11/18/2007 5:57:19 PM)

It might seem not to flexible a random game mechanism, but by using events you could randomize things a bit further. Let me give some ideas:

1. Make an event that only executes at start of first round and let it randomize sprites a bit.

2. Make an event that introduces wheater effects in certain rounds.

3. Make an event that randomizes the people living in certain locations.

4. Make an event that adds extra locations of specific types to the map.

5. But you can realy do a lot lot more. Especially if you use LOOPERS with the CheckRegimeCount in concert with RegimeVariables, so that your events can scale up to the ammount of players on the random map.




Vic -> RE: Tutorial: Alternate Random Games (11/18/2007 5:57:44 PM)

Well...
thats it!

this was a rather small tutorial.
But it will help you if you want to design a random generator capable masterfile.

Kind regards,
Vic




Delyn Locksmiths -> RE: Tutorial: Alternate Random Games (3/16/2008 4:43:03 PM)

Vic, how can i for example set a modified graphic as the one that the random game generator uses for e.g. plains.

Is that possible?




Vic -> RE: Tutorial: Alternate Random Games (3/16/2008 5:22:21 PM)

sure. just change the graphic of the plain LT in the masterfile that you will use in the random game generator.

kind reg,
vic




BULLDOGINTHEUK -> RE: Tutorial: Alternate Random Games (12/14/2008 12:27:30 PM)

Hi Vic, I have done a set of graphics for random maps but when the map is made only 2 sets of regimes show up (German and Allied). Are only 2 regimes hardcoded into the random map generator (as I did graphic sets for Germans, Allies, Japanese and Russians)?





Vic -> RE: Tutorial: Alternate Random Games (12/14/2008 1:36:57 PM)

Hi Bulldog,

Yes its hardcoded. But i added it to the list for changes.

kind regards,
Vic




Jeffrey H. -> RE: Tutorial: Alternate Random Games (8/23/2009 3:16:44 AM)

Hi Vic. How do I edit and existing masterfile ? Say for instance I want to modify an existing masterfile with new events etc, how do I edit it ?




Vic -> RE: Tutorial: Alternate Random Games (8/23/2009 10:11:13 AM)

I would work in a copy of the masterfile if i was you, but basicly its very simple. You just load it like any other scenario and then got to the editor. However in the load dialogue make sure to swith file type from .pt2 to ptmaster!

kind reg,
Vic




Tufkal2 -> RE: Tutorial: Alternate Random Games (9/19/2009 1:26:05 PM)


quote:

ORIGINAL: Vic
15. Keep in mind predefined units defined in the masterfile will not be available in the random game.


Is there any way to get any new units into a random game? If I understood correctly and random games do not have predefined units than this is not possible in AT?
Many thanks and Best Regards




duncan007 -> RE: Tutorial: Alternate Random Games (5/20/2011 9:56:08 PM)

Is it possible to make a random game by using a specific map ?
[X(]




Tufkal2 -> RE: Tutorial: Alternate Random Games (5/20/2011 10:32:12 PM)

Well the standard setup for a random game will first create a map from the parameters given by the rulevars and then assign territiory and initial units so that answer would be "no".
However it would be possible to write some events which work on a given map and distribute the map randomly between different regimes and set up some starting units etc.
Hope this helps?
Also: I have to correct my post directly preceeding: It is possible to include new units into a random game as Zaratoughda has demonstrated ...




duncan007 -> RE: Tutorial: Alternate Random Games (5/20/2011 10:40:43 PM)

Thx for your help.
I am not yet ready for such work.
It could be a good feature to add.
Random maps are nice but i will enjoy to play random games with an european map for example.




Adam Rinkleff -> RE: Tutorial: Alternate Random Games (6/16/2011 3:46:58 AM)


quote:

I would work in a copy of the masterfile if i was you, but basicly its very simple. You just load it like any other scenario and then got to the editor. However in the load dialogue make sure to swith file type from .pt2 to ptmaster!

kind reg,
Vic


I don't understand?




CSO_Talorgan -> RE: Tutorial: Alternate Random Games (2/28/2012 10:08:24 PM)

Is this page available as a .pdf somewhere?




tcl2828 -> RE: Tutorial: Alternate Random Games (11/18/2013 3:37:15 PM)

Vic,
How do I make it so when I start a new random game - the game will always use REAL country names and flags? I now how to go in and change them once I create a new game but I would like them to already be there and save me a few steps.

I am very new at this and I tried looking at you tutorial but it seems to be for the old AT not the new one with he leaders and all.

Thank you.




Vic -> RE: Tutorial: Alternate Random Games (11/18/2013 7:14:18 PM)

I think it would be easiest to just change all the regime name options in the relevant stringlists to have the real names and flags. You can delete all except 1 entry per regime name stringlist (1 for each people) but it would cause double names with 8 or more players.

best,
Vic




no_hope -> RE: Tutorial: Alternate Random Games (4/11/2019 12:33:22 AM)

How would I go about to be able to make the random map generator make a purely arctic or purely tropical map instead of arctic-temperate and subtropic-tropic?




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
1.328125