Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - RedFox

Pages: [1]
1
RTR 0.5 Imperial Campaign / RTR Developer Walkthrough
« on: April 07, 2014, 07:48:42 PM »
This thread is for getting new developers integrated into our development cycle.

RTR Developer Walkthrough


Development Cycle (daily)



Creating an Installer package (Full or Test)

  • Download latest Nullsoft Scriptable Install System
  • Create a shortcut of makensisw.exe into C:\Projects\RTRProject\
  • Drag and drop RTRInstaller-Full.nsi or RTRInstaller-Test.nsi ontop of the shortcut
  • The installer package will be compiled. Full package compression can take around 10-15 minutes.


Debugging GameEngine.dll (Advanced)
  • Any version of Visual Studio 2013 is required
  • Ensure you have compiled RTRLauncher.sln and the following files exist:
    RTR\GameEngine.dll - Debuggable external GameEngine.dll
    RTR\GameEngine.pdb - Debug database for the debugger
  • Start C:\Games\RTRGame\RTR\RTRLauncher.exe
  • Tick the checkbox "Attach VS JIT"
    A new instance of VS 2013 debugger is launched and attached to process
    The debugger starts with an internal breakpoint - so click Continue
    RTR\GameEngine.dll is injected
    If any of the steps fail, the launcher reverts to an internal GameEngine packed resource instead and the Launcher will continue without debugging enabled.


This list will be updated with more information in the future. You can contact me on the aforementioned IRC webchat if you have any questions: https://kiwiirc.com/client/irc.freenode.net/rtr-dev

Pages: [1]