0% found this document useful (0 votes)
13 views2 pages

Defaults Js

The document outlines various configuration settings for a game, including options for autocomplete limits, default characters, magic power, and character levels. It specifies permissible values for each setting, such as boolean options and numerical ranges. Additionally, it includes warnings for certain settings that should only be changed by knowledgeable users.

Uploaded by

akkadian2009
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views2 pages

Defaults Js

The document outlines various configuration settings for a game, including options for autocomplete limits, default characters, magic power, and character levels. It specifies permissible values for each setting, such as boolean options and numerical ranges. Additionally, it includes warnings for certain settings that should only be changed by knowledgeable users.

Uploaded by

akkadian2009
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

skip_intro = false

// Can be true or false.

allow_eval_bool_pattern_search = false
// WARNING! Only enable this if you know what you are doing.
// Can be true or false.

default_autocomplete_limit = 10
// Can be any number between 0 and 25.

default_game = 4
// 0 - Original release
// 1 - International Zodiac Job System
// 2 - The Zodiac Age (PS4)
// 3 - The Zodiac Age (PC/Xbox)
// 4 - The Zodiac Age (Switch)
// 5 - Custom

default_spell = 0
// 0 - Cure
// 1 - Cura
// 2 - Curaga
// 3 - Curaja

default_character_level = 3
// Can be any number between 1 and 99.

default_magic_power = 23
// Can be any number between 1 and 99.

default_serenity = false
// Can be true or false.

default_starting_switch = 5859909
// Default starting seed for Switch seed calculation.
// Can be any number between 0 and 4294967295.

default_custom_mt_version = 1
// Default Mersenne Twister version for custom seed calculation.
// 0 = 1998 (used in the original and IZJS releases)
// 1 = 2002 (used in all subsequent releases)

default_custom_stats_mode = 1
// Based on which version should the final HP & MP and cure values be calculated.
// 0 = Original release
// 1 = Zodiac versions

default_search_type = 0
// 0 - Raw % pattern (0-99)
// 1 - Actual % pattern (1-99)
// 2 - Perfect level up pattern
// 3 - Value range pattern
// 4 - Eval bool pattern if enabled, otherwise same as 0.
// 5 - Position # or offset
// 6 - Manage searches

default_percent_type = 0
// If default_search_type is set to 0 or 1 this setting has no effect.
// 0 - Show values in the % column as 0-99.
// 1 - Show values in the % column as 1%-100%.

default_values_as_percentages = false
// Can be true or false.

default_steal_with_cuffs = true
// Can be true or false.

default_consume_positions = 3
// Can be any number between 0 and 10000.

default_level_up_from_level = 0
// Can be any number between 0 and 98.

default_auto = false
// Can be true or false.

default_character = 0
// 0 - Vaan
// 1 - Balthier
// 2 - Fran
// 3 - Basch
// 4 - Ashe
// 5 - Penelo

default_amount_of_gained_levels = 1
// Can be any number between 1 and 99.

You might also like