Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
a016b36
164 search for clothes by (#166)
itsjustcurtis Jul 30, 2024
4e55bb3
Add new Halloween Weathers (#167)
itsjustcurtis Jul 30, 2024
d0e9bad
UpVersion for Pre-release
itsjustcurtis Jul 30, 2024
7e60fa0
refactor implement ePedConfigFlags in *_PED_CONFIG_FLAG natives (#168)
katsutosh Jul 30, 2024
9142a7e
Update WeaponIndivs.cpp (#171)
ThatRealSpicyDragon Aug 12, 2024
dc94c4d
Fix freeze & crash while Loading Benchmark From loading screens (#269)
LuisYeah1234-hub Mar 15, 2025
1d8acaf
Language log fix (#290)
itsjustcurtis Mar 31, 2025
d3afa65
Enhanced freecam (#296)
itsjustcurtis Apr 6, 2025
fe7c349
Delete Solution/source/_Build/bin/Release/menyooStuff/menyooLog.txt
itsjustcurtis Jun 26, 2025
8f3af58
Five m install instructions (#333)
itsjustcurtis Aug 17, 2025
ee05404
Update master_build.yml (#336)
itsjustcurtis Aug 17, 2025
94801e3
Enhanced (#354)
itsjustcurtis Oct 27, 2025
3c1e49e
Enhanced (#356)
itsjustcurtis Oct 28, 2025
85ebe4f
Merge branch 'feature_animalweapons' into Development
itsjustcurtis Oct 28, 2025
0c260a4
Add Enhanced filter to Chameleon Paint option
itsjustcurtis Oct 30, 2025
740760a
Remove condition for setting output in workflow
itsjustcurtis Oct 30, 2025
bbec407
Update master_build.yml
itsjustcurtis Oct 30, 2025
9bf5504
Fix Legacy Vehicle list issue
itsjustcurtis Nov 2, 2025
8c740ae
Update MENYOO_CURRENT_VER_ to version 2.2.0a4
itsjustcurtis Nov 2, 2025
6aa5bfc
Additional Trace Logs
itsjustcurtis Nov 2, 2025
9ee6bb9
Merge branch 'Development' of https://github.com/itsjustcurtis/Menyoo…
itsjustcurtis Nov 4, 2025
f3f1ef3
Wheels fix (#364)
itsjustcurtis Nov 4, 2025
f068b18
Fix #278 (#365)
itsjustcurtis Nov 4, 2025
60e31ca
Enable actual release by removing 'dry-run' option
itsjustcurtis Nov 4, 2025
0614fc9
278 game freezes when trying to customize wardrobe of any vanilla ped…
itsjustcurtis Nov 5, 2025
e04c03f
fix #204
itsjustcurtis Nov 5, 2025
7315bb1
Merge branch 'Development' of https://github.com/itsjustcurtis/Menyoo…
itsjustcurtis Nov 5, 2025
8b7f445
Correct marker zOffset value
itsjustcurtis Nov 5, 2025
61c7656
Update MENYOO_CURRENT_VER_ to version 2.2.0b1
itsjustcurtis Nov 5, 2025
849f8d7
Create FUNDING.yml
itsjustcurtis Nov 12, 2025
7326fc2
Update FUNDING.yml
itsjustcurtis Nov 12, 2025
382a283
Update issue templates
itsjustcurtis Nov 12, 2025
787e886
Add component count check to loaded outfit files
itsjustcurtis Nov 12, 2025
90c45a1
Merge branch 'Development' of https://github.com/itsjustcurtis/Menyoo…
itsjustcurtis Nov 12, 2025
f5a7bd1
Fix inability to select null overlay colour tints without changing va…
itsjustcurtis Nov 13, 2025
7147827
Fix #281
itsjustcurtis Nov 13, 2025
85c574e
Update macros.h
itsjustcurtis Nov 13, 2025
c126ac5
Add resolution multiplier to Spooner Task Time
itsjustcurtis Nov 18, 2025
742ec44
Remove forced 500ms modulo of duration inputval (#370)
itsjustcurtis Nov 19, 2025
347c57f
Fix minor task duration issues
itsjustcurtis Nov 20, 2025
cb8c23e
Add missing bool declarations
itsjustcurtis Nov 20, 2025
876105c
Fix duration rounding error
itsjustcurtis Nov 20, 2025
3f525cf
Add function to unlock Head Shape Limits (#373)
itsjustcurtis Nov 22, 2025
db4b9f5
Display fixes (#375)
itsjustcurtis Nov 23, 2025
98f8e58
UpVersion for Automatic Pre-release
itsjustcurtis Nov 23, 2025
2cc9dee
Release prep (#376)
itsjustcurtis Nov 24, 2025
1765bed
Merge branch 'main' into Development
itsjustcurtis Nov 24, 2025
cf143b2
Update FX_ASI_BUILD version in Menyoo.rc
itsjustcurtis Dec 10, 2025
45cb6c6
Add new version constants to main.h
itsjustcurtis Dec 10, 2025
d069964
Update MENYOO_CURRENT_VER_ to 2.2.1a1
itsjustcurtis Dec 10, 2025
44a3505
Add aged version of Michael to PedList.xml
itsjustcurtis Dec 11, 2025
54dd3e9
Update MENYOO_CURRENT_VER_ to 2.2.1a2
itsjustcurtis Dec 11, 2025
f16d7b3
Fix LSC Crash (#398)
itsjustcurtis Dec 18, 2025
fb88f39
Update MENYOO_CURRENT_VER_ to version 2.2.1
itsjustcurtis Dec 20, 2025
ade2709
Merge branch 'main' into Development
itsjustcurtis Dec 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions Solution/source/Memory/GTAmemory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1492,8 +1492,6 @@ void GTAmemory::Init()
_gamePlayCameraAddr = reinterpret_cast<UINT64*>(*reinterpret_cast<int*>(address + 3) + address + 7);
}



// Bypass model requests block
if (g_isEnhanced) {
address = MemryScan::PatternScanner::FindPattern("44 0f b6 b4 24 ? ? ? ? 41 20 f6");
Expand All @@ -1505,17 +1503,6 @@ void GTAmemory::Init()
if (address) memset(reinterpret_cast<void*>(address - 24), 0x90, 24);
}

// Bypass is player model allowed to spawn checks
if (g_isEnhanced) {
address = MemryScan::PatternScanner::FindPattern("74 ? e8 ? ? ? ? 48 8b b0");
if (address) memset(reinterpret_cast<void*>(address + 28), 0x90, 6);
}
else {
// new pattern that lands outside of the patched bytes, to ensure compatibility with other mods that patch them.
address = MemryScan::PatternScanner::FindPattern("40 53 48 83 ec ? e8 ? ? ? ? 48 8b d8 48 85 c0 74 ? 48 8b 10 48 8b c8 ff 52");
if (address) memset(reinterpret_cast<void*>(address + 28), 0x90, 4);
}

//GetModelInfo

if (g_isEnhanced) {
Expand Down
7 changes: 6 additions & 1 deletion Solution/source/Menyoo.rc
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,9 @@ END
FX_ASI_BUILD 3586
BEGIN
"\0"
END
END

FX_ASI_BUILD 3717
BEGIN
"\0"
END
1 change: 1 addition & 0 deletions Solution/source/_Build/bin/Release/menyooStuff/PedList.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PedList>
<Category name="Player">
<Ped name="player_zero" caption="Michael" />
<Ped name="p_michael_02" caption="Michael Aged" />
<Ped name="player_one" caption="Franklin" />
<Ped name="p_franklin_02" caption="Franklin Aged" />
<Ped name="player_two" caption="Trevor" />
Expand Down
2 changes: 1 addition & 1 deletion Solution/source/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define _CRT_SECURE_NO_WARNINGS


#define MENYOO_CURRENT_VER_ "2.2.0"
#define MENYOO_CURRENT_VER_ "2.2.1"


#define GAME_PLAYERCOUNT 30
Expand Down
4 changes: 4 additions & 0 deletions Solution/source/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ enum eGameVersion : int

VER_1_0_3586_0,

VER_1_0_3717_0,

VER_1_0_811_8 = 1001,

VER_1_0_812_8 = 1002,
Expand All @@ -304,6 +306,8 @@ enum eGameVersion : int
VER_1_0_889_15 = 1005,

VER_1_0_889_19 = 1006,

VER_1_0_1013_17 = 1007,

VER_SIZE,
VER_UNK = -1
Expand Down