Build Your Own Arcade Controls Forum
Front End Support => MaLa Frontend => Topic started by: mrclean on September 03, 2008, 08:19:06 pm
-
I just recently added some PC Games to my mix .. and for daphne, as well as the PC Games i'm using ".bat" files to launch them. I'm having a problem specifically with the game "hamster ball". If launching the game in windows it loads up, and runs fine, but if i try to load the file with this:
"C:\Game\PC Games\Hamster Ball\hamster.exe"
-fullscreen -nohwaccel
That's the .bat i created i get a texture error with the game?
here is my tigerwoods .bat file (which no problems):
"C:\Program Files\EA Sports\Tiger Woods PGA TOUR 08\bin\TW2008.exe"
-fullscreen -nohwaccel
hamster ball has a texture error ?? but works perfectly if i click on the .exe on my desktop
I'm utilizing a similar .bat for daphne and no problems with that, can any one get hamster ball bat working for me ?
-
The parameters that you are using:
-fullscreen -nohwaccel
... are parameters that Daphne uses.
My guess is that TW2008 does care that you are submitting parameters it doesn't understand while hamster.exe does care. For Hamster Ball use only:
"C:\Game\PC Games\Hamster Ball\hamster.exe"
-
ok very odd, if i have that text / code and make a .bat, and launch that .bat from windows ONLY if it's in a particular folder which shouldnt matter, then it works, however ive directed MaLa to launch the same file , and still the same issue.. i was even considering moving all my .bat files to the hamster folder i don't care because you don't see them it's only a directory for MaLa to use to send out parameters but i'm still having the same issue.. the .bat works in windows and not in MaLa ?!?!?! but tiger works just fine even after moving it to the hamster folder ..so what gives??
so if i put the bat file on my desktop lets say with the same code i get this error again:
texture load failed shadow.png !?
but if i put the bat in the hamster folder and double click it no errors.. so how do i not get an error in MaLa when launching it?
-
Well if it works only if the bat file is in the hamster folder then you need to add a couple of lines to the bat file just before the line that runs hamster.exe.
C:
CD "\Game\PC Games\Hamster Ball"
hamster.exe
Those extra parameters that you are sending aren't necessary, but are apparently not causing the problem. By using the CD command in the batch file, you are changing to the hamster ball folder before running hamster.exe. The C: probably isn't necessary, but is a "just in case" if you have multiple drives. Some people think you can do a:
CD "C:"\Game\PC Games\Hamster Ball"
But this will error if your current drive is a drive other than Drive C.
-
YES!~ It worked thanks SGT your the man! something so simple and it made it work
-
(http://forum.arcadecontrols.com/avatars/user/avatar_12672.jpg)(http://www.starstore.com/acatalog/bond-girls-calendar-b-06-o.jpg)(http://forum.arcadecontrols.com/avatars/user/avatar_12672.jpg)
-
uh still an in game issue MaLa related ? When launching the game in windows with the bat, it works, the game also launches with the same bat in MaLa... when launching the .bat in windows the game play is fine..
Problem: when launching the game with the .bat file with MaLa with SGT's above code during in game play the hamster seems to run / my trackball rolls down automatically.. only when launching the game from MaLa. Even if i manually click on the same .bat in windows no problem.. Why does MaLa make my trackball / hamster run / roll for no reason??