- 
	
	
		
		
			
				
				
				
					 2 Probleme (Physgun+Wire) 2 Probleme (Physgun+Wire)
					
						
							Hallo,
 
 ich habe zwei Probleme bei GMod 10:
 
 1.) Bei der Physgun kann ich wenn ich e drück nur noch um eine Achse(glaube ist die Y-Achse) drehen.
 
 2.) Wenn ich ein Savegame ladt kann ich nicht mehr das Wiring Tool nutzen.
 
 Habt ihr eine Lösung für das Problem?
 
 
 
 
 
 
 
- 
	
- 
	
	
		
			
			
				TheStargater
			
			     
 
			
				
				
				
					 AW: 2 Probleme (Physgun+Wire) AW: 2 Probleme (Physgun+Wire)
					
						
							hast du schon mal gmod neuinstalliert und wire mod aktuelisiert?
						 
 
 
 
 
 
 
- 
	
- 
	
	
		
		
			
				
				
				
					 AW: 2 Probleme (Physgun+Wire) AW: 2 Probleme (Physgun+Wire)
					
						
							Neuinstalliert ja, Wiremod aktualliesiert-> Problem 2 behoben
 Problem eins besteht immer noch
 
 
 
 
 
 
 
- 
	
- 
	
	
		
			
			
				TheStargater
			
			     
 
			
				
				
				
					 AW: 2 Probleme (Physgun+Wire) AW: 2 Probleme (Physgun+Wire)
					
						
							// Pistol
 
 WeaponData
 {
 // Weapon data is loaded by both the Game and Client DLLs.
 "printname"		"#GMOD_Physgun"
 "viewmodel"		"models/weapons/v_superphyscannon.mdl"
 "playermodel"		"models/weapons/w_Physics.mdl"
 "anim_prefix"		"pistol"
 "bucket"		"0"
 "bucket_position"	"5"
 
 "clip_size"		"-1"
 "primary_ammo"		"None"
 "secondary_ammo"	"None"
 
 "weight"			"2"
 "item_flags"			"0"
 "damage"			"0"
 
 // Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds)
 SoundData
 {
 "reload"		"Weapon_Pistol.Reload"
 "reload_npc"		"Weapon_Pistol.NPC_Reload"
 "empty"			"Weapon_Pistol.Empty"
 "single_shot"		"Weapon_Pistol.Single"
 "single_shot_npc"	"Weapon_Pistol.NPC_Single"
 "special1"		"Weapon_Pistol.Special1"
 "special2"		"Weapon_Pistol.Special2"
 "burst"			"Weapon_Pistol.Burst"
 }
 
 // Weapon Sprite data is loaded by the Client DLL.
 TextureData
 {
 "weapon"
 {
 "font"		"WeaponIcons"
 "character"	"h"
 }
 "weapon_s"
 {
 "font"		"WeaponIconsSelected"
 "character"	"h"
 }
 "ammo"
 {
 "font"		"WeaponIcons"
 "character"	"p"
 }
 "crosshair"
 {
 "font"		"Crosshairs"
 "character"	"Q"
 }
 "autoaim"
 {
 "file"		"sprites/crosshairs"
 "x"			"0"
 "y"			"48"
 "width"		"24"
 "height"	"24"
 }
 }
 }
 
 
 
 
 vergleiche das mal mit deinem script.
 das liegt hier: Steam/SteamApps/deinAccountName/garrysmod/garrysmod/scripts/weapon_physicgun
 
 
 
 
				
				
				
					
						Geändert von TheStargater (05.07.2008 um 12:09 Uhr)
					
					
				 
 
 
 
 
- 
	
- 
	
	
		
		
			
				
				
				
					 AW: 2 Probleme (Physgun+Wire) AW: 2 Probleme (Physgun+Wire)
					
						
							In dem ordner hats garkein solches script
 
 Da hats nur die Ordner content_accum und propdata und die Datei game_sounds_manifest.txt
 
 
 
 
				
				
				
					
						Geändert von haering (05.07.2008 um 13:08 Uhr)
					
					
				 
 
 
 
 
- 
	
- 
	
	
		
			
			
				TheStargater
			
			     
 
			
				
				
				
					 AW: 2 Probleme (Physgun+Wire) AW: 2 Probleme (Physgun+Wire)
					
						
							Ich erkläre es dir jetzt nochmal ganz genau:
 
 Geh in den Ordner: Steam/SteamApps/deinAccountName/garrysmod/garrysmod
 
 In dem Ordner befinden sich diese Ordner:
 
 http://www.bilder-space.de/show.php?...2ca9bOuMn1.JPG
 
 
 So dann geh in den Scripts Ordner in Garrys Mod Ordner.
 Da müsste dann ein Script namens weapon_physgun drin sein.
 Auf dem Bild rot eingekreist.
 
 http://www.bilder-space.de/show.php?...kDIsZ864jP.JPG
 Doppelpost:
 Dann nimm meinen Inhalt der oben steht und füge ihn in dieses Script ein (vorher des geschrieben im Script löschen)
 
 Wenns noch nicht geht dann melde dich wieder.
 
 
 
 
				
				
				
					
						Geändert von TheStargater (05.07.2008 um 14:10 Uhr)
					
					
						Grund: Doppelposts zusammengefügt
					
				 
 
 
 
 
- 
	
- 
	
	
		
		
			
				
				
				
					 AW: 2 Probleme (Physgun+Wire) AW: 2 Probleme (Physgun+Wire)
					
						
							In dem Ordner ist nicht so ein Script drin wie bei dir.
   
 
 
 
 
 
 
 
- 
	
- 
	
	
		
	
 
- 
	
- 
	
	
		
		
			
				
				
				
					 AW: 2 Probleme (Physgun+Wire) AW: 2 Probleme (Physgun+Wire)
 
 
 
 
- 
	
- 
	
	
		
			
			
				TheStargater
			
			     
 
			
				
				
				
					 AW: 2 Probleme (Physgun+Wire) AW: 2 Probleme (Physgun+Wire)
					
						
							hm da stellt sich die frage wieso du des nicht in deinem ordner hast diese scripts ich hab ja auch gmod 10 die originalle über steam gekauft und bei mir sind diese scripts drin.
 
 frag am besten nochmal bei gmod allgemein warum du diese scripts nicht drin hast und weiße auf diesen thread hin.
 
 
 
 
 
 
 
- 
	
 
	
	
	
	
	
	
	
	
	
	
	
	
		
		
			
				 Berechtigungen
				Berechtigungen
			
			
				
	
		- Neue Themen erstellen: Nein
- Themen beantworten: Nein
- Anhänge hochladen: Nein
- Beiträge bearbeiten: Nein
-  
Foren-Regeln