User Tools

Site Tools


modtools:revieweditor

This is an old revision of the document!


The Magazine Review Editor

The in game magazine offers a number of interesting features, but probably the most used one is the Magazine Reviews System. The review system is completely editable, and works much like a MadLibs™ game. Where as inside the main body of the review blank variables are placed that are later filled in with sentences or words based on the vehicle's ratings.

While the reviews do not directly effect the vehicle sales, many users enjoy reading about how great or bad their vehicles are. There is much room for improvement in the default game's reviews.

Files And How It Works

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.

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.

The Editor

The edit is broken down into a series of tabs much like other editors in the mod tools. Each tab represents a category. The buttons at the very top are for managing the review file, including opening, and saving the file. The upper list, just below the tabs, are the reviews segments already added to reviews file, the bottom text box is where you will edit the text of the review segment. In between the list are the range of values the review segment is used for. Which rating is used for the category is described below in Review Categories. On the right are the individual variables that must go into the review segment. A description of what each variable is, is located on the button and also below. Each variable on the side MUST be in the review segment, or the game may crash. Finally, on the bottom is the add and remove buttons that allow you to add or remove the review segment from the list.

Magazine Review Editor

  1. Creates a new Review.xml file by clearing out any data currently in the mod tools.
  2. Opens an existing Review.xml file. See File Locations for possible locations.
  3. Save data in the editor to a Review.xml file.
  4. Return to the main menu or previous editor.
  5. Category tabs, each tab represents a dynamic part of the review that uses the ratings of the vehicle. See Review Categories for details on each category.
  6. List of the reviews for the selected category that are already loaded into the editor. Selecting a review from this list will load the data below.
  7. Minimum value for this category before this review segment can be selected by the game.
  8. Maximum value for this category that this review segment can be selected by the game.
  9. If selected, the text of the review will be in the localization file with the localization id corresponding with the number in the text box.
  10. This is the where you enter the text of the review segment. The review segment must contain at least one of each of the variables on the right hand side (labeled with #11) . If the review is to be localized, enter the ID number of the localization text.
  11. These are the variable buttons which contain sub review segments or specific information about the vehicle. The review segment must contain at least one of each variable. Clicking on a button will but the variable entry (the {#}) into the end of the review text.
  12. This adds the review segment to the list of reveiws.
  13. This removes the selected review segment from the reviews.

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.

Introduction

This is the introduction for the reviews. It is selected based on the specific vehicle rating. You must use each of the following variables at least once:

NameDescription
BrandThis is the name of the vehicle Marque.
Model
Vehicle Type
Leading Competition
Worst Competition

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:

NameDescription
BrandThis is the name of the vehicle Marque.
Model
HP
Top Speed
0-60
Engine
Vehicle Type
Power Review
Driveability Review

Driveability

This review segment is about the handling of the vehicle. It is selected based on the driveability rating of the vehicle, and is loaded from the performance review segment. You must use each of the following variables at least once:

NameDescription
BrandThis is the name of the vehicle Marque.
Model
Vehicle Type
Rating

Luxury

This review segment is about the luxury of the vehicle. It is selected based on the luxury rating of the vehicle. You must use each of the following variables at least once:

NameDescription
BrandThis is the name of the vehicle Marque.
Model
Luxury Adjective

Safety

This review segment is about the safety of the vehicle. It is selected based on the safety rating of the vehicle. You must use each of the following variables at least once:

NameDescription
BrandThis is the name of the vehicle Marque.
Model

Fuel

This review segment is about the fuel economy of the vehicle. It is selected based on the fuel rating of the vehicle. You must use each of the following variables at least once:

NameDescription
BrandThis is the name of the vehicle Marque.
Model
City Fuel Consumption
Highway Fuel Consumption

Power

This review segment is about the power of the vehicle. It is selected based on the power rating of the vehicle, and is loaded from the performance review segment. You must use each of the following variables at least once:

NameDescription
Torque
Towing weight

Cargo

This review segment is about the cargo capacity of the vehicle. It is selected based on the cargo rating of the vehicle. You must use each of the following variables at least once:

NameDescription
BrandThis is the name of the vehicle Marque.
Model
Cargo Space Spec

Quality

This review segment is about the quality of the vehicle. It is selected based on the quality rating of the vehicle. You must use each of the following variables at least once:

NameDescription
BrandThis is the name of the vehicle Marque.
Model

Dependability

This review segment is about the dependability of the vehicle. It is selected based on the dependability rating of the vehicle. You must use each of the following variables at least once:

NameDescription
BrandThis is the name of the vehicle Marque.
Model

Overall

This review segment is about the overall final thought about the vehicle. It is selected based on the overall rating of the vehicle. You should conclude your review with this review segment. You must use each of the following variables at least once:

NameDescription
BrandThis is the name of the vehicle Marque.
Model
Vehicle Type

Examples

Troubleshooting

modtools/revieweditor.1499967896.txt.gz · Last modified: 2022/02/15 17:58 (external edit)