StuartJAtkinson Posted March 23, 2023 Share Posted March 23, 2023 Hey big feature of this is that its portable right? Where do I get the portable .Net core or point it. I've already looked at the forums and someone mentioned editing a bigbox.exe.config file? I don't want to install the .NET dependancy seperately as that would mean it's not portable to plug in another computer and that's the point of putting it on a portable drive. If it's not actually portable software that's fine I'll install it and remember to do that whenever I move it but would really rather once it's set up it be static. Quote Link to comment Share on other sites More sharing options...
C-Beats Posted March 24, 2023 Share Posted March 24, 2023 As of right now the app is framework dependent, meaning it's portable as long as the machine you're moving to has .NET Core 3.1 runtime installed. Next version we are looking at publishing a version of the app that is self-contained and has the runtime included which would remove that requirement. 2 Quote Link to comment Share on other sites More sharing options...
k_rollo Posted March 26, 2023 Share Posted March 26, 2023 @StuartJAtkinson You might still need to install DirectX9 (some emulators require legacy) and C++ Redistributable as emulator dependencies. Quote Link to comment Share on other sites More sharing options...
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.