Jump to content

Taito Type X Files


gigapig

Recommended Posts

Posted
Hey guys, i try to setup Contra now but there is no files provided for this game in the ftp, someone made this launch and exit correctly through HS?

nevermind i used this prelaunch script and it exits correctly :)

~Esc::
 Process, Close, AMContra_full.exe
 ExitAPP
return

No additional files were required for that game, you'd just use AMContra_full or Windowed.exe

  • Replies 369
  • Created
  • Last Reply
Posted
Hey guys, i try to setup Contra now but there is no files provided for this game in the ftp, someone made this launch and exit correctly through HS?

nevermind i used this prelaunch script and it exits correctly :)

~Esc::
 Process, Close, AMContra_full.exe
 ExitAPP
return

here is my ahk

;run game (in same folder as this launcher)
Run, AMContra_full.exe
WinWait, ahk_class AMCONTRA
WinActivate, ahk_class AMCONTRA

#IfWinActive ahk_class AMCONTRA
;P1 Controll
Up::w
Down::s
Left::a
Right:
1::Enter
LControl::j
b::k
LShift::u


;P2 Controll
r::Up
f::Down
d::Left
g::Right
a::Numpad1
s::Numpad2
q::Numpad3
2::NumpadEnter
F2::F1
f1::Space

;DISABLEKEYS
w::3
t::4
z::6
y::7
x::8
c::9
v::0
u::ß
i::+

;wait until game closes
Process, WaitClose, AMContra_full.exe
Process, WaitClose, Contra.exe

Escape::
Process, Close, AMContra_full.exe
Process, Close, Contra.exe
return

Posted

Hi hodenhornchen thx for your script, how i should run it? via pclauncher module and PreLaunch?

I have another question related to horizontal games, is it possible to activate bezels like with vertical ones? I ask this because on my 1080p configuration most of games are on a tiny fullscreened window box, would be better with some art around :P

Posted

I have another question related to horizontal games, is it possible to activate bezels like with vertical ones? I ask this because on my 1080p configuration most of games are on a tiny fullscreened window box, would be better with some art around :P

Check out AlexDC's ftp folder /Upload Here/AlexDC22/Taito Type X 1920x1080/Bezel's. You will also need the module as well.

Posted

So I've been messing around (again) and I started playing with the Disable Bluetooth.exe and Enable Bluetooth.exe by majorspawn. One slight problem. It doesn't disable my bluetooth (toshiba stack), but it does disable my wireless adapter (ASUS 802.11 ac) Does anyone know why this is happening, or a possible workaround that I could use?

  • 2 months later...
  • 2 months later...
Posted

another playable game. Wacky Races.

the launcher was released by teknikman on a french forum. It still need a keymapper to change the buttons but its playable atm with the default buttons.

esc=test

s=service/coin

ctrl=break

space=accelerator

enter=start

n=lever

shift=view

u must go into test mode and reset the connection everytime you play to keep it from freezing. the first time you do it, it will download a directplay driver on ur pc. change fullscreen in wr.ini to 1 for fullscreen

Posted
updated my hyperlaunch and it deleted all of my settings for taito type x....great.

It shouldn't have... There isn't anything on GIT that overrides/overwrites those settings. Make sure you select your default/active frontend in the hyperlaunchHQ settings tab

Posted

When I run BlazBlue Calamity Trigger with "Game Loader All RH", my Controls won't work. I know it creates a pad.ini file in the sv folder. Is there a way to configure this?

Update: I tried every single key on my keyboard and I wasn't able to insert a coin.

Posted
When I run BlazBlue Calamity Trigger with "Game Loader All RH", my Controls won't work. I know it creates a pad.ini file in the sv folder. Is there a way to configure this?

Update: I tried every single key on my keyboard and I wasn't able to insert a coin.

You need a quater or you countries equivalent ;)

I think you need a different config, I'll see what I can find.

Posted

Went to follow this tutorial and i'm a bit lost right at the onset.

I'm starting from nothing and you mention prerequisites to install but stop at 'update your video drivers'

You then go into the FTP files (which I grabbed) and start dragging them into another folder...

Where did this folder come from you're dragging this stuff into?

I tried to visit the wiki to just go ahead and make sure I have everything TTX related installed but unfortunately I get this...

attachment.php?attachmentid=49042&d=1420653457

*grumble*

Posted
Went to follow this tutorial and i'm a bit lost right at the onset.

I'm starting from nothing and you mention prerequisites to install but stop at 'update your video drivers'

Things like Net Framework 4.5.1, Visual C++, and you could try Direct X 9c, just have a look in "Programs and Features" to see if they are installed.

You then go into the FTP files (which I grabbed) and start dragging them into another folder...

Where did this folder come from you're dragging this stuff into?

I assuming you've got hold of the games somehow, so the files you have downloaded from the ftp will go in the game folders. They are named accordingly, so it's just a matter of following along with the guide.

I don't mention the games or how to get them in the video for obvious reasons.

I tried to visit the wiki to just go ahead and make sure I have everything TTX related installed but unfortunately I get this...

*grumble*

I don't think the wiki will help with the rest of the setup as the files are somewhat different and it may confuse you, I mentioned it just for the prerequisite information.

Posted

wait...

.net 4.5.... ARRRRRRGH

that puts TTX out of my league for the time being on this current rig i'm putting together... i'm running XP64.

first hyperMarquee... now TTX.

POOP!

thanks for the reply!

Posted
wait...

.net 4.5.... ARRRRRRGH

that puts TTX out of my league for the time being on this current rig i'm putting together... i'm running XP64.

first hyperMarquee... now TTX.

POOP!

thanks for the reply!

Hang on, I know nothing about Netframework, does XP64 use any version of Netframework? I don't even know if it causes a problem if it's not installed, but it is mentioned in the wiki.

What problems are you having with the games

Posted

It cmes up with an error without that framework. Took me agaes to locate what that error was. Also you really should upgrade your Windows. Im a 8.1 fan, runs everything I can find except Silent Hill Arcade.

Posted

xp only supports .net 4

chokes on 4.5.

Unfortunately I'm running mini-itx hardware that probably won't do well with win 7, etc.

mainly due to limited ram configuration at the moment.

Posted

I followed the video tutorial last night, really well done,even a n00b like me didnt fk it up!

I have most games running, just 2 questions, i do not have the 'pad_config.exe' files within my game folder structure, i follwed the tutorial, dragged the files from the ftp over etc but no pad_config.exe' - i went back and checked langersld's folder on the ftp and i dont see them there either - did i miss something?

hoping to follow rest of the vid and do control set up now, just need those files

thanks

Posted
I followed the video tutorial last night, really well done,even a n00b like me didnt fk it up!

I have most games running, just 2 questions, i do not have the 'pad_config.exe' files within my game folder structure, i follwed the tutorial, dragged the files from the ftp over etc but no pad_config.exe' - i went back and checked langersld's folder on the ftp and i dont see them there either - did i miss something?

hoping to follow rest of the vid and do control set up now, just need those files

thanks

The pad config should come with the games, but is not with all of them, the likes of Arcana Heart and Daemon Bride have a different config file. If you don't have it can put it in your ftp.

I'm glad you have it working :)

Posted
The pad config should come with the games, but is not with all of them, the likes of Arcana Heart and Daemon Bride have a different config file. If you don't have it can put it in your ftp.

I'm glad you have it working :)

looked in all my game files, none have the pad config, would you mind putting it on the FTP please?

also, how do i rotate the screen in hyperspin? i set DXwin option to 'true' but i just get a windowed game window,no rotation.

thanks for your patience mate

Posted
looked in all my game files, none have the pad config, would you mind putting it on the FTP please?

also, how do i rotate the screen in hyperspin? i set DXwin option to 'true' but i just get a windowed game window,no rotation.

thanks for your patience mate

You don't need DXWind if your using the files from the ftp, it's all in the guide. I have put the pad config in my folder.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...