User Tools

Site Tools


modtools:revieweditor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
modtools:revieweditor [2017/07/13 14:21] – [Review Categories] adminmodtools:revieweditor [2022/02/15 18:00] (current) – external edit 127.0.0.1
Line 9: Line 9:
 ==== Files And How It Works ==== ==== Files And How It Works ====
  
 +Upon starting a new game, the reviews.xml file is saved into the save game file. When the player opens the in game magazine for the first time (that turn) the game will generate a new "issue" of the magazine, and populate the reviews and other data. 
  
-A base review is loaded from the Localization files (Word #???), then individual reviews segments for the 11 categories are loaded from the Reviews.xml file. See File Locations for location and file names.+review is made up of a base review text which is loaded from the Localization files (Word #???). Then individual reviews segments for the 11 categories are loaded from the save game file based on the ratings of the vehicle being reviewed.
  
 Each category has its own review segements, and these segments in turn have a value range in which the segment can be selected. If the rating for the specific category falls between the segment's values it will be eligible to be used in the review. The game will pick at random from the selection if more than one review segment are in range. Each category has its own review segements, and these segments in turn have a value range in which the segment can be selected. If the rating for the specific category falls between the segment's values it will be eligible to be used in the review. The game will pick at random from the selection if more than one review segment are in range.
  
-After the game has selected 11 reviews segments for each category, it will piece them together into a review.+After the game has selected 11 reviews segments for each category, it will piece them together into a review. It will use specific information about the vehicle and apply it to the review segment text based on the variables embedded into the review segments. The variables are called in the text with this symbol {#} where # is the number of the variable.
  
  
Line 41: Line 42:
  
 ==== Review Categories ==== ==== Review Categories ====
- 
  
 The following are images of each review segment category, which rating is used for the category, and a listing of their variables and what they effect.  The following are images of each review segment category, which rating is used for the category, and a listing of their variables and what they effect. 
  
 +\\
 +\\
 === Introduction === === Introduction ===
  
Line 55: Line 57:
 |Worst Competition|This is the marque/model name name of the worst vehicle currently for sale in the vehicle class.| |Worst Competition|This is the marque/model name name of the worst vehicle currently for sale in the vehicle class.|
  
 +\\
 +\\
 === Performance ===  === Performance === 
 This review segment is about the performance of the vehicle. It is selected based on the performance rating of the vehicle. You must use each of the following variables at least once: This review segment is about the performance of the vehicle. It is selected based on the performance rating of the vehicle. You must use each of the following variables at least once:
Line 67: Line 71:
 |Power Review|This inserts the power review segment.| |Power Review|This inserts the power review segment.|
 |Driveability Review|This inserts the driveability/handling review segment.| |Driveability Review|This inserts the driveability/handling review segment.|
 +
 +\\
 +\\
  
 === Driveability ===  === Driveability === 
Line 75: Line 82:
 |Vehicle Type|This is the type of vehicle being reviewed.| |Vehicle Type|This is the type of vehicle being reviewed.|
 |Rating|This inserts an adjective based on the Driveability rating. | |Rating|This inserts an adjective based on the Driveability rating. |
 +
 +\\
 +\\
  
 === Luxury ===  === Luxury === 
Line 82: Line 92:
 |Model|This is the model name of the vehicle being reviewed.| |Model|This is the model name of the vehicle being reviewed.|
 |Luxury Adjective|This inserts an adjective based on the Luxury rating.| |Luxury Adjective|This inserts an adjective based on the Luxury rating.|
 +
 +\\
 +\\
  
 === Safety ===  === Safety === 
Line 89: Line 102:
 |Model|This is the model name of the vehicle being reviewed.| |Model|This is the model name of the vehicle being reviewed.|
  
 +
 +\\
 +\\
  
 === Fuel ===  === Fuel === 
Line 97: Line 113:
 |City Fuel Consumption|This is the fuel consumption numbers for city driving.| |City Fuel Consumption|This is the fuel consumption numbers for city driving.|
 |Highway Fuel Consumption|This is the fuel consumption numbers for highway driving.| |Highway Fuel Consumption|This is the fuel consumption numbers for highway driving.|
 +
 +\\
 +\\
  
 === Power ===  === Power === 
Line 104: Line 123:
 |Towing weight|This is the maximum amount of weight that the engine/chassis/gearbox is able to pull. Even if the vehicle is not used for towing, this is a good indication of engine torque, vehicle traction, and structural integrity of the vehicle.| |Towing weight|This is the maximum amount of weight that the engine/chassis/gearbox is able to pull. Even if the vehicle is not used for towing, this is a good indication of engine torque, vehicle traction, and structural integrity of the vehicle.|
  
 +
 +\\
 +\\
  
 === Cargo ===  === Cargo === 
Line 111: Line 133:
 |Model|This is the model name of the vehicle being reviewed.| |Model|This is the model name of the vehicle being reviewed.|
 |Cargo Space Spec|This is the amount of cargo and passenger space in both L and CI in the vehicle.| |Cargo Space Spec|This is the amount of cargo and passenger space in both L and CI in the vehicle.|
 +
 +\\
 +\\
  
 === Quality ===  === Quality === 
Line 117: Line 142:
 |Brand|This is the name of the vehicle Marque.| |Brand|This is the name of the vehicle Marque.|
 |Model|This is the model name of the vehicle being reviewed.| |Model|This is the model name of the vehicle being reviewed.|
 +
 +\\
 +\\
  
 === Dependability ===  === Dependability === 
Line 123: Line 151:
 |Brand|This is the name of the vehicle Marque.| |Brand|This is the name of the vehicle Marque.|
 |Model|This is the model name of the vehicle being reviewed.| |Model|This is the model name of the vehicle being reviewed.|
 +
 +\\
 +\\
  
 === Overall ===  === Overall === 
Line 130: Line 161:
 |Model|This is the model name of the vehicle being reviewed.| |Model|This is the model name of the vehicle being reviewed.|
 |Vehicle Type|This is the type of vehicle being reviewed.| |Vehicle Type|This is the type of vehicle being reviewed.|
 +
 +\\
 +\\
 +
 ==== Examples ==== ==== Examples ====
  
 +Videos coming some day.
 +
 +\\
 +\\
  
 ==== Troubleshooting ==== ==== Troubleshooting ====
  
 +=== My New Review or Changes Are Not in the Game ===
 +Start a new save game. Reviews are stored inside the save game file, thus any changes require a new save game to go into effect.
 +
 +=== Game Crashes ===
 +
 +Most likely you are missing one of the required variables for a review segment. Double check the reviews segments. Each review segment must have the variables on the right of the editor at least once.
 +
 +=== Review doesn't generate ===
 +
 +Either you are missing one of the required variables for a review segment, or you did not escape a single quote character. ('), as of v1.22, reviews should have an escaped single quote character (two single quote characters) so that the information can be properly saved into the save game file. In future builds (hopefully v1.23) we will remove the character escaping requirements.
modtools/revieweditor.1499970084.txt.gz · Last modified: 2022/02/15 17:58 (external edit)