Garry's Mod

Garry's Mod

502 个评价
Basiilleaf Cat
3
3
5
3
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: 模型
插件标签: 卡通, 漫画, 快乐
文件大小
发表于
更新日期
4.726 MB
2024 年 9 月 3 日 上午 10:58
2024 年 9 月 3 日 上午 11:22
2 项改动说明 ( 查看 )

订阅以下载
Basiilleaf Cat

描述
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
热门讨论 查看全部(2)
6
2024 年 10 月 10 日 下午 1:56
guys
santa
1
3 月 25 日 上午 10:13
it doesnt exsist?
xXEvans_gamingXx
117 条留言
The_Player_13_YT 6 月 6 日 下午 1:44 
peak
SubSpace103 6 月 6 日 上午 7:39 
the skrunkly silly billy goofball goober :3
Leonardo_87 5 月 28 日 下午 2:31 
I love cats Lol
STRIDER / Х.А.М.Б.П (S:COP) 4 月 30 日 下午 5:57 
gato tontin.
LoganDoesStuff 4 月 24 日 上午 8:22 
the little brainless critter
Vertlex  [作者] 3 月 25 日 上午 10:13 
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 3 月 24 日 下午 11:47 
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 3 月 24 日 下午 11:37 
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  [作者] 3 月 21 日 下午 1:19 
i'm not racist, but I don't know how to make hand become black when you pick the black version.
toyahfur 3 月 21 日 下午 12:10 
black version has white hands in 1st person :steamsad: