Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Dolmexica Infinite

Something resembling a moddable 2D fighter. · By Captain Dreamcast

Dolmexica Bug Reports Sticky

A topic by Captain Dreamcast created Jan 01, 2024 Views: 163 Replies: 19
Viewing posts 1 to 7
Developer

If you find something not working, please post it here!

Everything that's not mentioned here (https://captaindreamcast.github.io/DolmexicaInfinite/differences.html) can be considered a bug, so don't hesitate to post about it.

The more details you post, the easier it would be to fix (e.g. which platform, which character, which stage, etc), that would help a lot! Thanks in advance if you take the time to write it down!

(+1)

Hello! Love the project, love mugen and the vita so the idea of this has me wildly ecstatic, I wouldn't hesitate to back this/donate!

I wanted to test a character on Vita. I ran the .exe vpk maker and also tried just the command line but both yield the same result

".vpk has been created successfully" but it's nowhere to be found in the directory listed, I also tried running as admin. Im using the 1.5 (latest version)

Any tips? Thanks in advance

Developer

Hi, thanks for trying it out!

There are two things that I can imagine going wrong. Maybe it's somehow breaking based on the path you are running the executable in. Is there maybe something like Unicode in there? It should be able to handle whitespaces, but I haven't tested with much else, so if it just doesn't show up, that could be one thing to try, running it from a folder without special characters.

Another thing could be that the executables aren't working on your machine (the ones packaging the game in /vita/external/vita-sdk/). I got a report by someone that they weren't working for him in 1.4, so I replaced them in 1.5, maybe that could be causing issues? Does the 1.4 version work for you? (From here, there's a Dolmexica Infinite Version 1 4 Make-your-own-game kit for Vita download, it's the third one, their names seem to be cut off: https://captaindreamcast.itch.io/dolmexica-infinite-archive) That way I could at least rule out that it's the changes to the packaging that broke anything. Of course it could also be related to them not working on your machine in either 1.4 or 1.5. Is there an error message when you just click on \vita\external\vita-sdk\vita-mksfoex.exe and vita-pack-vpk.exe? Something like "Can't run on this architecture"? I would assume it also pops up when trying to run it from the script, but just to be sure.

Final question would be if it only happens when you try packaging after adding your custom character. Does it also not show up if you just try to package it with the asset folder that comes when you download Dolmexica? If it's that, it might again be some strange filename interfering with the packaging process.

If it's not any of that, my final suggestion would be to open the script (make_vita.bat) and try running the steps of the VPK creation in that script step-by-step on the windows terminal, to check if there are errors popping up there. Although I think if you already tried running the script, it would look similar to how it looked there. 

Those are the things I can imagine could still be causing issues, please let me know if none of them work out, I'll also let you know if I come up with anything else. Thanks!

(+1)

Error in PS Vita

Error in PS Vita while adding characters in Dolmexica app folder in characters
How many characters does dolmexica in PS  Vita Support. There are crashes in adding up multiple characters.
Developer

Looks like it cannot find a stage based on that error message. Did you try adding a select.def that also contains stages? Or is a stage file referenced somewhere inside the character? Not something I've seen before, but I also could not rule it out.
Do you have a link to the character, on mugenarchive or somewhere? If I'm able to reproduce the crash, it should be easy to figure out what's going wrong. In the meanwhile I'll doublecheck how Mugen behaves when it cannot find a stage, I think Dolmexica just showing that error screen is a bit imperfect, that's something that can be improved in the next version either way.

Regarding how many characters are supported, there is no fixed upper limit. The only time the character count comes into play is when loading the character select screen, and it would probably be pretty hard to max out the Vita memory with just the portrait images. Loading might take a while though, I assume the point where loading is just too annoying is reached earlier than any memory concerns. The highest character count I have tried is roughly 100 characters, but there I got around that loading annoyance by just not including the portrait images on the select screen. But yeah, long story short, not really a limit that should cause crashes there. 

If it crashes it might again be some file it can't find, or a problem with file names it can't parse, that's what often causes issues there. If you know what characters or stages cause issue, I'd be interested in checking them out just to see what might be causing crashes there.

Thanks a lot for letting me know about these issues! 

(+1)

I mod your original app because I cannot generate a vpk on the kit it just include one character in the asset. After I modify the characters when its vs the Kung fu man it works but after the new characters are vs each other the game would crash.

Developer

I see, then it really seems like it happens when trying to load a stage that doesn't exist. That would explain why it works vs Kung-Fu Man, as his stage, kfm.def, should be included.

Could I see your data/select.def ? There might be something there that causes a wrong stage to load.  And  a link to one of the characters you use would be helpful, just to make sure it's not also anything else going wrong. Thanks a lot!

(+1)

I am trying to make a Tekken Game out of this mod but I was not able to generate it from the vita make your own game kit it just includes one character then it just generate a small file not including all the assets. I am not sure if I am making it wrong but I follow your instruction on the kit. Maybe if you can help me make this game mod I got my characters from Mugen Archive.

Developer

> it just includes one character then it just generate a small file not including all the assets.

So if you only add one character it doesn't create a proper VPK? Haven't encountered that before and can't reproduce this here, but it could be a bug that happens with certain characters, do you have a mugenarchive link for a character it happens with?

(+1)

Can we get assets from premade mugen games like just porting the characters, stages and data?

Developer

Yes, if it  works with Mugen it should also work with Dolmexica. But there might be bugs in Dolmexica causing crashes/different behavior from Mugen etc.  So if you have a link to the premade Mugen game I would be interested in taking a look. Thanks!

(+1)

Captain Dreamcast mabe you can help me port this one on the Vita if its possible. I cant use the kit it doesnt work on my PC this is the link to the game https://www.mugenation.it/2020/11/18/street-fighter-x-tekken-mugen-by-mugenation...

Developer

I'll take a look, thanks! Will let you know when I find out what's causing the issues.

(+1)

I tried to use the characters on your original dolmexica app it works but with vs Kung Fu Man with each other no it crash

Developer

I took a look at all the things going wrong with Street Fighter vs Tekken on Dolmexica and it's unfortunately quite a lot.

  • Not relevant for the vita version, but it already fails loading the truetype fonts. For the vita version though, that will mean that those fonts will not show up since truetype fonts are not supported on there. Will be fixed for other platforms though.
  • Then there's the issue that a lot of paths have \ instead of / in them, which Dolmexica does not handle gracefully, that also has to be fixed.
  • There seems to be a difference in how Mugen and Dolmexica handle fight/system fonts. Dolmexica completely unloads the system fonts before loading the fight fonts, leading to the fights in Street Fighter vs Tekken missing font1 (in data/RenegadeLifebar/FightWithoutPorts.def). That will also have to be adapted to avoid a crash when loading fights.
  • Characters themselves sometimes crash on Dolmexica due to various reasons. Balrog_mx has an unclosed group header that doesn't seem to be handled gracefully and causes issue. Similarly CvS_OgreTAG just crashes.
  • Other characters have smaller issues, Blankaw's hitboxes don't work (probably a localcoord issue) and some characters like Kratos2 don't have any input in Dolmexica.
  • There's also some characters that work, even when fighting against themselves, such as Cammy.
  • There are issues in the appearance of both menus and stages. There seems to be something going wrong with the localcoord of the stages in Dolmexica. This should technically work, probably a bug there somewhere.

From what I see it's not one thing that affects all characters, but rather a range of different issues affecting different characters, unfortunately. I'll continue taking a look at and fixing the issues, I just wanted to give a first overview over the things that are going wrong as this might take a while to fix. 

(+1)

would it be possible to get some assets from the game then make a Mugen Vesion for the Vita meaning a new game from these please make one for the Vita. Thanks

Developer

The problem is that even the characters are broken in various ways, which makes even making a game using only the characters for Vita a bit of a challenge. I'll try getting the characters fixed with Dolmexica first and let you know when I have something that works on Vita.

(+1)

Can you come up with a game like Streetfighter IV or Tekken Mugen for Dolmexica for the Vita.Thanks in advance.

Developer

It is unfortunately unlikely for me to try something like that, as I always try to make sure the Dolmexica mods I make also run on the Dreamcast. And in my experience, anything from 3D games and from after the Dreamcast's lifespan does not fit in the Dreamcast's limited memory. 

I am still fixing Dolmexica so it works with the Street Fighter VS Tekken mod, and the characters there seem to fit into Vita memory at first glance. Maybe someone has already made Street Fighter IV / Tekken mods for Mugen? If those don't work with Dolmexica, I would also take a look at those, but I wouldn't proactively make new ones.

(+1)

lots of cross over games are already made for mugen over the years but doesn't work with dolmexica. I tried to use the assets to dolmexica but it crashes in PS Vita. I don't have a dreamcast but I can try it using flycast. I have tried your dreamcast versions it works on flycast but no one have mod a mugen game for dolmexica or dreamcast with tekken or streetfighter theme or even a cross over.