Katawa Shoujo fightan game

Feel free to post any fan works in this forum.


User avatar
kobe
Posts: 170
Joined: Thu May 07, 2009 4:11 pm
Location: The Internet

Re: Katawa Shoujo fightan game

Post by kobe »

Small question: what kind of music do you guys want this to have? Blazblue-eque guitar riffs, smash bros like orchestral stuff, ... ? Just wondering.
User avatar
Halkure
Posts: 53
Joined: Thu Mar 25, 2010 5:52 am

Re: Katawa Shoujo fightan game

Post by Halkure »

Closer to Blazblue, I guess. The orchestral works better for SSB since you have so much more floaty air time. I wasn't a huge fan of Blazblue's music overall though. It was..I dunno, too edgy? Trying to be too fast? Too many guitars? Ahah. It's been a while. I hadn't given music a thought yet.
Guest

Re: Katawa Shoujo fightan game

Post by Guest »

I think there should either be remixes of the KS soundtrack, or instrumental pieces that would capture each character or stage the best.

Emi - Punk Rock; Rin - IDM or Math Rock; Lilly - Violin or Orchestra; etc.

If there isn't someone with the program and know-how to make these, there are plenty of free instrumental pieces out on the internet we could search for. If someone working on this gave the okay and told me something to look for, I'd gladly scrounge the internet for them.
User avatar
EmP|ty
Posts: 126
Joined: Mon May 11, 2009 1:36 pm
Location: England, Hampshire.

Re: Katawa Shoujo fightan game

Post by EmP|ty »

Halkure wrote:Aha, excellent. =] Good to have you aboard. You were a programmer if I recall?
Yea, or at least learning anyway, but I'm willing to give a good shot at helping.
User avatar
DannyL7773
Posts: 23
Joined: Sun Apr 25, 2010 2:29 pm

Re: Katawa Shoujo fightan game

Post by DannyL7773 »

Signed up just for this.

Had a look through, saw you were talking about possibly using Mugen as your engine. Now. I used to code characters for it, been a while since my last, something about lack of motivation.

If you decide on mugen for definite, then I should be able to help out abit, see if I can rope one of my friends into it too (He's far superior when it comes to coding characters, however, he can't code stages or edit screenpacks too well, which I can fill in for)

Ummm. As for resolution issues. There's Hi-Res mugen. Although I haven't looked too much into it. Edit: Just asked another friend, he said he believes even though it's higher resolution, its still restricted to a palette of 256 colors.

Hi Res Mugen Image
Image

As for mah resume?



Keep in mind they're old. Stage also by me. But that's not my best stage IMO.

This is.
Image
Image Welcome to PopotanDL XD

And if you want to give it a try, here's the linkage.

http://www.megaupload.com/?d=6ECAHUY3

Yes. My coding work has all been chibi sized characters. But doing it with full-size characters shouldn't be a problem.

And to snicket, page 10, you said about ranged attacks but you couldn't find an easy way to do it.
Use helpers.
As I explained on another site two years ago
It basically calls up an instance of something which you define what it is. Say your animation 1800 is a Kunai. If you set your helper as animation 1800 it'd be a Kunai. ID would be what ID number the helper would have. This helps in controlling many different helpers. You can choose whether it counts as a player or just a helper. Also you can set what state it goes to and whether you can control it like you would your normal character.
Basic straightforward projectile would just require you to use a velset to throw it straight forwards.

And I think this post has gone on long enough. Just lemme know what engine you decide on and I'll see what I can do to help.
User avatar
Halkure
Posts: 53
Joined: Thu Mar 25, 2010 5:52 am

Re: Katawa Shoujo fightan game

Post by Halkure »

Guest wrote:I think there should either be remixes of the KS soundtrack, or instrumental pieces that would capture each character or stage the best.
If there isn't someone with the program and know-how to make these, there are plenty of free instrumental pieces out on the internet we could search for. If someone working on this gave the okay and told me something to look for, I'd gladly scrounge the internet for them.
Ah, I could definitely see the different genres working! Remixes would be exciting too. Well, nobody's stopping you if you want to poke around, but it may be best to wait on music until we have something.. tangible established, to give us a little direction. Haha. I keep thinking of cake metaphors where the music is icing but we don't even have the scratch materials for the cake itself yet.
DannyL7773 wrote:As for mah resume?
Very nice! I'm curious about two things: Do all characters jump so high in Mugen? Can that be scaled down? And for projectiles, is it possible to make objects travel in an arch?

Unfortunately I run OS X by default with XP on bootcamp and have yet to install Mugen again so I'm still pretty fuzzy on its capabilities. It's still the plan until I can do any other research on engines though.
User avatar
DannyL7773
Posts: 23
Joined: Sun Apr 25, 2010 2:29 pm

Re: Katawa Shoujo fightan game

Post by DannyL7773 »

[Velocity]
walk.fwd = 2.4 ;Walk forward
walk.back = -2.2 ;Walk backward
run.fwd = 4.6, 0 ;Run forward (x, y)
run.back = -4.5,-3.8 ;Hop backward (x, y)
jump.neu = 0,-4 ;Neutral jumping velocity (x, y)
jump.back = -2.55 ;Jump back Speed (x, y)
jump.fwd = 2.5 ;Jump forward Speed (x, y)
runjump.back = -2.55,-8.1 ;Running jump speeds (opt)
runjump.fwd = 4,-8.1
airjump.neu = 0,-8.1
airjump.back = -2.55 ;Air jump speeds (opt)
airjump.fwd = 2.5

(This is just copied from Kung-Fu Man's CNS. Default character that comes with mugen, most of the stuff is commented to show what they do)

It's pretty simple stuff if you take a look through some decently made characters. You can customize how fast they move, how high they jump, damage they deal, defense, health, how much special bar they have etc etc I think you get the picture
And yes, arc travelling objects is possible. Using a couple of velsets in a state or possibly a veladd if you want it to look like it's affected by gravity on the comeback down. (Goes faster the longer it takes before it hits the ground)
Only things I have to pick with mugen are the fact it's limited to 256 color palettes, but that's not too bad unless you have a lot of OMGFULLACOLORS specials and separating sprites after paletting them to prepare them for conversion to SFF is a painstaking process.
A nice touch is, you can actually code a character to interact with an opponent character (i.e, hanako's intro could be a little more relaxed around Lilly, while mega shy around others)

There's actually no need to install mugen, it's just a download and unzip thing.
Umm. Hi-Res is here.
http://randomselect.piiym-net.com/hoste ... gen-hi.rar

Only got the default stuff in (KFM and 2 stages).

As for other Fighter engines I know of, there's Fighter Maker 95, I had a little look a couple of year back but I switched over to mugen which seemed better (Haven't regretted the choice yet XD).
http://rm95-database.4t.com/fmsection.html
User avatar
Halkure
Posts: 53
Joined: Thu Mar 25, 2010 5:52 am

Re: Katawa Shoujo fightan game

Post by Halkure »

DannyL7773 wrote: It's pretty simple stuff if you take a look through some decently made characters. You can customize how fast they move, how high they jump, damage they deal, defense, health, how much special bar they have etc etc I think you get the picture
And yes, arc travelling objects is possible. Using a couple of velsets in a state or possibly a veladd if you want it to look like it's affected by gravity on the comeback down. (Goes faster the longer it takes before it hits the ground)
Only things I have to pick with mugen are the fact it's limited to 256 color palettes, but that's not too bad unless you have a lot of OMGFULLACOLORS specials and separating sprites after paletting them to prepare them for conversion to SFF is a painstaking process.
A nice touch is, you can actually code a character to interact with an opponent character (i.e, hanako's intro could be a little more relaxed around Lilly, while mega shy around others)
Excellent! I'm more confident about this now. Hmmm. I am fairly certain I can work with 256 colors so long as it is relative to each character, and not limited to a preconceived 256 pallete?
There's actually no need to install mugen, it's just a download and unzip thing.
Umm. Hi-Res is here.
http://randomselect.piiym-net.com/hoste ... gen-hi.rar
Oh - that's right. Thank ye.

Hahah. This seems to be gaining some traction now. I guess I have my work cut out for me.
User avatar
DannyL7773
Posts: 23
Joined: Sun Apr 25, 2010 2:29 pm

Re: Katawa Shoujo fightan game

Post by DannyL7773 »

Each character has their own palette <3 They can even have multiple palettes. Example (from this thread, page 7 iNceri made the original Shizune, DuaneMoody recolored to Velma):

Image
The original palette. Let's just pretend all 256 colors (Yeah, the 256 colors include all your flashy specials and stuff but I think there's a way around that by not having them use the palette at all..... hmmm I'll have to experiment with that, I'll post results when I get them) that are on the "sheet" are also embedded as info in that single sprite. Load it up in your mugen character creator of choice (Fighter Factory is my personal choice. Uses .pcx and .bmp, I prefer .pcx since all the palette info is generally saved during the separation stage, no faffing around in the maker itself). Just save it as a .act (The character's palette. Shizunepal01.act) A little editing of the colors and save it as a second .act (Shizunepal02.act) and voila
Image
You've got another palette for your character and it was done easily <3 And that's just one character. You do the same for the rest, each having their own palette(s).

Currently in the process of making a KS screenpack to try improve my capability of making one (Only really done simple edits before). It's going fairly well but, like character coding, it can get VERY tedious. Most tedious parts of characters being separaing the sheet. (Seriously. You can sit there for hours separating a big sheet. All it consists of. *Drags selection tool around sprite* Cut (or copy) New. Paste. Save and name something like Stand01. Save as pcx. Repeat for rest of sheet. Which can get to like 1000+ sprites X-X) Then you have to load them all in the .sff (Sprite file) manually and align them. After that it gets better though, you start setting the .air (Animation file up) and at the same time, you can start coding the .cns (Character states file, all attacks and character info) common1.cns (Contains the default stuff, like running and jumping states etc) and the .cmd (Tells the program what buttons activate what states from the .cns). Aaaand finally if you have the know how, you can actually code your own AI into the character if you don't feel like letting the program use it's own default AI (I can only do very VERY basic AI, nothing special).
If anyone actually wants to learn how to make a character from just having the sprites, I guess I could write up a mini-tutorial or something to help you get started (I'm nothing spectacular myself but I can at least help you get from being a complete beginner to sort of average like me XD). Just PM me or catch me on Xfire if you have it. Same username as here. Probably a good idea to mention you're from here too if you do.
User avatar
Snicket
Posts: 1164
Joined: Sun May 10, 2009 4:15 am
Location: Cadillac Ranch

Re: Katawa Shoujo fightan game

Post by Snicket »

Alright we have a skilled coder on the team, whose more familiar with Mugen then i am. -that makes me happy :D

Anyway, if memory serves me correctly. Mugen should have a 'AI' system already set up in the default engine. That is unless they changed it in there 'newer' version. I never got around to testing this when i had a crack at this while back.

Also a few pages backNicol Armarfi, offered to compose the music for this. (if this project ever made it past the idea phase.)

@Danny
Are you familiar with the 'special' meter in mugen? I never really messed around with it too much.
User avatar
DannyL7773
Posts: 23
Joined: Sun Apr 25, 2010 2:29 pm

Re: Katawa Shoujo fightan game

Post by DannyL7773 »

"if you don't feel like letting the program use it's own default AI "

Yeah it does have it's own like I mentioned above.

By special bar do you mean the blue power bar under your health? The one that goes up with attacks and then is consumed when using your special abilities?
User avatar
Xybaro
Posts: 196
Joined: Sun Jul 12, 2009 7:31 pm

Re: Katawa Shoujo fightan game

Post by Xybaro »

DannyL7773 wrote: Image
How could I've missed this!?
Hanako Lover
User avatar
DannyL7773
Posts: 23
Joined: Sun Apr 25, 2010 2:29 pm

Re: Katawa Shoujo fightan game

Post by DannyL7773 »

Been playing with Hi-res mugen for the screenpack making. Learnt these things.
1: I cannot get rid of that blue banner at the bottom of the main menu. (I also cannot change it)
2: The same goes for the blue backing on the options menu.
3: As for resolution. Main Menu, Options Screen, VS screen: 320x240. Character Select Screen640x480.



Yays. XD That's mah tester ^

I was gonna do avatars for the other 9 characters, but I had trouble with Hisao's avatar's palette. That's what you get when you screw around with a character that isn't that character's sprites. (Once again, butchered KFM so I could insert that avatar to show up on the character select screen)

Resources were gotten from around the website.

Also, sorry for bad sound quality, was taken through my mic.
User avatar
Xybaro
Posts: 196
Joined: Sun Jul 12, 2009 7:31 pm

Re: Katawa Shoujo fightan game

Post by Xybaro »

DannyL7773 wrote:
*watches video*

:O

You play Minecraft too?

:P
Hanako Lover
Sajomir
Posts: 238
Joined: Sat Feb 06, 2010 4:59 am

Re: Katawa Shoujo fightan game

Post by Sajomir »

Right... so out of the blue I started thinking about this thread at work today. Came up with potential play styles for the girls, as well as brainstormed a kick-themed moveset for Rin, which I might just attempt to scribble some frames for. Halkure's set of sketches has inspired me.

Lilly: Ground combo-based character. Uses her cane as she walks forward, possibly backs up with slight difficulty. Also uses her cane as the primary setup for her combos. By striking out with said cane and hitting the opponent, Lilly is able to "locate" their position and execute combos. Initial cane strikes might parody a samurai or knight's swings. Also a possibility that if she gets within a certain distance of the opponent, her cane locates their feet on the ground and she has automatic access to combos, which execute faster than her normal cane strikes. Projectile would be whipping out her little shopping basket and throwing something at random. And I mean at random. XD

Hanako: Trap-based trickster. Rachel Alucard of Blazblue is a good example of what I'm thinking. For example, as a projectile, Hanako can toss out a "white" floor tile. It will damage on contact, but will also act as a damaging trap on the floor, making a play on her game of stepping on only dark tiles. She should definitely hit people with books, and her throw could parody Maka's book-hitting habits from Soul Eater. Specials themed around Chess would also work.

Shizune: Specials should liberally make use of Misha, if not making some form of duo between them. (either a tag team like Marvel vs Capcom, or a "puppet" control system like Blazblue's Carl Clover) Otherwise I could see her having a moveset of fairly realistic martial arts.

Emi: Energetic to the point that she's the character who gets a double jump. If she does not have E. Honda's torpedo headbutt, I will be sad.

Rin: Lotsa kicks. Possibly has a bigger double-forward "dash" range than other characters. Aerial combos? Also, projectiles should be punting either art supplies or bad art of Hisao. (http://shimmie.katawa-shoujo.com/post/v ... search=Rin)
I plan to look into Taekwondo and Muay Thai for some inspiration on a moveset.
Animator for the Katawa Shoujo Fighting Game
We are looking for additional animators and spriters! Please PM me :D
Post Reply