Categories: Elite: DangerousNews

Found a reproducible cause of a graphical bug – DO NOT use a batch file to launch the game

So, I have a bunch of things I launch when I start a game session: Elite Observatory, BioInsights Codex Companion and E:D Market connector and of course ED. So, being the fan of automation I have a simple batch file to run everything for me (the commands also check if they are already running).

However, when I launch the game itself this way there is an approximately 50/50 chance that surface textures will be nastily bugged in game, flashing surface textures, blotchiness, velvetting, etc. It is quite bizarre, I cannot think of any reason that this should make a difference, but it does.

Anyone care to reproduce this for a sanity check? How many other people use batch files to start the game? not many I suspect.

Here is what my batch file looks like

@echo off

REM < lines starting with this are just comments.

cd ".3rdpartytools"
wmic process where "name='ObservatoryCore.exe'" get ProcessID | find /i "ProcessId" > nul || (start /min ObservatoryCore.exe)
wmic process where "name='CodexCompanion.exe'" get ProcessID | find /i "ProcessId" > nul || (start /min CodexCompanion.exe)

cd ".TTS4ED"
wmic process where "name='TTS4ED_config_2110_x64.exe'" get ProcessID | find /i "ProcessId" > nul || (start /min TTS4ED_config_2110_x64.exe)

cd "C:Program Files (x86)EDMarketConnector"
wmic process where "name='EDMarketConnector.exe'" get ProcessID | find /i "ProcessId" > nul || (start /min EDMarketConnector.exe)

REM steam://rungameid/359320
REM ^ This is what the batch file used to do to start E:D launcher, 
REM now, with the following lines I just open steam and start it manually
REM instead, this weird little difference results in consistently behaved 
REM surface textures. Odd right!? WTF?

cd "C:GamesSteam"
start Steam.exe 

exit

EXAMPLES

What I used to get about 50% of the time – using the easy benchmark of the on foot training…

about half the time launching the game with the original batch file resulted in this

After dozens of game starts manually (by pressing the green Play button in Steam) I no longer see the blotchy oversaturated, velvety, flashing surface textures, and get this, the correct textures.

WEIRD RIGHT?!

NB: If it makes any difference I am on AMD RX 6800

Gamer

Share
Published by
Gamer

Recent Posts

Ledx have been so hard for me this wipe

Not being able to craft them sucks. Especially when everyone I talk to about it…

5 months ago

My interesting and unfortunate Gwent life

First I'd like to say I absolutely love this game it's quality. Basically I first…

5 months ago

Teacher Tuesday 12/Dec/2023 – ask your questions here!

Welcome to Teacher Tuesday, a thread where anyone can ask any type of question without…

5 months ago

This games balance is confusing

I’m kind of new/returning to gwent I played beta and obviously it’s a lot lot…

5 months ago

Summary of 10 Days of Draws from Chaffee’s Bundles

Level 1 Bag (Free with Atmosphere Level 2) 6 small consumable (First Aid, Repair, Fire…

5 months ago

Why is my crew at 135%?

Here's my crew - T34-85M - for the life of me I cant figure out…

5 months ago