ffman1985 Posted September 24, 2022 Author Posted September 24, 2022 I also success in loading ngcd game (.cue). However, when I try to load the aes (arcade) rom (.zip), it shows the error “Could not open IPL.TXT”. It is not make sense as I am not loading the ngcd game.
Tux Posted September 24, 2022 Posted September 24, 2022 (edited) 33 minutes ago, ffman1985 said: I also success in loading ngcd game (.cue). However, when I try to load the aes (arcade) rom (.zip), it shows the error “Could not open IPL.TXT”. It is not make sense as I am not loading the ngcd game. Already told you : if you pass a zip on the command line, it assumes it contains the files extracted from an iso for a neocd game (and so if it doesn't find an ipl.txt in the zip it will output an error). If you want to run an arcade game and not a neocd game, you must pass a name instead, not the zip file, but if you do that on the command line avoid -nogui for now (the fix is committed to git). Edited September 24, 2022 by Tux
ffman1985 Posted October 4, 2022 Author Posted October 4, 2022 I try to unzip my neogeo rom and remove ‘-nogui’ but still not work. The same error message appears ‘could not open ipl.txt’.
Tux Posted October 4, 2022 Posted October 4, 2022 I don't know how to explain this to you after this !
Tux Posted October 5, 2022 Posted October 5, 2022 A very last time : if you pass a zip on the command line (or a 7z) it's to load a neocd game ONLY !!! If you want to load an arcade game, then you must pass the name of the game instead (short name preferably !).
ffman1985 Posted October 5, 2022 Author Posted October 5, 2022 I just pass the name ‘kof96’ which is Unzipped from kof96.zip
Tux Posted October 5, 2022 Posted October 5, 2022 44 minutes ago, ffman1985 said: I just pass the name ‘kof96’ which is Unzipped from kof96.zip You 're really a desperate case on this you know ? It doesn't have to be unzipped or anything, it's just exactly the same loading method as with the gui, which means the rom whose name you pass on the command line needs to be in 1 or the rom paths, otherwise you can also use -rp to change the 1st rom path on the command line... This is some super basic stuff, there is nothing complex to understand here... !
ffman1985 Posted October 5, 2022 Author Posted October 5, 2022 (edited) Solved. Edited October 5, 2022 by ffman1985
mojavehunter Posted August 28, 2024 Posted August 28, 2024 Looks like you’re trying to bypass the Raine GUI to launch KOF96 directly. I’ve had a similar issue before. For your shortcut, make sure the command is structured correctly. It seems like your attempt is close, but it might need some tweaking. You could try this: "D:\Games\raine64\raine.exe" -nogui "D:\Games\Neogeo\kof96.zip" I had a similar hiccup when trying to reset my PC and found a handy guide on operatingsystems.info that cleared things up. The site had a simple breakdown that made the process a lot easier. Maybe adjusting the command format will do the trick for your shortcut!
ffman1985 Posted August 28, 2024 Author Posted August 28, 2024 Hello, mojavehunter, thank you for your interest to the topic. I had already found the correct way to bypass the gui. E.g. for kof96, the command is: D:\Games\raine64\raine.exe -nogui kof96 The loaction of the rom is not included in the command. Just to make sure that the rom should be placed in the accepted rom directory. The rom can either be zip or unzipped. One of the advantage of unzipped format is that, if it is a hack rom, no "wrong crc" message will appear.
Tux Posted August 28, 2024 Posted August 28, 2024 When you give the path of a zip file on the command line it's considered to be the path of a neocd image, so it will try to start kof96 neocd version here ! That's because raine accepts files extracted from a neocd iso and the packed into a zip for its neocd files.
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