Civ4 World Builder: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
Line 41: Line 41:


=== BeginPlayer ===
=== BeginPlayer ===
This section defines all the player settings for the game. These settings will allow you to change all behavior for the players.
* [[CivDesc]]
* [[CivDesc]]
* [[CivShortDesc]]
* [[CivShortDesc]]
Line 63: Line 65:
* [[AttitudePlayer, AttitudeExtra]]
* [[AttitudePlayer, AttitudeExtra]]
* [[CityList]]
* [[CityList]]


=== BeginMap ===
=== BeginMap ===

Revision as of 12:18, 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

This section defines all the player settings for the game. These settings will allow you to change all behavior for the players.

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.