Civ4 World Builder: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
No edit summary
Line 29: Line 29:


=== BeginTeam ===
=== BeginTeam ===
This section of the WBS file describes each ''team'' (not just the player) in the scenario. In Single Player games you can even create teams. Please note: every player ''MUST'' be part of a team, even if there is only one player in the team.
* [[Tech]]
* [[Tech]]
* [[ContactWithTeam]]
* [[ContactWithTeam]]

Revision as of 12:14, 24 May 2009

Tutorials and Reference

The WBS File

The parts of the .WorldBuilderSave (WBS) files.

BeginGame

This section describes to the Civ4 engine the game setup parameters. Specifically they refer to the options you choose when starting a new game from the menu. Below is a list of ALL possible variables. The values they can have are listed on their individual pages.

BeginTeam

This section of the WBS file describes each team (not just the player) in the scenario. In Single Player games you can even create teams. Please note: every player MUST be part of a team, even if there is only one player in the team.

BeginPlayer


BeginMap

BeginPlot


Original descriptions of BeginGame, BeginTeam, BeginPlayer, BeginMap, and BeginPlot sections by Dale on Apolyton Civilization Site and Civilization Fanatics Center from his "In depth look at the WBS file" thread.