Fixing the Dropship gun: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "==Introduction== This article explains the process of fixing the Dropship gun's broken rotation. ==Fixing the gun's rotation== Simple take the content's of this page https://...")
 
No edit summary
Line 3: Line 3:


==Fixing the gun's rotation==
==Fixing the gun's rotation==
Simple take the content's of this page https://github.com/DKmaster16/HL2_GRAI/blob/master/game/server/hl2/npc_combinedropship.cpp and paste it into npc_combinedropship.cpp, compile your games.sln solution file and then the gun should rotate like it used to.(This fix was created by DKmaster16.)
Simple copy the content's of this page https://github.com/DKmaster16/HL2_GRAI/blob/master/game/server/hl2/npc_combinedropship.cpp and paste it into npc_combinedropship.cpp, compile your games.sln solution file and then the gun should rotate like it used to.(This fix was created by DKmaster16.)

Revision as of 05:24, 21 February 2022

Introduction

This article explains the process of fixing the Dropship gun's broken rotation.

Fixing the gun's rotation

Simple copy the content's of this page https://github.com/DKmaster16/HL2_GRAI/blob/master/game/server/hl2/npc_combinedropship.cpp and paste it into npc_combinedropship.cpp, compile your games.sln solution file and then the gun should rotate like it used to.(This fix was created by DKmaster16.)