Се вчитува...
12 фајлови допаднати
19 коментари
0 видеа
0 прикачувања
0 следбеници
  • there seems to be a conflict between this and your casino mod. Once I have the Music Locker installed I can hear Moodyman in the Casino. Also there is a bug where the TV loops audio in the penthouse whether its on or not. Once I interact with the TV, If I leave and head back to the casino floor the TV episode is playing on the video walls downstairs. ...All of that aside, is there anyway to stop the notifications everytime a DJ is changed out at the Music Locker? I don't always need to know.

    пред 18 саати
  • I really enjoy this mod but one thing that I'm not a fan of is having the shops just absolutely everywhere. It'd be great if we could get an ini file that'd let us enable an disable which ever shops we preferred to have active.

    пред 2 дена
  • @HKH191 Understandable, I got it worked out regardless. Seems to be a direct correspondence to the xml categories that Menyoo uses.

    PedComps _0 → Head
    PedComps _1 → BEARD
    PedComps _2 → HAIRCUT
    PedComps _3 → SHIRT
    PedComps _4 → PANTS
    PedComps _5 → Gloves
    PedComps _6 → SHOES
    PedComps _7 → Eyes
    PedComps _8 → Accessories
    PedComps _9 → Mission
    PedComps _10 → Decals
    PedComps _11 → InnerShirts

    PedProps _0 → Hats
    PedProps _1 → Glasses
    PedProps _2 → Earings
    PedProps _6 → Watches
    PedProps _7 → Armbands

    In the Menyoo xml file the fist value is the drawable while the second value is the texture for that drawable element, so Menyoo <_4>37,2</_4> → POC PANTS_Drawable = 37 PANTS_Palette = 2

    With that I can pretty much go down the line and adapt my outfits to the POC ini format.
    I've been a little focused on getting my character working, so I'm looking forward to trying the rest of it out now. lol

    пред 7 дена
  • @lo_zarro01 It seems like there is an issue with overlays saving on the face. I tried a few things to troubleshoot. I equipped some glasses and saved as a new Outfit ini file and then my settings seemed to stick after that. My character now has eyebrows and facial hair.

    пред 7 дена
  • @HKH191 Is there any chance we might be able to get some way of converting (or using) the xml format Menyoo employs to create and clone MP characters? Specifically, for this mod? I already have quite a few outfits created for my character using Menyoo and I'm not finding the jump from that system to this to be all that straight forward. It's great that I can have money and an identity in the sp world but trying to fumble my way through the clothing index as it exists in POC is not a great experience.

    пред 7 дена
  • Anybody have an example of what the entry is supposed to look like in the ini file for player ownership. I imagine it just needs Micheal or player_zero... or something, but for example: "ECLIPSE_31_OWNER = None" I just need to know what value is needed where None is listed currently. I can't seem to buy the apartments in game either. I just get a menu that gives me an option to enter, I try to enter, I get a message that nobody has bought the place yet. Which is an issue if I have no way to buy it. lol

    Јануари 4, 2025
  • Any chance areas like the car meets and night clubs will have their scenario's setup to work in single player when those interiors are opened? It'd be great to have those types of areas filled with peds as they are online.

    Јануари 3, 2025
  • The code on the counter in the 24/7 doesn't appear to work on the safe.
    My script hook also had the following error logs...

    [ERROR] Caught unhandled exception:
    System.MissingFieldException: Field not found: 'HKHModHelperNew.Class1.ShowScaleformMissionName'.
    at SinglePlayerHeists.CayoPericoHeist.OnTick(Object sender, EventArgs e)
    at SHVDN.Script.DoTick()
    [03:32:16] [ERROR] The exception was thrown while executing the script SinglePlayerHeists.CayoPericoHeist from "D:\Games\Grand Theft Auto V\scripts\SinglePlayerHeists.dll".
    [03:32:16] [WARNING] Aborted script SinglePlayerHeists.CayoPericoHeist.
    at System.Threading.Thread.AbortInternal()
    at System.Threading.Thread.Abort()
    at SHVDN.Script.Abort()
    at SHVDN.Script.DoTick()
    at SHVDN.Script.MainLoop()
    [03:32:16] [ERROR] Caught unhandled exception:
    System.MissingFieldException: Field not found: 'HKHModHelperNew.Class1.PlayerCompanion_AllowHeistMovement'.
    at SinglePlayerHeists.Class1.OnTick(Object sender, EventArgs e)
    at SHVDN.Script.DoTick()
    [03:32:16] [ERROR] The exception was thrown while executing the script SinglePlayerHeists.Class1 from "D:\Games\Grand Theft Auto V\scripts\SinglePlayerHeists.dll".
    [03:32:16] [WARNING] Aborted script SinglePlayerHeists.Class1.
    at System.Threading.Thread.AbortInternal()
    at System.Threading.Thread.Abort()
    at SHVDN.Script.Abort()
    at SHVDN.Script.DoTick()
    at SHVDN.Script.MainLoop()
    [03:32:17] [ERROR] Caught unhandled exception:
    System.MissingFieldException: Field not found: 'HKHModHelperNew.Class1.PlayerCompanion_Block_SPH_Follow'.
    at SinglePlayerHeists.UtilsMisc.ManageBodyguards.Ontick(Object sender, EventArgs e)
    at SHVDN.Script.DoTick()
    [03:32:17] [ERROR] The exception was thrown while executing the script SinglePlayerHeists.UtilsMisc.ManageBodyguards from "D:\Games\Grand Theft Auto V\scripts\SinglePlayerHeists.dll".
    [03:32:17] [WARNING] Aborted script SinglePlayerHeists.UtilsMisc.ManageBodyguards.
    at System.Threading.Thread.AbortInternal()
    at System.Threading.Thread.Abort()
    at SHVDN.Script.Abort()
    at SHVDN.Script.DoTick()
    at SHVDN.Script.MainLoop()

    Прошири да го видиш цел коментар
    Јануари 3, 2025
  • @possic I can't get it to run with the latest nightly either. If I roll ScriptHookDotNet back to version 3.3.1 the mod works fine. Last update on this thing was from 2022. ScriptHookDotNet, I'm assuming just no longer has support for some of the calls this mod reaches out for. Compatibility is broken. Which is too bad.

    Јануари 3, 2025
  • @adopcalipt Thanks for the detailed reply. I had considered using menyoo before, I'll take another look at that and see what I can do with that tool you released, it sounds like a good direction to go in. Thanks!