Jump to content

Teknoparrot - The King of Fighters XIII Climax


Recommended Posts

Posted

The latest windows updates break 4 games for 10 and 11.

Magical beat freezes during gameplay. Kof 13 climax both regular and nessica black screen. And persona 4 does t load.

  • 3 weeks later...
Posted

hi !

 

with the latest update TP all games works now after test !

good news

Posted (edited)
14 ore fa, nosoucy62 ha scritto:

hi !

 

with the latest update TP all games works now after test !

good news

Hi

to me the normal version of KOF XIII Climax doesn't work yet. Did you try with the Nesica version?

Edited by jackotz91
Posted (edited)
On 1/10/2026 at 3:49 PM, jackotz91 said:

Hi

to me the normal version of KOF XIII Climax doesn't work yet. Did you try with the Nesica version?

 

**UPDATE** This script is only for PC's that need a virtual E drive. If your PC already has an assigned E drive you do not need this, it could cause conflicts. 

 

Nesica version confirmed working with latest TP. TTX2 version does not. Win11 here. Must be run from E drive. Here is a script that creates virtual E drive before game launch... edit paths as needed. You also need to edit game location in KingofFightersXIIIClimaxNesica.xml to the root of E:\ (E:\King of Fighters XIII Climax). This AHK script exits clean and does not make any permanent changes on host PC. 

 

#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%

; === Your real parent folder (the one that CONTAINS "King of Fighters XIII Climax") ===
; After subst, E:\King of Fighters XIII Climax\ will point to D:\Roms\TTX\King of Fighters XIII Climax\
RealGameParentPath := "D:\Roms\TTX"

; 1. Remove any old E: mapping (safe even if not present)
RunWait, subst E: /D, , Hide
Sleep, 1500  ; Give Windows time to release it

; 2. Create virtual E: drive pointing to D:\Roms\TTX
;    → TeknoParrot will see E:\King of Fighters XIII Climax\game.exe = real files
RunWait, subst E: "%RealGameParentPath%", , Hide
Sleep, 3000  ; Important: Wait longer for drive to fully register before TP checks

; Optional debug (uncomment once to test in a CMD window that opens):
; Run, cmd /k "echo E: should now exist && dir "E:\King of Fighters XIII Climax\game.exe" && pause", , , NewPID

; Launch TeknoParrot (your profile now points to E:\...)
Run, D:\Emulators\Teknoparrot Gamepad\TeknoParrotUi.exe --profile=KingofFightersXIIIClimax.xml

~Esc::
    Process, Close, game.exe
    Sleep, 800
    Process, Close, TeknoParrotUi.exe
    RunWait, taskkill /im "TeknoParrotUi.exe" /F, , Hide
    RunWait, taskkill /im "game.exe" /F, , Hide

    Sleep, 1200

    ; Remove virtual E: drive (important to avoid conflicts later)
    RunWait, subst E: /D, , Hide
    Sleep, 800

    ExitApp
Return

 

Edited by drewjbs
Posted
Il y a 4 heures, drewjbs a dit :

 

Nesica version confirmed working with latest TP. TTX2 version does not. Win11 here. Must be run from E drive. Here is a script that creates virtual E drive before game launch... edit paths as needed. You also need to edit game location in KingofFightersXIIIClimaxNesica.xml to the root of E:\ (E:\King of Fighters XIII Climax). This AHK script exits clean and does not make any permanent changes on host PC. 

 

#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%

; === Your real parent folder (the one that CONTAINS "King of Fighters XIII Climax") ===
; After subst, E:\King of Fighters XIII Climax\ will point to D:\Roms\TTX\King of Fighters XIII Climax\
RealGameParentPath := "D:\Roms\TTX"

; 1. Remove any old E: mapping (safe even if not present)
RunWait, subst E: /D, , Hide
Sleep, 1500  ; Give Windows time to release it

; 2. Create virtual E: drive pointing to D:\Roms\TTX
;    → TeknoParrot will see E:\King of Fighters XIII Climax\game.exe = real files
RunWait, subst E: "%RealGameParentPath%", , Hide
Sleep, 3000  ; Important: Wait longer for drive to fully register before TP checks

; Optional debug (uncomment once to test in a CMD window that opens):
; Run, cmd /k "echo E: should now exist && dir "E:\King of Fighters XIII Climax\game.exe" && pause", , , NewPID

; Launch TeknoParrot (your profile now points to E:\...)
Run, D:\Emulators\Teknoparrot Gamepad\TeknoParrotUi.exe --profile=KingofFightersXIIIClimax.xml

~Esc::
    Process, Close, game.exe
    Sleep, 800
    Process, Close, TeknoParrotUi.exe
    RunWait, taskkill /im "TeknoParrotUi.exe" /F, , Hide
    RunWait, taskkill /im "game.exe" /F, , Hide

    Sleep, 1200

    ; Remove virtual E: drive (important to avoid conflicts later)
    RunWait, subst E: /D, , Hide
    Sleep, 800

    ExitApp
Return

 

attention !

si vous avez déjà un lecteur E avec des données il y a un risque.....

Posted
4 ore fa, nosoucy62 ha scritto:

attention !

si vous avez déjà un lecteur E avec des données il y a un risque.....

Does anybody know where I can find the Nesica version Dump, I tried everywhere, it is impossible to find it due to expired links, can you share it here? thank you so much guys

Posted
Il y a 4 heures, jackotz91 a dit :

Does anybody know where I can find the Nesica version Dump, I tried everywhere, it is impossible to find it due to expired links, can you share it here? thank you so much guys

https://archive.org/download/tp__roms_2/TeknoParrot/

Posted
il y a 34 minutes, jackotz91 a dit :

Thank you so much you're very very kind :), I didn't manage to find this link. I will try it on TP

works perfectly on TP (only climax and no nesicax)

Posted
18 minuti fa, nosoucy62 ha scritto:

works perfectly on TP (only climax and no nesicax)

I tried the Nesica one on TP, it works. Thank you so much

Posted

Some way to activate the credits in the menu can be changed, but when confirming, TeknoParrot closes. Launching the game again continues with free credit status.

 

Posted
On 1/11/2026 at 1:36 AM, nosoucy62 said:

attention !

si vous avez déjà un lecteur E avec des données il y a un risque.....

 

Correct, if you already have a physical drive assigned E then this script is not needed. You can simply install your game there. This is for PC that has a C drive (OS) and maybe a secondary drive D.. which is very common for most emulation builds. I will update my post. 

Posted (edited)

il te manque des dll runtimes......simplement

voici les miennes avec lesquelles tout est ok :

 

image.png.50414e4d3372858f5e595a7f44fcb366.png

Edited by nosoucy62
Posted

I've downloaded a bunch of them, but it keeps giving me the error. Can you specify the package needed to make it work? The game has always worked, but it stopped working after I updated to Windows 11 Home 24H2.

 

Senza titolo-1.jpg

Posted (edited)
Il y a 6 heures, Cicala112 a dit :

I've downloaded a bunch of them, but it keeps giving me the error. Can you specify the package needed to make it work? The game has always worked, but it stopped working after I updated to Windows 11 Home 24H2.

 

Senza titolo-1.jpg

le problème est normalement reglé avec la derniere mise à jour de TP

avez-vous mise a jour TP ?

dans le cas contraire il faut installer toutes les versions dans mon message précédent et pas seulement une partie

Edited by nosoucy62
Posted
Il y a 4 heures, Cicala112 a dit :

I updated Teknoparrot, and it's working normally now. Thanks.

ok !

tu aurais commencer avec ca et tu aurais gagné du temps.....

tant mieux que ca fonctionne

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...