Raised This Month: $ Target: $400
 0% 

[CS:GO] -N- Arms Fix [2.0.3 | 2021-01-22]


Post New Thread Reply   
 
Thread Tools Display Modes
egorka2
Member
Join Date: Jun 2010
Old 11-25-2019 , 08:23   Re: [CS:GO] -N- Arms Fix [2.0.1 | 2019-07-30]
Reply With Quote #131

Quote:
Originally Posted by andi67 View Post
"csgo/scripts/items/items_game.txt"
and what should I remove here?
egorka2 is offline
ayrton09_arg
Senior Member
Join Date: Nov 2017
Old 11-25-2019 , 09:23   Re: [CS:GO] -N- Arms Fix [2.0.1 | 2019-07-30]
Reply With Quote #132

Quote:
Originally Posted by egorka2 View Post
and what should I remove here?
can someone share his .txt would be more easy.
ayrton09_arg is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 11-26-2019 , 04:15   Re: [CS:GO] -N- Arms Fix [2.0.1 | 2019-07-30]
Reply With Quote #133

please post the file or tell us what we should remove from them. i tried this on linux but does not work here https://forums.alliedmods.net/showth...=319816&page=2
asdfxD is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 11-26-2019 , 08:47   Re: [CS:GO] -N- Arms Fix [2.0.1 | 2019-07-30]
Reply With Quote #134

https://forums.alliedmods.net/showpo...90&postcount=4
__________________
Waiting for HL3,Day of Defeat3 ,but will it ever come? So I'm gonna play COD WW2.>>>>SM_SKINCHOOSER<<<<
>>You need Models for DODS/CSS/CSGO , than click here!!!<<
andi67 is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 11-26-2019 , 09:41   Re: [CS:GO] -N- Arms Fix [2.0.1 | 2019-07-30]
Reply With Quote #135

the arms fix extension is loaded already, but don't work.
asdfxD is offline
Newbiedienloan
Junior Member
Join Date: May 2018
Location: France
Old 11-27-2019 , 17:35   Re: [CS:GO] -N- Arms Fix [2.0.1 | 2019-07-30]
Reply With Quote #136

There are new items relating to custom player models with this format
PHP Code:
        "5038"
        
{
            
"name"        "customplayer_tm_anarchist"
            "prefab"        "customplayertradable"
            "model_player"        "models/player/custom_player/legacy/tm_anarchist.mdl"
            "item_name"        "#CSGO_CustomPlayer_tm_anarchist"
            "item_description"        "#CSGO_CustomPlayer_tm_anarchist_Desc"
            "image_inventory"        "econ/characters/customplayer_tm_anarchist"
            "item_rarity"        "common"
            "legacy_character"        "1"
            "used_by_classes"
            
{
                
"terrorists"        "1"
            
}
            
"attributes"
            
{
                
"icon display model"        "models/player/custom_player/legacy/tm_anarchist.mdl"
            
}
        } 
What i did was deleting all of these items. It is just a temporary fix and you have to do this again when the game update.
Edit: tested and it cause map based model chooser to no longer work, but default models will still have arms.

Last edited by Newbiedienloan; 11-27-2019 at 18:04.
Newbiedienloan is offline
ayrton09_arg
Senior Member
Join Date: Nov 2017
Old 11-29-2019 , 07:29   Re: [CS:GO] -N- Arms Fix [2.0.1 | 2019-07-30]
Reply With Quote #137

Quote:
Originally Posted by Newbiedienloan View Post
There are new items relating to custom player models with this format
PHP Code:
        "5038"
        
{
            
"name"        "customplayer_tm_anarchist"
            "prefab"        "customplayertradable"
            "model_player"        "models/player/custom_player/legacy/tm_anarchist.mdl"
            "item_name"        "#CSGO_CustomPlayer_tm_anarchist"
            "item_description"        "#CSGO_CustomPlayer_tm_anarchist_Desc"
            "image_inventory"        "econ/characters/customplayer_tm_anarchist"
            "item_rarity"        "common"
            "legacy_character"        "1"
            "used_by_classes"
            
{
                
"terrorists"        "1"
            
}
            
"attributes"
            
{
                
"icon display model"        "models/player/custom_player/legacy/tm_anarchist.mdl"
            
}
        } 
What i did was deleting all of these items. It is just a temporary fix and you have to do this again when the game update.
Edit: tested and it cause map based model chooser to no longer work, but default models will still have arms.
nice, can you upload the txt pls
ayrton09_arg is offline
Newbiedienloan
Junior Member
Join Date: May 2018
Location: France
Old 11-29-2019 , 10:57   Re: [CS:GO] -N- Arms Fix [2.0.1 | 2019-07-30]
Reply With Quote #138

Quote:
Originally Posted by ayrton09_arg View Post
nice, can you upload the txt pls
I would love too, but since the txt file size is 4 MB I cannot upload it, so I can only show what I did.
Also I only edit item_game since I edit the bullet + price for weapons as well. If you only have problem with overlapped arms then you might prefer the extension instead.
Newbiedienloan is offline
NomisCZ
AlliedModders Donor
Join Date: Mar 2014
Location: Czech_Republic
Old 11-29-2019 , 16:13   Re: [CS:GO] -N- Arms Fix [2.0.2 | 2019-11-29]
Reply With Quote #139

Update 2.0.2 (29.11.2019)

⚠️ Please read: Operation Shattered Web (26.11.2019) changes and Installation section on the first page here.

Change log:
Code:
+ Add cvar enable auto spawn fix for bots
This cvar is primarily for bots to fix "no arms" caused by sm-ext-ArmsFix/Franug-CSGO-ArmsFix
__________________

Last edited by NomisCZ; 11-29-2019 at 16:18.
NomisCZ is offline
egorka2
Member
Join Date: Jun 2010
Old 11-29-2019 , 19:41   Re: [CS:GO] -N- Arms Fix [2.0.2 | 2019-11-29]
Reply With Quote #140

If you need to protect your custom map gamemodes_server settings, please add your map to addons\sourcemod\plugins\configs\N_ArmsFix_Pr otectedMaps.txt
I did, but not working. Your plugin still rewrite my gamemodes files

Fix for invisible CT arms works bad, looks like the plugin just doubles arms models lol

Last edited by egorka2; 11-29-2019 at 19:45.
egorka2 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:21.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode