==================================================================================== ReadMe for MK3rdPersonMutator ==================================================================================== Author: Jeremy J Collins Platform: Unreal Tournament 3 Retail Website: Original release date: November 24 2007 Current version release date: November 27 2007 Version: 1.2 ==================================================================================== Installation ==================================================================================== Unzip the package to your ..My Games\Unreal Tournament 3\UTGame directory. The .u file(s) will be stored in your ..My Games\Unreal Tournament 3\UTGame\Published\CookedPC\ directory. The .ini file(s) will be stored in your ..\My Games\Unreal Tournament 3\UTGame\Config\ directory. All documentation will be stored in your ..\My Games\Unreal Tournament 3\UTGame\Documentation\MK3rdPersonMutator\ directory. The source code is included and will be stored in your ..\My Games\Unreal Tournament 3\UTGame\Src\MK3rdPersonMutator\ directory. ==================================================================================== Manual ==================================================================================== This mutator turns UT3 into a third-person shooter. It also allows the sniper zoom to work as intended (first-person view). Third-person view is forced. The primary purpose of this mutator was to cut my teeth on UnrealScript. The server operator can set the third-person camera following distance (distance behind the character) in the UTMK3rdPersonMutator.ini. The default setting for CfgCameraScale is 9.0. Valid entries are 1.0 - 40.0 (though only 4.0 - 15.0) seem very usable. Please send bug reports to: munkyware AT gmail DOT com ==================================================================================== Changes ==================================================================================== 1.0: Initial release 1.1: Added the ability to change the thirdperson camera zoom in the UTMK3rPersonMutator.ini. This is a serverwide setting and currently not configurable on a user by user basis. : Removed some DEBUG log entries. 1.2: Fixed bug where the camera zoom setting (CfgCameraScale) in the ini file was not being sent to clients unless they were also the server. : Fixed a bug when feigning death. Returning from the feign death state should no longer revert and lock the view in first person. ==================================================================================== Roadmap ==================================================================================== 1.3: Allow the player to set the follow distance of the third-person camera. The server will dictate what ranges are valid. : Add key bindings to support player manipulation of follow distance. 1.x: Allow the player to toggle between first/third-person views. : Allow mutator to be configured in-game. ==================================================================================== MK3rdPersonMutator Copyright (C) 2007 Jeremy J Collins. MK3rdPerson is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. ====================================================================================