Garry's Mod
515 lượt đánh giá
Basiilleaf Cat
3
3
5
3
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
Content Type: Addon
Addon Type: Model
Addon Tags: Cartoon, Comic, Fun
Kích cỡ file
Đã đăng
Đã cập nhật
4.726 MB
3 Thg09, 2024 @ 10:58am
3 Thg09, 2024 @ 11:22am
2 ghi chú thay đổi ( xem )

Đăng ký để tải xuống
Basiilleaf Cat

Mô tả
Silly cat, very silly cat.


this addon includes:
-Playermodel


Don't forget to support me if you liked the addon.





WARNING!
Do not reupload or
will be in trouble.



tags: basiilleafcat kitty pm playermodel meow silly
Thảo luận nổi bật Xem tất cả (2)
6
10 Thg10, 2024 @ 1:56pm
guys
santa
1
25 Thg03 @ 10:13am
it doesnt exsist?
Gourdy
117 bình luận
The_Player_13_YT 6 Thg06 @ 1:44pm 
peak
The British Idiot 6 Thg06 @ 7:39am 
the skrunkly silly billy goofball goober :3
ChirpiesFan1993 28 Thg05 @ 2:31pm 
I love cats Lol
gato tontin.
LoganDoesStuff 24 Thg04 @ 8:22am 
the little brainless critter
Vertlex  [tác giả] 25 Thg03 @ 10:13am 
I don't trust on any AI generated code, I'm worried to broke the model up and lose everything if I don't saved before. By the way I will try one day on that, thanks.
toyahfur 24 Thg03 @ 11:47pm 
Or maybe this may help you:

function GM:PlayerSetHandsModel(ply, hands)
-- Retrieve the skin value from your convar or NW variable
local skin = ply:GetInfoNum("your_skin_convar", 0)
local handInfo = {
model = "models/weapons/c_arms_default.mdl", -- default viewmodel
skin = skin,
body = ""
}

-- Change the hand model based on the skin selection.
if skin == 1 then
handInfo.model = "models/weapons/c_arms_variant1.mdl"
elseif skin == 2 then
handInfo.model = "models/weapons/c_arms_variant2.mdl"
end

-- Apply the model and skin
hands:SetModel(handInfo.model)
hands:SetSkin(handInfo.skin)
-- Optionally, update bodygroups if needed:
-- hands:SetBodyGroups(handInfo.body)
end
toyahfur 24 Thg03 @ 11:37pm 
Do you know how to make a "hook"? I actually have no skills but I asked AI how to sync viewmodelm it would work like this:

[ Player changes skin via slider ]

[ Player entity gets new skin index ]

[ World Model (Cat body) updates automatically ]

[ Viewmodel (Hands/Arms) remains unchanged ]
[ Hook detects skin mismatch ]

[ hook calls vm:SetSkin( ply:GetSkin() ) ]

[ Viewmodel updates to the new skin ]

Its called smth like Think Hook, maybe you can try finding a tutor on yt or use AI's help
Vertlex  [tác giả] 21 Thg03 @ 1:19pm 
i'm not racist, but I don't know how to make hand become black when you pick the black version.
toyahfur 21 Thg03 @ 12:10pm 
black version has white hands in 1st person :steamsad: