All Projects → fortressforever → Fortressforever

fortressforever / Fortressforever

Licence: other
A Team Fortress mod on the Source Engine

Projects that are alternatives of or similar to Fortressforever

Fun
Small fun scripts
Stars: ✭ 22 (-70.27%)
Mutual labels:  source-engine
Sourceengine2007
Description
Stars: ✭ 387 (+422.97%)
Mutual labels:  source-engine
Team Comtress 2
Team Fortress 2, but with a lot of fixes, QoL improvements and performance optimizations!
Stars: ✭ 701 (+847.3%)
Mutual labels:  source-engine
HammerPatch
Modification of Source Valve Hammer Editor to fix some issues. Fixes brush vertex precision loss.
Stars: ✭ 49 (-33.78%)
Mutual labels:  source-engine
Demoinfo
A library to analyze CS:GO demos in C#
Stars: ✭ 306 (+313.51%)
Mutual labels:  source-engine
Source 1 Games
Source 1 based games such as TF2 and Counter-Strike: Source
Stars: ✭ 396 (+435.14%)
Mutual labels:  source-engine
sourcebots
Artificial intelligence to create Bots in Source Engine.
Stars: ✭ 16 (-78.38%)
Mutual labels:  source-engine
Gonav
A Source Engine navigation mesh file parser written in Go.
Stars: ✭ 37 (-50%)
Mutual labels:  source-engine
Game
Momentum Mod - Standalone Source Movement Speedrunning (READ README PLEASE)
Stars: ✭ 315 (+325.68%)
Mutual labels:  source-engine
Sourcemod
SourceMod - Source Engine Scripting and Administration
Stars: ✭ 615 (+731.08%)
Mutual labels:  source-engine
kero
Kero is a Source Engine game engine client implementation written in Go.
Stars: ✭ 25 (-66.22%)
Mutual labels:  source-engine
JumpingJax
A 3D platformer with roots in bunnyhopping and portal strategy
Stars: ✭ 18 (-75.68%)
Mutual labels:  source-engine
Php Source Query
🐘 PHP library to query servers that implement Steam query protocol (also known as Source Engine Query protocol)
Stars: ✭ 461 (+522.97%)
Mutual labels:  source-engine
lambda-client
A Source Engine BSP Renderer written in Go.
Stars: ✭ 14 (-81.08%)
Mutual labels:  source-engine
Pyvmf
A python VMF parser
Stars: ✭ 18 (-75.68%)
Mutual labels:  source-engine
hl2-asw-port
Porting Half-Life 2 base to the newer Alien Swarm Engine!
Stars: ✭ 16 (-78.38%)
Mutual labels:  source-engine
Mastercomfig
A modern Team Fortress 2 performance and customization config
Stars: ✭ 390 (+427.03%)
Mutual labels:  source-engine
Source Pbr
Source Engine Physically Based Rendering implementation
Stars: ✭ 73 (-1.35%)
Mutual labels:  source-engine
Zmr Game
Zombie Master, an RTS/FPS game on the Source 2013 engine.
Stars: ✭ 27 (-63.51%)
Mutual labels:  source-engine
Pbcharactermovement
HL2-style, classic FPS movement for Unreal Engine 4 implemented in C++
Stars: ✭ 582 (+686.49%)
Mutual labels:  source-engine

Fortress Forever

A Team Fortress mod on the Source Engine (Source SDK 2006)

Compiling

Fortress Forever must be compiled using Visual C++ 2005. The following instructions are an updated version of Microsoft's old Using Visual C++ 2005 Express Edition with the Microsoft Platform SDK guide

  1. Install Visual C++ 2005
  1. Install the Microsoft Platform SDK
  • Download and install the Windows Server 2003 SP1 Platform SDK
    • You'll probably want the amd64 version; only get the x86 version if you are running a 32 bit version of Windows
    • You only need to install Microsoft Windows Core SDK
  1. Configure Visual C++ 2005
  • Open Visual Studio C++ 2005 (it's suggested to right click -> Run as administrator)
  • Update VC++ Directories in the Projects and Solutions section of the Tools -> Options dialog box.
    • Add the paths to the appropriate subsection:
      • Executable files: C:\Program Files\Microsoft Platform SDK\Bin
      • Include files: C:\Program Files\Microsoft Platform SDK\Include
      • Library files: C:\Program Files\Microsoft Platform SDK\Lib
    • Note: Alternatively, you can update the Visual C++ Directories by modifying the VCProjectEngine.dll.express.config file located in the \vc\vcpackages subdirectory of the Visual C++ Express install location. Please make sure that you also delete the file vccomponents.dat located in the %USERPROFILE%\Local Settings\Application Data\Microsoft\VCExpress\8.0 directory if it exists before restarting Visual C++ Express Edition.
  • Update the corewin_express.vsprops file found in C:\Program Files (x86)\Microsoft Visual Studio 8\VC\VCProjectDefaults.
    • Edit corewin_express.vsprops in the text editor of your choice.
      • Change the string that reads: AdditionalDependencies="kernel32.lib" to AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib"
    • Note: You'll probably need to change the file permissions to be able to edit the corewin_express.vsprops file. To do so, right click corewin_express.vsprops and select Properties. Open the Security tab and click the Edit... button. Select the Users (computername\User) group and check Write in the Allow column, then click OK twice
  • Restart Visual C++ 2005
  1. Build Fortress Forever
  • Open Game_Scratch-2005.sln and run Build Solution
  • Note: The compiled .dlls will automatically get copied to <SteamDirectory>\SteamApps\common\Fortress Forever\FortressForever\bin

Addendum: Registering VC++ 2005 Express

The Microsoft registration servers for VC++ 2005 Express edition are no longer online, so the only way to register your copy is to edit the registry. Simply save the following text as register_vc.reg and run it:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\VCExpress\8.0\Registration]
"Params"="487A8D4D0000000001000000010000009F6A4D0000000000"

Debugging

To start the game from within VS debugger, right click client_ff or server_ff project (whichever you are working on) and click properties. Navigate to the 'Debugging' section. Set command to the 'hl2.exe' in your fortress forever installation directory. On a default steam installation it will look like this:

  • command C:\Program Files (x86)\Steam\steamapps\common\Fortress Forever\hl2.exe
  • arguments: -game "FortressForever" -allowdebug -dev
  • working directory: C:\Program Files (x86)\Steam\steamapps\common\Fortress Forever\

(you will need to set this up for both client/server, or whatever you need to debug)

Now you can smack F5 to start the game with debugging ready to go. I recommend adding eg, +map ff_2fort to parameters save time. Here is an example with nonstandard steam path: example

Debugging an active session

  • Compile using the Debug FF configuration
  • Launch Fortress Forever (need to use the launch parameter -allowdebug in steam)
  • In Visual C++, go to Debug -> Attach to Process
  • Find hl2.exe in the list and click Attach

Debugging a crash log

  • Open the crash log (.dmp/.mdmp) in Visual C++ 2005
  • Go to Debug -> Start Debugging
    • Check the output window to see if symbols were successfully loaded for fortressforever\bin\server.dll and fortressforever\bin\client.dll. If not, you'll probably need to copy the dump file to a directory containing the correct .dll and .pdb files for the version of the game that the crash occurred on.
    • If the crash points to Disassembly, the crash log will likely not be of much use, as that usually means that the crash occurred somewhere in the Source engine code that we don't have access to. However, it's a good idea to check the Call Stack window to see if the crash originated in FF code.
  • Note: Crash logs can be found in the <SteamDirectory>/dumps directory, and will be named something like assert_hl2.exe_<datetime>_1.dmp
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].