GithubHelp home page GithubHelp logo

mafins / menyoosp Goto Github PK

View Code? Open in Web Editor NEW
746.0 64.0 485.0 10.16 MB

[or Menyoo PC] - Trainer/mod menu for Grand Theft Auto V (single-player).

Home Page: https://www.gta5-mods.com/scripts/menyoo-pc-sp

License: GNU General Public License v3.0

C++ 99.77% C 0.23%
menyoo gta5

menyoosp's Introduction

Build status GitHub Latest nightly) GitHub latest release GitHub all releases

a.k.a. MenyooSP

Trainer for Grand Theft Auto V (single-player).


Requirements

Build

Visual Studio 2017 required

  • I used v15.9.7

Install

Copy the Menyoo.asi file along with the menyooStuff folder to the Grand Theft Auto V game directory.
IMPORTANT: Please make sure that you have asiloader and ScriptHookV installed and they are up to date.

Download

Compiled binary material can be found at releases.

License

Majority of the source code is licensed under the GNU GPL v3 license. Source content taken from other projects is tagged with the respective license(s) wherever found.

menyoosp's People

Contributors

adopcalipt avatar c0kkie avatar cheeseburger847 avatar coniguero avatar dylandevelops avatar fingaweg avatar gudmunduro avatar ikt32 avatar itsjustcurtis avatar kibook avatar killerboy001 avatar leve1 avatar mafins avatar maicek avatar metoxys avatar mikeehh avatar nomakewan avatar rollschuh2282 avatar sainan avatar toxxicfuse avatar zynjec avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

menyoosp's Issues

Default speed limiter value of spawned cars is too low

In the Menyoo Customs screen there is the speed limiter. In my opinion, the default value when you spawn the cars is set too low, it is easy enough to be limited by it.

I suggest making the default value a really high number (say, 100000) so that this feature does not mess with you unless you intentionally want to use it.

Problems getting Menyoo to work inside of FiveM Single Player

While other trainers work inside of FiveM's Single Player mode, for some reason, I cannot get Menyoo to work correctly. I can get the Menu itself to load up, and can get some of the options to work, but every single time I try to spawn a vehicle, any vehicle, the game crashes to the desktop. Is Menyoo incompatible with the built-in Script Hook that FiveM uses?

hey mafins

hey man I know you said you wouldn't update but I've built a career around map building currently supporting my family on custom maps and my twitch so my question is I got menyoo to work using version 1.0.0 but I get this weird issue where if I click on anything besides a spawned prop it gives me a scripthook v error and crashes and yes I've installed all new releases [any] suggestions ?

Fix ini key open_key resetting to F8

MenuConfig::ConfigRead/ConfigWrite in source/Menu/MenuConfig.cpp

Based off of:
"I did, that is what I said in comment before, doesnt work, it still uses old keybinding, I rechcked the ini file and it has new keybinding but it doesnt work ingame for some reason"

Menyoo Online

This is not a issue with menyoosp. I was just wondering if you guys have the Menyoo for online too. I can't find it and i couldn't find any other way to contact you.

Vehicle Pearlescent Options are Incorrect

In the pearlescent menu the colors shown are colors for car rims, not the pearlescent options the game would normally give you.

The current options give you the 42 options which are for wheels instead of the 75 ones for pearlescent. It would be great if this could be fixed, and maybe add a custom RGB option for pearlescent like how it is for the normal paints?

script hook v crashing while executing menyoo.asi

Hello,

Ive been experiencing this issue quite a bit lately not sure what I causing it...

Loading mods
Menyoo
Mission Maker
The White House - loaded
Screenshot (2)

what im doing...
Driving in a car with The White House map mod loaded in Menyoo all requirements have been installed for this mod

Thanks

Automating Releases?

If anyone wants, they can maybe set up an automated release process with version number, changelog, and all that jazz included using semantic-release or whatever app is available. Obviously such releases would only need to be triggered upon tag creation and not on every commit to master.

Just a thought. Thanks.

RGB Values for Wheel Paint + Certain Engine Sounds Don't Work?

I was wondering if you can make it so when you go to Menyoo Customs > Wheels > Wheel Color, you can set an RGB value, since you can already do the paint index thing.

Also, certain engine sounds don't work. I'm talking about when you go to select different engine sounds in Menyoo Customs. For some reason, selecting certain vehicles just revert it back to the default sounds. For example, vehicles like the Roosevelt/Roosevelt Valor. Is there a reason for it? Do vehicles with these types of sounds behave differently or something?

And somehow maybe allow the option of being able to use the engine sounds of your addon cars?

new vehicles despawning

The cars from the cassino and cassino heist dlc automaticly despawn when I trie to drive them its very anoying.

MP3 audio file not playing on XML sceneries

When trying to add a song to play with my XML scenery file, nothing plays.

I've added MP3 the file in menyooStuff/Audio and wrote it extension included in the parameters (as requested by Menyoo).

Many thanks in advance !

rockstar launcher

I use a Rockstar copy with the new launcher and cant use menu I copy the files to the correct .exe but a error comes up and theres no trainer applied

Fix auto-sit delay in sub::FuncSpawnVehicle_

int FuncSpawnVehicle_(GTAmodel::Model model, GTAped ped, bool deleteOld, bool warpIntoVehicle)
{
Vehicle newcar = 0;
Vector3 oldVelocity;
Vector3 Pos1, Pos2;
Vehicle oldcar = 0;
bool oldcarBool = false;
int oldRadioStation = GET_PLAYER_RADIO_STATION_INDEX();
bool oldCarOn = true;
if (ped.IsInVehicle())
{
oldcar = ped.CurrentVehicle().GetHandle();
oldVelocity = GET_ENTITY_VELOCITY(oldcar);
oldCarOn = GET_IS_VEHICLE_ENGINE_RUNNING(oldcar) != 0;
oldcarBool = true;
}
//if (_IS_DECORATOR_OF_TYPE("MPBitset", 3))
//{
// if (_DOES_DECORATOR_EXIST(PLAYER_ID(), "MPBitset"))
// {
// uVar0 = unk_0xDDDE59B5(PLAYER_ID(), "MPBitset");
// }
//}
if (model.Load(3000))
{
if (oldcarBool)
{
float spacing1 = Model(GET_ENTITY_MODEL(oldcar)).Dim1().y + model.Dim2().y + 1.0f;
Pos1 = GET_OFFSET_FROM_ENTITY_IN_WORLD_COORDS(oldcar, 0, spacing1, 0);
}
else
Pos1 = ped.GetOffsetInWorldCoords(Vector3());
PTFX::trigger_ptfx_1("proj_xmas_firework", "scr_firework_xmas_burst_rgw", 0, Pos1, Vector3(), 1.0f);
//PTFX::trigger_ptfx_1("scr_fbi5a", "scr_fbi5_ped_water_splash", 0, Pos1, Vector3(), 1.5f);
newcar = CREATE_VEHICLE(model.hash, Pos1.x, Pos1.y, Pos1.z, ped.Heading_get(), 1, 1);
//SET_VEHICLE_ENGINE_ON(newcar, oldCarOn, oldCarOn);
//if (!IS_ENTITY_IN_AIR(ped) && !IS_ENTITY_IN_WATER(ped)) SET_VEHICLE_ON_GROUND_PROPERLY(newcar, 0.0f);
SET_VEHICLE_HAS_STRONG_AXLES(newcar, 1);
SET_VEHICLE_DIRT_LEVEL(newcar, 0.0f);
_SET_VEHICLE_PAINT_FADE(newcar, 0.3f);
// SET_ENTITY_PROOFS(newcar, 1, 1, 1, 1, 1, 1, 1, 1);
int newnetid = VEH_TO_NET(newcar);
Game::RequestControlOfId(newnetid);
//SET_NETWORK_ID_CAN_MIGRATE(newnetid, 1);
//SET_NETWORK_ID_EXISTS_ON_ALL_MACHINES(newnetid, 1);
if (oldcarBool && DOES_ENTITY_EXIST(oldcar))
{
GTAvehicle(newcar).RequestControl();
SET_ENTITY_VELOCITY(newcar, oldVelocity.x, oldVelocity.y, oldVelocity.z);
if (warpIntoVehicle)
{
//if (Model(GET_ENTITY_MODEL(oldcar)).IsPlane()) CLEAR_PED_TASKS_IMMEDIATELY(ped); // mainPed
int maxi = GET_VEHICLE_MAX_NUMBER_OF_PASSENGERS(newcar);// - 2;
for (INT i = -1; i <= maxi; i++)
{
Ped tempPed = GET_PED_IN_VEHICLE_SEAT(oldcar, i);
if (DOES_ENTITY_EXIST(tempPed))
{
if (GTAentity(tempPed).RequestControl())
{
//CLEAR_PED_TASKS_IMMEDIATELY(tempPed);
SET_PED_INTO_VEHICLE(tempPed, newcar, i);
}
}
}
}
if (deleteOld)
{
WAIT(45);
int maxi = GET_VEHICLE_MAX_NUMBER_OF_PASSENGERS(oldcar);// - 2;
for (INT i = -1; i <= maxi; i++)
{
Ped tempPed = GET_PED_IN_VEHICLE_SEAT(oldcar, i);
if (DOES_ENTITY_EXIST(tempPed))
{
if (GTAentity(tempPed).RequestControl())
{
TASK_LEAVE_ANY_VEHICLE(tempPed, 0, 0);
CLEAR_PED_TASKS_IMMEDIATELY(tempPed);
}
}
}
WAIT(15);
GTAvehicle(oldcar).RequestControl();
SET_ENTITY_AS_MISSION_ENTITY(oldcar, 0, 1);
SET_ENTITY_COORDS(oldcar, 32.2653f, 7683.5249f, 0.5696f, 0, 0, 0, 1);
DELETE_VEHICLE(&oldcar);
}
}
else
{
if (warpIntoVehicle)
SET_PED_INTO_VEHICLE(ped.Handle(), newcar, (int)GTAvehicle(newcar).FirstFreeSeat(SEAT_DRIVER));
}
//SET_VEHICLE_NUMBER_PLATE_TEXT_INDEX(newcar, 5);
//SET_VEHICLE_NUMBER_PLATE_TEXT(newcar, "MENYOO");
GTAvehicle(newcar).RadioStation_set(oldRadioStation);
GTAvehicle(newcar).CloseAllDoors(true);
//if (IS_VEHICLE_A_CONVERTIBLE(newcar, 0)) LOWER_CONVERTIBLE_ROOF(newcar, 1);
model.Unload();
//// Online lock fix
//if (!DECORATOR::DECOR_IS_REGISTERED_AS_TYPE("Player_Vehicle", 3))
// DECORATOR::DECOR_REGISTER("Player_Vehicle", 3);
//if (!DECORATOR::DECOR_IS_REGISTERED_AS_TYPE("Veh_Modded_By_Player", 3))
// DECORATOR::DECOR_REGISTER("Veh_Modded_By_Player", 3);
//if (!DECORATOR::DECOR_IS_REGISTERED_AS_TYPE("Not_Allow_As_Saved_Veh", 3))
// DECORATOR::DECOR_REGISTER("Not_Allow_As_Saved_Veh", 3);
//DECORATOR::DECOR_SET_INT(newcar, "Player_Vehicle", NETWORK::_0xBC1D768F2F5D6C05(PLAYER_ID()));
//DECORATOR::DECOR_SET_INT(newcar, "Veh_Modded_By_Player", GET_HASH_KEY(GET_PLAYER_NAME(PLAYER_ID())));
//DECORATOR::DECOR_SET_INT(newcar, "Not_Allow_As_Saved_Veh", 0);
//if (NETWORK::NETWORK_DOES_NETWORK_ID_EXIST(newnetid))
//{
// ENTITY::_0x3910051CCECDB00C(newcar, true);
// if (NETWORK::_0xC7827959479DCC78(newcar))
// {
// NETWORK::SET_NETWORK_ID_EXISTS_ON_ALL_MACHINES(newnetid, true);
// }
//}
SET_VEHICLE_IS_STOLEN(newcar, false);
}
return newcar;
}

based off of:
"when ı spawned a car car gets spawned in 1 second and player gets inside after 1 second this is not happened in the older versions ı spawned a car and car and ı get inside the car after 2 seconds and my old car hits the spawned car"

Bug starting mission with Lester

I have a problem, I would go on a mission with Lester but then Michael has a bug, I'm frozen in this picture.
With the Object Spooner I was able to get into the building (Lester's Den) and saw Michael moving forward and back a few milliseconds later.

unknown

image
the map flashes

image
Michael moves away from the yellow circle and comes back immediately

thank you in advance for solving this problem

Questions

Hey MAFINS, I was wondering if you had discord, if you do add me solmex#8904

Got some questions about your menu and some things we wanted to do with it.

Missing vehicle attatchment options.

My game is up to date on the lastest version of 1.0.1868.0, And menyoo is also up to date at the current version of 1.3.0. Menyoo is the only mod i am using. I Would like to add that i am using Menyoo on FiveM. As far as any logs go, I Can't find them for the asi-five.dll, scripthookv.dll, And the scripthookvdotnet doesn't show up anywhere in my fivem files. FiveM Does not require you to modify the base game files in order to use mods in the FiveM client.

I noticed while trying to attach an object to my vehicles wheels that there were only three options. Bodyshell, Bonnet, And afterburner. Once i select the afterburner option, It gets stuck and i can't select another bone to attach to. I Can detach the object and re-attach it to the vehicle so i can select another bone to attach to, But i am still stuck with those three options, Bodyshell, Bonnet, And afterburner.

Project not compiling (I'm new to this)

This is most definitely on my side, but I have no other way to find out what I need to do or what I'm doing wrong.

I'm very new to the modding scene and don't even know where to start. Sorry for posting this here as an issue, but I cannot find any tutorial or even someone with some knowledge on how to build this solution and mine cannot build at all.

Steps I've taken to try and get coding on this phenomenal mod:
» Cloned the repo using TortoiseGit (which it seemed to do without any hassles)
» Opened the solution file using Visual Studio 2017 version 15.5.6 (hope this isn't the issue)
» Errors all around

Errors I'm getting:
» A lot of #include <*.h> lines are not finding the file (like Windows.h, Psapi.h, stddef.h, stdio.h, etc)
» Entire cmath file is giving errors (on the actual functions like ceil and cos and so on)

I know I might sound like an idiot, but I'm new and would very much like to play around with the source code (or at least get to build the .ASI first) and have nowhere else to go to ask for help.

Thanks for releasing the source though btw. It's bloody magical to even have access to this given how awesome this mod is.

Use of CI

If someone could just set up an automated build process so this can be uploaded to gta5-mods with ease (by me, since I'm the only one who can), that'd be swell.

Crash when trying to delete vehicles

When playing on FiveM (dont know if this problem occurs on SP), but when you try to delete a vehicle using spooner (using remove vehicles in proximity also), game just crashes, while deleteing objects and peds goes smoothly

Crashes on OpenVhook

I updated openvhook to the latest update and it loads nativetrainer just fine but with this it crashes. wasnt sure if i was missing something or what

Menyoo Won't Work

I have been waiting to use menyoo after a while now and it won't work like at ALL. Everything is installed properly even looked at some YouTube video's and still nothing. Load into game hit the default F8 and..nothing not even a loaded sign. I have disabled anti virus and nothing worked. Anyone got any solutions?

Xenon lights option still stuck

Sorry to bother you with this issue after you fixed it in last version, but I still cannot use this function since 1.0.1 and now also in this itteration. Please look into it.

And just for the sake of difficulty reproducing bug, I have checked which versions I'm running on both game and script wise :D

Cheers!

GTA5 2019-09-22 20-51-14-27

Add new rim category

carcols.dat:

  <Wheels>
    <Item/> <!-- VWT_SPORT -->
    <Item/> <!-- VWT_MUSCLE -->
    <Item/> <!-- VWT_LOWRIDER -->
    <Item/> <!-- VWT_SUV -->
    <Item/> <!-- VWT_OFFROAD -->
    <Item/> <!-- VWT_TUNER -->
    <Item/> <!-- VWT_BIKE -->
    <Item/> <!-- VWT_HIEND -->
    <Item/> <!-- VWT_SUPERMOD1 -->
    <Item/> <!-- VWT_SUPERMOD2 -->
    <Item>  <!-- VWT_SUPERMOD3-->
      <Item>
        <wheelName>wheel_racecar_1</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL1</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_2</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL2</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_3</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL3</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_4</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL4</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_5</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL5</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_6</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL6</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_7</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL7</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_8</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL8</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_9</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL9</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_10</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL10</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_11</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL11</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_12</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL12</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_13</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL13</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_14</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL14</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_15</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL15</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_16</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL16</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_17</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL17</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_18</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL18</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_19</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL19</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_20</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL20</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_1a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL1</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_2a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL2</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_3a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL3</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_4a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL4</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_5a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL5</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_6a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL6</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_7a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL7</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_8a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL8</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_9a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL9</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_10a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL10</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_11a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL11</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_12a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL12</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_13a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL13</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_14a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL14</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_15a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL15</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_16a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL16</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_17a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL17</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_18a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL18</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_19a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL19</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_20a</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL20</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_1b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL1</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_2b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL2</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_3b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL3</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_4b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL4</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_5b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL5</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_6b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL6</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_7b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL7</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_8b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL8</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_9b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL9</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_10b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL10</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_11b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL11</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_12b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL12</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_13b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL13</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_14b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL14</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_15b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL15</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_16b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL16</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_17b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL17</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_18b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL18</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_19b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL19</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_20b</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL20</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_1c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL1</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_2c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL2</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_3c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL3</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_4c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL4</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_5c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL5</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_6c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL6</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_7c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL7</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_8c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL8</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_9c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL9</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_10c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL10</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_11c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL11</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_12c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL12</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_13c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL13</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_14c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL14</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_15c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL15</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_16c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL16</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_17c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL17</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_18c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL18</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_19c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL19</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_20c</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL20</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_1d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL1</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_2d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL2</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_3d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL3</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_4d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL4</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_5d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL5</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_6d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL6</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_7d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL7</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_8d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL8</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_9d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL9</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_10d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL10</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_11d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL11</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_12d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL12</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_13d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL13</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_14d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL14</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_15d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL15</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_16d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL16</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_17d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL17</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_18d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL18</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_19d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL19</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_20d</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL20</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_1e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL1</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_2e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL2</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_3e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL3</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_4e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL4</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_5e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL5</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_6e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL6</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_7e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL7</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_8e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL8</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_9e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL9</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_10e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL10</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_11e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL11</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_12e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL12</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_13e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL13</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_14e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL14</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_15e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL15</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_16e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL16</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_17e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL17</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_18e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL18</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_19e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL19</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_20e</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL20</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_1f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL1</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_2f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL2</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_3f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL3</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_4f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL4</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_5f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL5</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_6f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL6</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_7f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL7</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_8f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL8</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_9f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL9</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_10f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL10</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_11f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL11</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_12f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL12</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_13f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL13</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_14f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL14</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_15f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL15</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_16f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL16</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_17f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL17</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_18f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL18</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_19f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL19</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
      <Item>
        <wheelName>wheel_racecar_20f</wheelName>
        <wheelVariation />
        <modShopLabel>RACECAR_WHL20</modShopLabel>
        <rimRadius value="0.277500"/>
        <rear value="false"/>
      </Item>
     </Item>
  </Wheels>

Can´t start it

Hi from spain:

I am trying to install menyoo to start in the world of mapping for gtaV, but after following the installation instructions, MENYOO does not open in GTAV Single player. Should I consider something else?
I have put ScriptHook and ScripHookDoNet in its latest version but I can't start MENYOO.
Can someone help me please? I dedicate myself professionally to 3D modeling and I would like to investigate the mapping in gta. Thank you.
image

MSNeons crashes?

"So basically when you go on menyoo then vehicles then menyoo customs and finally neon lights and try to open the submenu it crashes ur gta." -user

void MSNeons_()
{
if (!DOES_ENTITY_EXIST(Static_12))
{
Menu::SetSub_previous();
return;
}
GTAvehicle vehicle = Static_12;
AddTitle(Game::GetGXTEntry("PIM_PVEO_004", "Neons Lights"));
for (auto& i : std::map<VehicleNeonLight, std::pair<Hash, std::string>>{
{ VehicleNeonLight::Left,{ 0xCE8DADF3, "Left" } },
{ VehicleNeonLight::Right,{ 0x92E936A7, "Right" } },
{ VehicleNeonLight::Front,{ 0x79ABE687, "Front" } },
{ VehicleNeonLight::Back,{ 0x6BECCB09, "Back" } }
})
{
bool bPressed_on = false, bPressed_off = false;
AddTickol(Game::GetGXTEntry(i.second.first, i.second.second), vehicle.IsNeonLightOn(i.first), bPressed_on, bPressed_off, TICKOL::CARTHING);
if (bPressed_on || bPressed_off)
{
vehicle.RequestControl(300);
vehicle.SetNeonLightOn(i.first, bPressed_on);
}
}
bool rgbmode2 = false;
AddOption("Set Colour", rgbmode2, nullFunc, SUB::MSPAINTS_RGB); if (rgbmode2)
{
bit_MSPaints_RGB_mode = 2;
}
if (*Menu::currentopATM == Menu::printingop)
Add_preset_colour_options_previews(vehicle.NeonLightsColour_get());
}

Fix nativeCaller.h

Some sort of issue with the parameter packs being used as they are with compiler
Issues when code optimisation enabled
Function GET_CURRENT_PED_WEAPON was misbehaving due to this and I did not look further into it

Suggested - use cpp17 folds to see if it works the way it should with optimisation enabled

(Use /Ox or /O2)

Reminded by Unknown Modder

Crash on new update

OS: Windows 10 1903
GTA V Version: 1.0.1737.0
Steam: Yes
Script Hook V Version: v1.0.1737.0
Menyoo Version: 1.0.1
Details:
Launching GTA V causes a never-ending load sequence for a few minutes and then crashes.

request for easier fly mode :)

Hey nice work keep it up!

Could you do little change to the manual fly mode in your next release?

Thumbstick name may need to be changed to correct format for c++. im not sure how the "thumbstick" stuff is writed in c++ but i think you know.

(PlayerOpsSupermanOn_) {
if (Menu::bit_controller) Game::Print::PrintBottomLeft("Left Thumbstick Y- for Up. Left Thumbstick Y+ for Down. RT for Boost. LT for Brake.");
else Game::Print::PrintBottomLeft("Num7 for Up. Num1 for Down. NumPlus for Boost. NumMinus for Brake.");
return;

its easier to use that way and A button opens PARACHUTE. (i have tested it in other menus)
Also in the menus i have tested this option "superman" mode was enabled when press A while jumping.

Thank you.

Snapmatic / Phone Bug (Missing Keyboard / Mouse Icons / Black UI Box)

When I use snapmatic AFTER activating the trainer, that little bar with all the key bindings with the keyboard and mouse icons (grid, border, filter, zoom, self portrait, exit, take photo, etc.) it's completely black with no text and no keyboard and mouse icons. Also if you take a picture with snapmatic, you can only save it to gallery and not delete it anymore (the keyboard / mouse icons are missing there as well).

Peyote

Everytime i find a peyote. And coming to my character, for some reason i spawn with
That animal. When franklin/michael/trevor
Spawns and i do The animation that they do, i spawn up with that animal that i got from The peyote. And When i spawn, i just
Came in The ground and i just fell over and over. Can you GUYS fix IT its very annoying, you an try IT, just like get 4 peyotes and IT il do The weird thing. GUYS FIX IT PLS

Race Wheels for formula cars

I can't find them in Customization menu please help thanks. Also, is there a way to remove bulletproof tires from spawn settings?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.