UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Character help!

broken avatar :(
Created 10 years ago
by ville88
0 Members and 1 Guest are viewing this topic.
1,783 views
broken avatar :(
×
broken avatar :(
Location: rueurope
Date Registered: 2 January 2012
Last active: 2 months ago
Posts
303
Respect
Forum Rank
Perk Hacker
Primary Group
Member
My Contact & Social Links
More
×
ville88's Groups
How to change the model of the player's body and viewhands? (I need a model of the Russian soldier mission Seelow)
Like this but in zombie mod
Last Edit: July 04, 2014, 08:43:08 pm by ville88
This topic contains a post which is marked as the Best Answer. Click here to view it.
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 10 October 2013
Last active: 3 months ago
Posts
541
Respect
Forum Rank
Zombie Enslaver
Primary Group
Donator ♥
My Groups
More
My Contact & Social Links
More
×
ProGamerzFTW's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Fixed image.

broken avatar :(
×
broken avatar :(
The Voice in your Eyes
Location: deBavaria
Date Registered: 26 June 2013
Last active: 2 years ago
Posts
830
Respect
Forum Rank
The Decider
Primary Group
Community Mapper
My Groups
More
My Contact & Social Links
More
Personal Quote
Breton boys do what Breton boys do.
×
Alerion's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
First you need to find both the player- and viewmodel via the asset-viewer (which is located in root/bin, has a simple search-function).
Then for the viewhands you have to got to root/raw/maps and copy the _loadout.gsc to your modfolder (if you used the UGX-scriptplacer it would be root/mods/yourmapname/maps).
Then open it up and search for (normally by pressing shift+F):

Code Snippet
Plaintext
else if( GetDvar( "zombiemode" )

a few lines underneath you should see this line:

Code Snippet
Plaintext
set_player_viewmodel( "viewmodel_usa_marine_arms");
(it's necessary to search for the other line first, as the second one appears multiple times.)

Then you only have to replace viewmodel_usa_marine_arms (leave the ""!) with the viewmodel you want.
(would be more complicated if you used one from another game.)

I sadly don't know how to change the player model though.
Marked as best answer by ville88 10 years ago
broken avatar :(
×
broken avatar :(
☭ Soviet Commander ☭
Location: us
Date Registered: 13 August 2012
Last active: 8 years ago
Posts
2,790
Respect
Forum Rank
King of the Zombies
Primary Group
Community Daedra
My Groups
More
My Contact & Social Links
More
Signature
Let's keep this thread on topic from here on in. -DBZ

+1 to off-topic reply -DBZ

lmao. Too funny.

Goliath Script Placer: http://ugx-mods.com/forum/index.php/topic,11234.msg125257/topicseen.html#new

"...Christ, people. Learn C, instead of just stringing random characters
together until it compiles (with warnings)..."

-Linus Torvalds
×
daedra descent's Groups
Community Daedra
Community Daedra
daedra descent's Contact & Social LinksBlueSoviet
Map's csv:

Code Snippet
Plaintext
include,common_player_rus
xmodel,viewmodel_rus_guard_player
xmodel,viewmodel_rus_guard_arms

_loadout:

Code Snippet
Plaintext
set_player_viewmodel( "viewmodel_rus_guard_arms");
set_player_interactive_hands( "viewmodel_rus_guard_player");
level.campaign = "russian";

broken avatar :(
×
broken avatar :(
Location: rueurope
Date Registered: 2 January 2012
Last active: 2 months ago
Posts
303
Respect
Forum Rank
Perk Hacker
Primary Group
Member
My Contact & Social Links
More
×
ville88's Groups
Thanks all!)) It's work!

 
Loading ...