Creating Desktop Shortcuts for TDM: Difference between revisions
From The DarkMod Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
Some info on the args in the shortcuts: | Some info on the args in the shortcuts: | ||
+set com_allowConsole 1 - this | +set com_allowConsole 1 - this enables the console by pressing just the tilda button (above the tab key) | ||
+set r_fullscreen 0 - this | +set r_fullscreen 0 - this forces 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 | +set fs_currentfm - in your FMS folder you will have the name of your mission/fm that your working on (eg. myfm or whatever you have named it) | ||
[[Category:Installation]] | [[Category:Installation]] |
Revision as of 10:29, 13 November 2017
The following forum link contains info on an updated method of creating desktop shortcuts -
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
Some info on the args in the shortcuts:
+set com_allowConsole 1 - this enables the console by pressing just the tilda button (above the tab key) +set r_fullscreen 0 - this forces 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 your working on (eg. myfm or whatever you have named it)