Hello ZG. The game's predecessor and the full game is on steam. This is not malware of the month you seem to be on the lookout for.
To be fair, Redaxium 2 goes by Generic RPG #777 but this is explicitly mention on the steam store page and the itch.io link.
Which btw includes a link to the steam store page.
Yes we've had previously dealing and even then there were issues with the game running. I was hoping this time it would be a peace of cake for both of us.
https://itch.io/t/1225791/helping-developers-test-their-games-making-a-vidoe-on-...
That was for Redaxium which became quite a full game as I said. The account then says redratic.itch.io, but redratic1.itch.io is the current and it definitely has entries for both Redaxium and Redaxium 2. I hope that clears up the confusion.
Getting to the point:
Games sometimes do a preconfiguration on themselves when you run them. Infact i'd wager you've seen this phenomenon tons of times.
preconf.txt says OS=0, or OS=1 Windows/Linux respectively.
preconf_result.txt is generated for debug reasons.
In both cases the files belong to the game. And when preconf_result.txt it is or isn't present it is created anyway.
We're doing this for debugging purposes it should recreated regardless so it's up to date.
That implies deletion ALWAYS.
The bottomline ZG, games touch their own files. Depending on the developer their may be more or less smart/dumb/elaborate/concise with how. Should I create an append-only ledger for this? I guess I could. Should I cram all my debug files into one giant debug.log? I guess I could. But even that would be recreated so I could get the up to date file. Or I must make it into a giant ledger too.
I'd hoped we evolved past this stage where something goes magically wrong because of permissions, emulators, or overly cautious Anti-Virus program.