Git Product home page Git Product logo

Comments (14)

MAFINS avatar MAFINS commented on June 3, 2024

This was done pretty jankily by me. hopefully someone fixes it

from menyoosp.

 avatar commented on June 3, 2024

Since I'm speaking to the legendary mafins, what do you think to an option that flags the player as either in or out of thirdperson. I use bettervehiclefirstperson and it doesn't set the game flag to inside a vehicle, so engines sound different, rain pater is very different, backfire, motion blur and ped reactions to drivebys are all different. Please look into the game flag that relates to being in first person driving mode. Demo of greatness as well... https://www.youtube.com/watch?v=WJ7340rs6yQ

PS, I shall continue to use the older version for my xenon lights desires. Thanks for your work!

from menyoosp.

 avatar commented on June 3, 2024

Oh right you're not producing anything for the mod anymore, I didn't know that. Anyway how comes you think you have done a bad job in the first place it looks alright to me but I don't know shit.

Please fix, that's all I know. :P

from menyoosp.

MAFINS avatar MAFINS commented on June 3, 2024

if (GTAmemory::GetGameVersion() >= eGameVersion::VER_1_0_1604_0_STEAM && vehicle.IsToggleModOn(VehicleMod::XenonHeadlights))
{ // Xenon Headlight Colours
std::vector<std::string> vHlColours
{
{ "White" }, //0
{ "Blue" },
{ "Light Blue" },
{ "Green" },
{ "Light Green" },
{ "Light Yellow" },
{ "Yellow" },
{ "Orange" },
{ "Red" },
{ "Light Pink" },
{ "Pink" },
{ "Purple" },
{ "Light Purple" }
};
int hlColour = vehicle.HeadlightColour_get();
bool bHlColourPlus = false, bHlColourMinus = false;
AddTexter(Game::GetGXTEntry("CMOD_LGT_1", "Xenon Lights") + " Colour", hlColour == 255 ? 0 : hlColour,
hlColour == 255 ? std::vector<std::string>{"Stock"} : vHlColours,
null, bHlColourPlus, bHlColourMinus);
if (bHlColourPlus)
{
if (hlColour >= vHlColours.size())
hlColour = 0;
else if (hlColour < vHlColours.size() - 1)
hlColour++;
vehicle.HeadlightColour_set(hlColour);
}
else if (bHlColourMinus)
{
if (hlColour == 0)
hlColour = 255;
else if (hlColour != 255 && hlColour > 0)
hlColour--;
vehicle.HeadlightColour_set(hlColour);
}
}

I don't even know, I can't even be bothered to read this lmao.

from menyoosp.

 avatar commented on June 3, 2024

I don't even know, I can't even be bothered to read this lmao.

Can't you just inclue the last 5 game versions in that gameversion check? Or is that completely not what do = good?? This is my speak on broken xenons. Bad head, sad head, fix

from menyoosp.

 avatar commented on June 3, 2024

Stuck as in un changable in option, not as in it freezes the game...

from menyoosp.

 avatar commented on June 3, 2024

This has just started working ranodmly on version 1.0.1 (not 1.0.0)

from menyoosp.

 avatar commented on June 3, 2024

I am very pleased, is there some sort of auto update feature? That's scary, awesome coincidence. I didn't do anything, just randomly working on both Ent and of course Menyoo now. Thanks for the brilliant mod!

All we need now is GTA 6 am I right? London,,,??? 👍 💯 💯 BRAP

from menyoosp.

MAFINS avatar MAFINS commented on June 3, 2024

There still must be some issue causing it even if it is inconsistent. I'll keep the issue open.

from menyoosp.

 avatar commented on June 3, 2024

Happpyyy near year..
Fix the xenons otherwise I won't stick to my new years resolution of not eating cake day after day

from menyoosp.

MAFINS avatar MAFINS commented on June 3, 2024

@SaggyBlackSack Bro you're scaring me

from menyoosp.

 avatar commented on June 3, 2024

@MAFINS Fair play - but for real is it just me or do you also have this problem? Up to dizzle on the game and everything but xenons no longer changeable (also via ENT too :( )

from menyoosp.

MAFINS avatar MAFINS commented on June 3, 2024

@SaggyBlackSack May have something to do with outdated game files
Try without a mods folder and see if the options work

from menyoosp.

 avatar commented on June 3, 2024

@MAFINS Still could not slide da slider. Is it the texture file names changed or something programmey like a "hash" /nonThc9 context]]

from menyoosp.

Related Issues (20)

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.