Creating Desktop Shortcuts for TDM: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
To create a desktop shortcut for The Dark Mod, just create a shortcut to the '''tdmlauncher''' application. In this example, the Doom 3 installation is in <tt>C:\Games\Doom3</tt>.
The following forum link contains info on an updated method of creating desktop shortcuts -


This is a screenshot of the shortcut properties to TDM Launcher (sorry, only German screenshot for now, but you'll get the idea).
- http://forums.thedarkmod.com/topic/18198-creating-multiple-darkraidiant-custom-shortcuts-issue/?hl=shortcut


[[Image:Shortcut properties.png]]
For a nrmal user/mapper Darkmod and Darkradiant shortcuts:
 
    TDM - E:\Darkmod\TheDarkMod.exe +set com_allowConsole 1 +set r_fullscreen 0 +set fs_currentfm myfm
    DR - "C:\Program Files\DarkRadiant\DarkRadiant.exe" fs_game=darkmod/fms/myfm
 
If your Svn user:
 
    TDM - D:\TdmSvn\TheDarkMod.exe +set com_allowConsole 1 +set r_fullscreen 0 +set fs_currentfm myfm
    DR - "C:\Program Files\DarkRadiant\DarkRadiant.exe" fs_game=tdmsvn/fms/myfm
 
+set com_allowConsole 1 - this enable the console by pressing just the tolda buton
+set r_fullscreen 0 - this fporces TDM to run in a window, which for me is usefull as I run TDM and DR at the same time.
+set fs_currentfm - in your FMS folder you will have the name of your mission/fm that youre working on (eg. myfm, what every you have called it)


[[Category:Installation]]
[[Category:Installation]]

Revision as of 10:26, 13 November 2017

The following forum link contains info on an updated method of creating desktop shortcuts -

- http://forums.thedarkmod.com/topic/18198-creating-multiple-darkraidiant-custom-shortcuts-issue/?hl=shortcut

For a nrmal user/mapper Darkmod and Darkradiant shortcuts:

   TDM - E:\Darkmod\TheDarkMod.exe +set com_allowConsole 1 +set r_fullscreen 0 +set fs_currentfm myfm
   DR - "C:\Program Files\DarkRadiant\DarkRadiant.exe" fs_game=darkmod/fms/myfm

If your Svn user:

   TDM - D:\TdmSvn\TheDarkMod.exe +set com_allowConsole 1 +set r_fullscreen 0 +set fs_currentfm myfm
   DR - "C:\Program Files\DarkRadiant\DarkRadiant.exe" fs_game=tdmsvn/fms/myfm

+set com_allowConsole 1 - this enable the console by pressing just the tolda buton +set r_fullscreen 0 - this fporces TDM to run in a window, which for me is usefull as I run TDM and DR at the same time. +set fs_currentfm - in your FMS folder you will have the name of your mission/fm that youre working on (eg. myfm, what every you have called it)