YesNoOk
avatar

Ikemen GO (Read 1207231 times)

Started by K4thos, May 26, 2018, 03:04:27 am
Share this topic:
Re: Ikemen GO Plus
#1361  December 27, 2019, 11:36:18 pm
  • ***
  • One of Ikemen GO devs
    • Colombia
I know there is a bidding.
The problem is I do not know how to do it... I do not know how to use DX9.
I need help to do it.

Also some other news.
K4thos is back, I will include the GO side of code of his updates (His lua files are not yet fully usable)
But wait!! We haven't made the Suave Dude character yet!!
Re: Ikemen GO Plus
#1362  December 27, 2019, 11:51:53 pm
  • ****
  • Hoping for the best, prepared for the worst.
  • 2D Fighting games forever!
    • Brazil
Since when is he back? Have you been talking to him privately?
Lasagna
Re: Ikemen GO Plus
#1363  December 28, 2019, 02:17:43 am
  • ***
Since when is he back? Have you been talking to him privately?
via ikemen discord. I'm on MFG as well. For now no new developments from me, I'm currently working on updating old Lua files to work with latest engine iteration (using them as it is would be a downgrade compared to what's currently available in Gacel's and Neat Unsou's forks since they are missing localcoord and some other features and bugfixes). Once done I'd like to finish implementing Tournament mode and maybe some other minor stuff in Lua side of things.
Re: Ikemen GO Plus
#1364  December 28, 2019, 06:23:42 am
  • avatar
  • **
    • Turkey
It's nice to see you back k4thos.We have been waiting for you.But, i wonder why you left developing this engine.You cant spare your time due to real life or you just lost interest?
Re: Ikemen GO Plus
#1365  December 28, 2019, 06:54:07 am
  • ***
    • Canada
Since when is he back? Have you been talking to him privately?
via ikemen discord. I'm on MFG as well. For now no new developments from me, I'm currently working on updating old Lua files to work with latest engine iteration (using them as it is would be a downgrade compared to what's currently available in Gacel's and Neat Unsou's forks since they are missing localcoord and some other features and bugfixes). Once done I'd like to finish implementing Tournament mode and maybe some other minor stuff in Lua side of things.

Great to see you back in it. I'm really looking forward to seeing how IKEMEN will develop from here.
Re: Ikemen GO Plus
#1366  December 28, 2019, 07:15:30 am
  • ****
  • Hoping for the best, prepared for the worst.
  • 2D Fighting games forever!
    • Brazil
So huh... I'm kinda out of the loop about all the progress made so far so I'm going ask: How does the screenpack compatibility works exactly? Is it drag and drop like mugen or do I have to manually tweak stuff? Sorry if the question sounds confusing.
Lasagna
Last Edit: December 28, 2019, 07:19:28 am by -Ash-
Re: Ikemen GO Plus
#1367  December 28, 2019, 08:54:40 am
  • ***
  • One of Ikemen GO devs
    • Colombia
Drag and drop for the most part.
There is a feature called "localcoord.origin"

The valid values are:
Code:
localcoord.origin = "Default"
localcoord.origin = "Left"
localcoord.origin = "Center"
localcoord.origin = "Right"

These have to be done because "X = 0" is different depending on the screenpack.
"Center" and "Default" are the most common (Center is sometimes seen in 1.0 4:3 screenpacks but not always) but I have seen some widescreen screenpacks that use "Left".
Elecbyte code is weird...

These go in your screenpack system.def, if it can not find it it defaults to "Default"

Via ikemen discord. I'm on MFG as well. For now no new developments from me, I'm currently working on updating old Lua files to work with latest engine iteration (using them as it is would be a downgrade compared to what's currently available in Gacel's and Neat Unsou's forks since they are missing localcoord and some other features and bugfixes). Once done I'd like to finish implementing Tournament mode and maybe some other minor stuff in Lua side of things.

Screenshot is one feature you added K4thos, and it's not dependent on lua files.

EDIT:
The IKEMEN discord link was posted in the Discord Links Ahoy! thread.
http://mugenguild.com/forum/topics/discord-links-ahoy--178605.0.html
But wait!! We haven't made the Suave Dude character yet!!
Last Edit: December 28, 2019, 09:35:00 am by Gacel
Re: Ikemen GO Plus
#1368  December 28, 2019, 09:53:10 am
  • ****
  • Hoping for the best, prepared for the worst.
  • 2D Fighting games forever!
    • Brazil
Another question: Can I use any screenpack or does it has some kind of limitation?
Lasagna
Re: Ikemen GO Plus
#1369  December 28, 2019, 06:08:14 pm
  • ***
    • Canada
You can use any screenpack without issue. You'll likely have to tweak fonts, settings and whatnot, but it all basically reads the same.
Re: Ikemen GO Plus
#1370  December 28, 2019, 10:01:56 pm
  • ****
  • Hoping for the best, prepared for the worst.
  • 2D Fighting games forever!
    • Brazil
Thanks, thats really good to know.
Lasagna
Re: Ikemen GO Plus
#1371  December 28, 2019, 11:14:12 pm
  • ****
  • Hoping for the best, prepared for the worst.
  • 2D Fighting games forever!
    • Brazil
I tried myself and failed miresably. Would be nice to have to have a readme file explaining this stuff because its definitely not newbie friendly.
Lasagna
Re: Ikemen GO Plus
#1372  December 28, 2019, 11:51:28 pm
  • ****
  • Rurouni Fan
  • The dream is nothing yet drive us to the end.
    • www.youtube.com/playlist?list=PLaWlQGjKyJWoXxMR8nrea7P4R9C0JnA-_
I also tried before and was unsuccessful.
Everything that has been done so far is simply amazing, and I look forward to migrating from MUGEN to IKEMEN. But I will have to wait. Maybe when a stable build comes out (something like 1.0), I think someone will be willing to do some tutorial, I may be mistaken though.
One day someone will rip the Inuyasha stages... Not today nor tomorrow, probably not even in this decade. But you know, someday... :')


Did you play the new
Spoiler, click to toggle visibilty
Re: Ikemen GO Plus
#1373  December 29, 2019, 08:36:15 pm
  • ***
    • Canada
The initial hump for sure isn't friendly at the moment, but it's definitely getting there. It's a lot simpler to import your projects now compared to older builds.
The biggest change is the scripts (it pretty much replaces and splits up the mugen.cfg) and even then you likely won't have to engage with it. 95% of your configuring still take place in the .def files as normal. Once you can semi navigate through it, it's not that bad.

@K4thos, links are a bit scattered (even in discord) and it does require some digging. Would you be able to single out the latest build/s in the first post?
Re: Ikemen GO Plus
#1374  December 30, 2019, 05:43:29 am
  • ***
@K4thos, links are a bit scattered (even in discord) and it does require some digging. Would you be able to single out the latest build/s in the first post?
Which part of the opening post is confusing?
Quote
Installing
For now automated build from AppVeyor can be found at:
https://ci.appveyor.com/project/Windblade-GR01/ikemen-go
Inside the artifacts tab. Installation bundles will be provided in the future.

Quote
References
Suehiro repo (Original creator of the engine): https://osdn.net/users/supersuehiro/pf/ikemen_go/
Gacel's fork: https://github.com/Windblade-GR01/Ikemen_GO
Neat Unsou's fork: https://osdn.net/users/neatunsou/pf/ikemen_go/wiki/FrontPage

Gacel and Neatunsou merge the changes of each other constantly so most of the time the 2 repos are the same.

The post links to a place where you can download ready to play build and informs that there are not really any competing forks currently (changes made in one ends up in another, so it doesn't really matter which one you use in case you're interested in manual compilation)
Re: Ikemen GO Plus
#1375  December 30, 2019, 07:19:28 am
  • ***
    • Canada
Folks ending up with the wrong build initially was fairly common so I wanted to help clarify if possible. However, you're right. I suppose it doesn't get simpler than that.
Re: Ikemen GO Plus
#1376  December 30, 2019, 07:22:20 am
  • avatar
  • **
    • South Africa
Folks ending up with the wrong build initially was fairly common so I wanted to help clarify if possible. However, you're right. I suppose it doesn't get simpler than that.

The latest build is mentioned on the first post, as well as a link to appveyor.
Re: Ikemen GO Plus
#1377  December 30, 2019, 07:17:00 pm
  • avatar
    • Russia
So apparently it didn't work because it couldn't properly recognize my PS4 controller plugged in.

This is using the Dec 26th fork.
If i turn my fightstick to a PS3 mode it runs just fine.
Re: Ikemen GO Plus
#1378  December 31, 2019, 10:12:17 pm
  • ***
  • One of Ikemen GO devs
    • Colombia
That's a GLFW bug.
So not a bug with Ikemen GO but with OpenGL's GLFW.
https://github.com/glfw/glfw

For what I see the problem happens in glfwInit() call.
I'll report to the GLFW dev team, could you provide the full error log?

EDIT
So the problem is more specifically with in the mappings.h file in the GLFW C source but I need the full error log to make sure.
Maybe I can bug fix it and make a pull request.

But I'll need you to help to test the changes because I do not have the controller.
I see from the screenshot it's not the same as a PS4 one.
But wait!! We haven't made the Suave Dude character yet!!
Last Edit: December 31, 2019, 10:33:26 pm by Gacel
Re: Ikemen GO Plus
#1379  December 31, 2019, 10:17:06 pm
  • *****
  • Formerly known as HyperClawManiac
  • Competitive MUGEN when?
    • UK
    • sites.google.com/view/ragingrowen/home
Have you checked the bug report lately?
I haven't seen you reply there and there are a few thingamabobs there.
WIP Schedule:
The next Street Fighter All-Stars update
Re: Ikemen GO Plus
#1380  December 31, 2019, 10:28:38 pm
  • ***
  • One of Ikemen GO devs
    • Colombia
Yes I checked it.
Also some people that posted it also posted on discord.
So I did not answer then trough the post.

I'll post there more from now on. (I fixed some bugs but did not answer them :blank:)

EDIT
I haven't not read anything in page 2 trough, sorry. I'll do it ASP.

EDIT 2
So I'm making so K4thos fork would also have automated builds like mine.
I'll post the link to it once I finish it.

EDIT 3
Done:
https://ci.appveyor.com/project/Windblade-GR01/ikemen-go-plus
Remember that these are still a WIP and screenpacks does not work as are supposed to.

PS: The link of K4thos builds and my builds are different.
But wait!! We haven't made the Suave Dude character yet!!
Last Edit: January 01, 2020, 12:11:19 pm by Gacel