diff --git a/rlbot.cfg b/rlbot.cfg index a568454..71ec0bf 100644 --- a/rlbot.cfg +++ b/rlbot.cfg @@ -9,7 +9,7 @@ # Number of bots/players which will be spawned. We support up to max 64. num_participants = 2 game_mode = Soccer -game_map = Mannfield +game_map = DFHStadium_Snowy enable_rendering = True enable_state_setting = True @@ -50,15 +50,15 @@ participant_team_9 = 1 # psyonix - default bots (skill level can be changed with participant_bot_skill # party_member_bot - controlled by the framework but the game detects it as a human participant_type_0 = rlbot -participant_type_1 = rlbot -participant_type_2 = rlbot -participant_type_3 = rlbot -participant_type_4 = rlbot -participant_type_5 = rlbot -participant_type_6 = rlbot -participant_type_7 = rlbot -participant_type_8 = rlbot -participant_type_9 = rlbot +participant_type_1 = human +participant_type_2 = human +participant_type_3 = human +participant_type_4 = human +participant_type_5 = psyonix +participant_type_6 = psyonix +participant_type_7 = psyonix +participant_type_8 = psyonix +participant_type_9 = party_member_bot # If participant is a bot and not RLBot controlled, this value will be used to set bot skill. diff --git a/src/Logo.png b/src/Logo.png new file mode 100644 index 0000000..cd7221a Binary files /dev/null and b/src/Logo.png differ diff --git a/src/appearance.cfg b/src/appearance.cfg index 45840e3..7b01954 100644 --- a/src/appearance.cfg +++ b/src/appearance.cfg @@ -1,53 +1,100 @@ -# You don't have to manually edit this file! -# RLBotGUI has an appearance editor with a nice colorpicker, database of items and more! -# To open it up, simply click the (i) icon next to your bot's name and then click Edit Appearance - [Bot Loadout] -team_color_id = 60 -custom_color_id = 0 +# Primary Color selection +team_color_id = 13 +# Secondary Color selection +custom_color_id = 90 +# Car type (Octane, Merc, etc) car_id = 23 -decal_id = 0 -wheels_id = 1565 -boost_id = 35 +# Type of decal +decal_id = 10154 +# Wheel selection +wheels_id = 9103 +# Boost selection +boost_id = 37 +# Antenna Selection antenna_id = 0 +# Hat Selection hat_id = 0 -paint_finish_id = 1681 -custom_finish_id = 1681 +# Paint Type (for first color) +paint_finish_id = 0 +# Paint Type (for secondary color) +custom_finish_id = 0 +# Engine Audio Selection engine_audio_id = 0 -trails_id = 3220 -goal_explosion_id = 3018 +# Car trail Selection +trails_id = 11424 +# Goal Explosion Selection +goal_explosion_id = 9718 +# Finds the closest primary color swatch based on the provided RGB value like [34, 255, 60] +primary_color_lookup = None +# Finds the closest secondary color swatch based on the provided RGB value like [34, 255, 60] +secondary_color_lookup = None [Bot Loadout Orange] -team_color_id = 3 -custom_color_id = 0 +# Primary Color selection +team_color_id = 35 +# Secondary Color selection +custom_color_id = 90 +# Car type (Octane, Merc, etc) car_id = 23 -decal_id = 0 -wheels_id = 1565 -boost_id = 35 +# Type of decal +decal_id = 10154 +# Wheel selection +wheels_id = 9103 +# Boost selection +boost_id = 41 +# Antenna Selection antenna_id = 0 +# Hat Selection hat_id = 0 -paint_finish_id = 1681 -custom_finish_id = 1681 +# Paint Type (for first color) +paint_finish_id = 0 +# Paint Type (for secondary color) +custom_finish_id = 0 +# Engine Audio Selection engine_audio_id = 0 -trails_id = 3220 -goal_explosion_id = 3018 +# Car trail Selection +trails_id = 11424 +# Goal Explosion Selection +goal_explosion_id = 9718 +# Finds the closest primary color swatch based on the provided RGB value like [34, 255, 60] +primary_color_lookup = None +# Finds the closest secondary color swatch based on the provided RGB value like [34, 255, 60] +secondary_color_lookup = None [Bot Paint Blue] +# car_paint_id car_paint_id = 12 -decal_paint_id = 0 -wheels_paint_id = 7 -boost_paint_id = 7 +# decal_paint_id +decal_paint_id = 5 +# wheels_paint_id +wheels_paint_id = 3 +# boost_paint_id +boost_paint_id = 0 +# antenna_paint_id antenna_paint_id = 0 +# hat_paint_id hat_paint_id = 0 -trails_paint_id = 2 -goal_explosion_paint_id = 0 +# trails_paint_id +trails_paint_id = 5 +# goal_explosion_paint_id +goal_explosion_paint_id = 11 [Bot Paint Orange] +# car_paint_id car_paint_id = 12 -decal_paint_id = 0 -wheels_paint_id = 14 -boost_paint_id = 14 +# decal_paint_id +decal_paint_id = 6 +# wheels_paint_id +wheels_paint_id = 3 +# boost_paint_id +boost_paint_id = 0 +# antenna_paint_id antenna_paint_id = 0 +# hat_paint_id hat_paint_id = 0 -trails_paint_id = 14 -goal_explosion_paint_id = 0 +# trails_paint_id +trails_paint_id = 6 +# goal_explosion_paint_id +goal_explosion_paint_id = 11 + diff --git a/src/bot.cfg b/src/bot.cfg index 3aa2023..a66fe48 100644 --- a/src/bot.cfg +++ b/src/bot.cfg @@ -6,7 +6,7 @@ looks_config = ./appearance.cfg python_file = ./bot.py # Name of the bot in-game -name = PythonExampleBot +name = xtc 3 # The maximum number of ticks per second that your bot wishes to receive. maximum_tick_rate_preference = 120 @@ -14,7 +14,7 @@ maximum_tick_rate_preference = 120 [Details] # These values are optional but useful metadata for helper programs # Name of the bot's creator/developer -developer = The RLBot community +developer = xtc3 aka lucfyi # Short description of the bot description = This is a multi-line description