You wake up in in a unknown area finding a suit on you that says blue so you call yourself blue then you get up and realize lava and platforms everywhere then you first jump to freedom platinum runners is a 2 player platformer one player takes control of blue the other pink Game Features -Muitplayer -Trickey Puzzles -Storyline -1-2 Muitplayer Progress OverAll 20% Maps 15% Models 0% Game-play 100% Maps Pr_lvl1 100% Pr_lvl2 100% Pr_lvl3 0% Models Blue 0% Pink 0% Gameplay Interface 0% Movment 5% Crew Recbhunk Mapper, Scriptur(Beginner) Shark Tooth Mapper, Beta Tester Nibiru Mapper, Sound Artist We Are Looking For Help Such as Modelers, Mappers, Scripters , and Overall Help

  • View media
  • View media
  • View media
  • View media
  • View media
  • View media
Add media Report RSS AutoUpdater/Launcher (view original)
AutoUpdater/Launcher
embed
share
view previous next
Share Image
Share on Facebook Post Email a friend
Embed Image
Post comment Comments
Leo_V117
Leo_V117 - - 153 comments

Does this actually work?

Reply Good karma Bad karma+1 vote
moonmansmeme Author
moonmansmeme - - 261 comments

uhhh.... the website button works check for newer versions and it does
update the only issueim having is it wont launch the game for some strange reason

Reply Good karma+1 vote
Leo_V117
Leo_V117 - - 153 comments

You could always try using a string with the PAS launch commands... EG:

//CODE
private void buttonLaunch_Click(object sender, EventArgs e)
{
string RunThis = "bin\sandbox_fps.exe -qmy_stuff -r %1 %2 %3 %4 %5";

Process process = new Process();
process.StartInfo.FileName = RunThis;
process.Start();

Application.Exit();
}
//END CODE

Or, whatever it is in VB. You should switch to Visual C# if you havent already, Its much better...

Reply Good karma Bad karma+1 vote
moonmansmeme Author
moonmansmeme - - 261 comments

im going to give that try

Reply Good karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Description

will be included in version 1.20