Review this, includes: - Unlocks for weapons - All weapons unlock - Max level weapons - Max resonance weapons - Fixed unlocks for roles, now max level, breakthrought and resonance come from bindata - Unlocks for all skin types(flight, wing, role, skin) - Weapon inventory implemented - Change role skin implemented - Change weapon skin implmented - Change flight skin implemented - Change wing skin implemented - Change weapon implemented(basic, no attributes, no switch) - Created SequenceGenerator to emulate sql sequences with reusable ids Known bugs: - In prod only one projection can be equipped simulataneously, we dont care :xdskull: - Change skin will plot with invalid Rotation so a change of character is required, investigate this Reviewed-on: WutheringSlaves/wicked-waifus-rs#9 Reviewed-by: RabbyDevs <rabbydevs@gmail.com>
42 lines
No EOL
1.1 KiB
TOML
42 lines
No EOL
1.1 KiB
TOML
service_id = 2
|
|
|
|
[database]
|
|
host = "localhost:5432"
|
|
user_name = "postgres"
|
|
password = ""
|
|
db_name = "shorekeeper"
|
|
|
|
[service_end_point]
|
|
addr = "tcp://127.0.0.1:10004"
|
|
|
|
[gateway_end_point]
|
|
addr = "tcp://127.0.0.1:10003"
|
|
|
|
[game_server_config]
|
|
resources_path = "data/assets/game-data"
|
|
load_textmaps = true
|
|
# Do not change yet, issues to be solved
|
|
quadrant_size = 1000000
|
|
|
|
[asset_config]
|
|
asset_url = "https://git.xeondev.com/wickedwaifus/wicked-waifus-data/releases/download/pioneer_2.4.4/bundle.zip"
|
|
buffer_size = 268435456
|
|
|
|
[default_unlocks]
|
|
unlock_all_roles = true
|
|
unlock_all_roles_max_level = false
|
|
unlock_all_roles_all_sequences = false
|
|
unlock_all_mc_elements = true
|
|
unlock_all_weapons = false
|
|
unlock_all_weapons_max_level = false
|
|
unlock_all_weapons_all_reson = false
|
|
unlock_all_adventures = false
|
|
unlock_all_functions = true
|
|
unlock_all_guides = false
|
|
unlock_all_tutorials = false
|
|
unlock_all_teleporter = false
|
|
unlock_all_role_skins = false
|
|
# TODO: Set this to the same value as unlock_all_role_skins, without it, it fails(maybe jinshi weapon skin problem??)
|
|
unlock_all_weapon_skins = false
|
|
unlock_all_fly_skins = false
|
|
unlock_all_wing_skins = false |