bboy 11 Posted December 5, 2010 Can i put in shortcut some type of command to NOT have a loading screen? Share this post Link to post Share on other sites
M9ACE 0 Posted December 5, 2010 Right-click on your icon and add "–nosplash" to your target line (minus the quotation marks). Share this post Link to post Share on other sites
bboy 11 Posted December 5, 2010 (edited) Right-click on your icon and add "–nosplash" to your target line (minus the quotation marks). Thanks man! Ill try rigt now... Nothing dude! I have this in my shortcut field: "C:\Program Files\Bohemia Interactive\ArmA 2\arma2oa.exe" -mod=PMC;@dfs_3rdperson; -nospash Can you write exactly how i need to put this one? Edited December 5, 2010 by bboy Share this post Link to post Share on other sites
AnimalMother92 10 Posted December 5, 2010 typo? you have -nospash needs to be -nosplash Share this post Link to post Share on other sites
Undeceived 392 Posted December 5, 2010 -nosplash not -nospash Share this post Link to post Share on other sites
bboy 11 Posted December 5, 2010 I made mistake in writing. This is what i have in my shortcut field: "C:\Program Files\Bohemia Interactive\ArmA 2\arma2oa.exe" -mod=PMC;@dfs_3rdperson; –nosplash Still nothing, just some "endless sky" WHEN game is loaded... Share this post Link to post Share on other sites
Gunter Severloh 4071 Posted December 5, 2010 Goes here: "C:\Program Files\Bohemia Interactive\ArmA 2\arma2oa.exe" –nosplash -mod=PMC;@dfs_3rdperson after the exe, before -mod= heres some info on startup parameters: http://community.bistudio.com/wiki/Arma2:_Startup_Parameters Share this post Link to post Share on other sites
Undeceived 392 Posted December 5, 2010 and do not put a ; behind the latest mod. And also, if you bought and installed PMC (the DLC from BIS) you don't need to have it in your mod line because it launches automatically with OA. Share this post Link to post Share on other sites
bboy 11 Posted December 5, 2010 Goes here:"C:\Program Files\Bohemia Interactive\ArmA 2\arma2oa.exe" –nosplash -mod=PMC;@dfs_3rdperson after the exe, before -mod= heres some info on startup parameters: http://community.bistudio.com/wiki/Arma2:_Startup_Parameters I put this: "C:\Program Files\Bohemia Interactive\ArmA 2\arma2oa.exe" -nosplash -mod=PMC;@dfs_3rdperson the line (-nosplash) is shorter than in your example (–nosplash), but now working... Only that is writed "Wait a minute..." so you need the same time to load a game... with or without splash... the same time... Never mind man, thanks anyway! Share this post Link to post Share on other sites
Gunter Severloh 4071 Posted December 5, 2010 Shorter then my example? I basically copied and pasted what you had, but moved the -noslpash to where it goes. The -nosplash removes the splash screens at the beginning, if you wanted your game quicker to load then add: -nosplash -skipIntro -world=empty so: "C:\Program Files\Bohemia Interactive\ArmA 2\arma2oa.exe" -nosplash -skipIntro -world=empty -mod=PMC;@dfs_3rdperson Load time is dicated by what your loading, assuming PMC is big, and for a DLC, why is PMC loaded like a mod, isn't it like OA where it shows up in the expansion menu? Share this post Link to post Share on other sites
John Kozak 14 Posted December 6, 2010 (edited) Shorter then my example? I basically copied and pasted what you had, but moved the -noslpash to where it goes. Unicode mess up... Looks like he had a en dash in the launch line instead of figure dash. Compare: –nosplash -nosplash (http://en.wikipedia.org/wiki/Dash) Edited December 6, 2010 by DarkWanderer Share this post Link to post Share on other sites
bboy 11 Posted December 6, 2010 (edited) Shorter then my example? I basically copied and pasted what you had, but moved the -noslpash to where it goes.The -nosplash removes the splash screens at the beginning, if you wanted your game quicker to load then add: -nosplash -skipIntro -world=empty so: "C:\Program Files\Bohemia Interactive\ArmA 2\arma2oa.exe" -nosplash -skipIntro -world=empty -mod=PMC;@dfs_3rdperson Load time is dicated by what your loading, assuming PMC is big, and for a DLC, why is PMC loaded like a mod, isn't it like OA where it shows up in the expansion menu? First, you didnt understand what i was thinkig with shorter, look example: (-) (–) You see the line at the right? It seems a lil' bit longer? ;) Other, I just coppied what i found in my default PMC shortcut, -mod=PMC... And if you look at the BAF shortcut, you will find the same thing, only for BAF... "C:\Program Files\Bohemia Interactive\ArmA 2\arma2oa.exe" -nosplash -skipIntro -world=empty -mod=PMC;@dfs_3rdperson That thing work like a dream! Thank you! ---------- Post added at 05:15 PM ---------- Previous post was at 05:04 PM ---------- Unicode mess up... Looks like he had a en dash in the launch line instead of figure dash. Compare:–nosplash -nosplash (http://en.wikipedia.org/wiki/Dash) Thank you for the link DarkWanderer! You really made an effort to explain this to us! :) Edited December 6, 2010 by bboy Share this post Link to post Share on other sites