Bikerdude 3742 Posted July 9, 2016 Report Share Posted July 9, 2016 So I have multiple set of of shortcuts for TDM/DR for the normal Darkmod and SVN folders - Normal:TDM - E:\Darkmod\TheDarkMod.exe +set com_allowConsole 1 +set r_fullscreen 0 +set fs_currentfm myfmDR - "C:\Program Files\DarkRadiant\DarkRadiant.exe" fs_game=darkmod/fms/myfmSvn:TDM - D:\TdmSvn\TheDarkMod.exe +set com_allowConsole 1 +set r_fullscreen 0 +set fs_currentfm myfmDR - "C:\Program Files\DarkRadiant\DarkRadiant.exe" fs_game=tdmsvn/fms/myfmThe issue is I alternate between Normal and Svn, and each time I have to edit the paths in DR - Is there anyway I can set/get DR to change its paths on the fly as per a shortcut, without prompting me each time..? Quote Link to post Share on other sites
freyk 482 Posted July 9, 2016 Report Share Posted July 9, 2016 is there a argument "enginepath" you can add to your shortcuts? Quote Info: My portfolio and darkmod graphical installer Amnesty for Bikerdude! Link to post Share on other sites
Bikerdude 3742 Posted July 9, 2016 Author Report Share Posted July 9, 2016 Nope, didn't know such an arg existed. What's the correct use..? Quote Link to post Share on other sites
freyk 482 Posted July 9, 2016 Report Share Posted July 9, 2016 just a gues.but game_base excists:http://manpages.ubuntu.com/manpages/wily/man1/darkradiant.1.html Quote Info: My portfolio and darkmod graphical installer Amnesty for Bikerdude! Link to post Share on other sites
Bikerdude 3742 Posted July 9, 2016 Author Report Share Posted July 9, 2016 Nope wont work,l tried that. The issue DR is having is with the engine path, due to space I have the main game on my E:\ drive and the SVN folder on my D:\. once I get a bigger SSD it wont be an issue but thats a long way off. Quote Link to post Share on other sites
LDAsh 58 Posted July 12, 2016 Report Share Posted July 12, 2016 (edited) Maybe this is iffy advice that will be looked down on, but you can hex-edit the folder reference used by DarkRadiant EXE (in "Application Data" folder) and have many different versions of DR with many different settings there. Edited July 12, 2016 by LDAsh Quote Link to post Share on other sites
Bikerdude 3742 Posted July 12, 2016 Author Report Share Posted July 12, 2016 @LDash, interesting. How exactly would I accomplish this..? Quote Link to post Share on other sites
LDAsh 58 Posted July 12, 2016 Report Share Posted July 12, 2016 (edited) Just grab your favourite hex-editor, make a copy of the EXE and open it up, and find the reference "DarkRadiant" that comes after "cannot find APPDATA environment variable" (in later versions it's the reference just before it), and change it to whatever you want. So far I haven't found it has broken any functionality although I can't guarantee that, but one thing you need to make sure of - keep the reference the exact same amount of characters, so for example call it "BarkRadiant" or "LarkRadiant". You don't need to make a whole other folder for it, just a different EXE in the same folder, and it will use the different settings. Edited July 12, 2016 by LDAsh Quote Link to post Share on other sites
freyk 482 Posted July 12, 2016 Report Share Posted July 12, 2016 You can also create a batchscript that copies a edited user.xml (using the specified settings) to the original user.xml (in C:\Users\yourusername\AppData\Roaming\DarkRadiant) and run DR. Quote Info: My portfolio and darkmod graphical installer Amnesty for Bikerdude! Link to post Share on other sites
Bikerdude 3742 Posted July 12, 2016 Author Report Share Posted July 12, 2016 Well the simplest solution was to move the TdmSvn folder back to the games (e:\) drive - I need to get bigger and/or faster SSD. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.