NightPotato Posted August 13, 2016 Posted August 13, 2016 Is it possible to to launch the game with a custom executable? Like custom launchers? I know there is not much details but I just don't know how to explain what I am taking about.
jcsnider Posted August 13, 2016 Posted August 13, 2016 No reason why not. Just have whatever application launch the Intersect Client (or whatever you call it).exe after it does it's thing.
NightPotato Posted August 13, 2016 Author Posted August 13, 2016 @jcsnider I keep getting an win32exception "the system cannot find the file specified" yet I have the right path. I  have tried using Process.Start("path here"); but it still says it can't find it. Â
jcsnider Posted August 13, 2016 Posted August 13, 2016 Post the path. You might have invalid characters or something. Make sure you are using forward slashes (/) instead of back (\)
NightPotato Posted August 13, 2016 Author Posted August 13, 2016 33 minutes ago, jcsnider said: Post the path. You might have invalid characters or something. Make sure you are using forward slashes (/) instead of back (\) I will look into the slashes. that might be my error. as or posting it, i am not on the computer with the code so i would be hard for me to post it. I double check my code, I didn't add the "using System.Diagnostics;". Although the client keeps trying to download the resources, but they are there. Is this a problem on my side?
jcsnider Posted August 13, 2016 Posted August 13, 2016 Sounds like you have an antivirus or some type of sandbox software which is running Intersect in a separate location. Try disabling anything that could be interfering and then adding an exception once you know what that is.
Phenomenal Posted August 15, 2016 Posted August 15, 2016 @NightPotato Someone (I think Damian) made a tool for this somewhere on the forum with custom images and all
NightPotato Posted August 19, 2016 Author Posted August 19, 2016 @PhenomenalDev I will look around. I am currently having a issue with resources. I think It has to do with the directory the application is in. It works fine on Desktop just not my Games folder in my C:\ drive. But Thanks!
Phenomenal Posted August 19, 2016 Posted August 19, 2016 @NightPotato Some random quirk I assume have you tried keeping it in your documents? I always keep it in there and it seems to work well
SkywardRiver Posted August 19, 2016 Posted August 19, 2016 I'll post a Launcher with Tutorial on how to use it in a bit.
NightPotato Posted August 20, 2016 Author Posted August 20, 2016 @PhenomenalDev & @SkywardRiver Thanks for the help, It works fine in documents. I just need to figure out how to actually make a launcher so it doesn't matter where people put it. I am a newbie when it comes to coding.Â
Phenomenal Posted August 20, 2016 Posted August 20, 2016 @NightPotato Well done for even getting it to work it will be some stupid bug if you just mull through the path setting it will be there NightPotato 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now