All Anime World Game "A little cat-girl’s tale.”

Discussion about games, books, movies, and your favorite songs.
Post Reply
User avatar
Zeratul2k
Captain Catnip
Posts: 2261
Joined: July 11th, 2007, 6:10 am
Location: Holding low orbit over All Anime World
Contact:

Re: All Anime World Game "A little cat-girl’s tale.”

Post by Zeratul2k » December 24th, 2010, 12:08 am

Do we have only one letter size? If that's the case I would say drop the underlined and add a smaller letter, as if for whispers and stuff. Bold and/or italics can be used for emphasis where needed.
So, Lone Star, now you see that evil will always triumph... because good is DUMB!

User avatar
JHawkNH
Anime Addict
Posts: 1300
Joined: July 10th, 2007, 6:59 pm
Location: Minnesota

Re: All Anime World Game "A little cat-girl’s tale.”

Post by JHawkNH » December 27th, 2010, 5:36 pm

Nope, we will have 3 (at least) sizes.
Small - whispering
Medium - normal
Large - shouting

The characture file will only contain the Large version of the letter. we will get the other sizes by shrinking the letter by a factor of 2 for the normal and by 4 for the small.

Also we will have any color text.
There are 10 types of people in this world. Those who understand binary and those who don't.

User avatar
Zeratul2k
Captain Catnip
Posts: 2261
Joined: July 11th, 2007, 6:10 am
Location: Holding low orbit over All Anime World
Contact:

Re: All Anime World Game "A little cat-girl’s tale.”

Post by Zeratul2k » December 27th, 2010, 5:50 pm

Awesome :thumb:

Let me know if I can be of any help.
So, Lone Star, now you see that evil will always triumph... because good is DUMB!

User avatar
JHawkNH
Anime Addict
Posts: 1300
Joined: July 10th, 2007, 6:59 pm
Location: Minnesota

Re: All Anime World Game "A little cat-girl’s tale.”

Post by JHawkNH » December 28th, 2010, 5:35 pm

Well if you really want something to do I have three major parts of the program that will need to be worked on next.

1. Script/Command engine - this is what reads commands from a file and then calls the function and passes it the appropriate information

Example - The file contains the line "3","1,./OpeningSong.mp3". The "3" is code for the PlaySound function. The engine would read this line and then call PlaySound(1,"./OpeningSong.mp3")

We could not completely finish this engine yet because I have not finished all of the command/functions. But at least we could get started on it.

2. Dungen engine - This is the class that will handle all the dungon graphics and monster battles. This is about half of the total game so it is a huge project but it is also more independent of the "Dating Sim" part of the game that I am currently working on so there would be less need for interaction between us on waiting until other things get finished.

3. Non code projects - We still need things like more charactures, story, monster designs, spell/magic ideas, and most of all a goal.

Anything you want to work on?
There are 10 types of people in this world. Those who understand binary and those who don't.

User avatar
Sakura
Resident Kitty
Posts: 2537
Joined: July 9th, 2007, 11:19 pm

Re: All Anime World Game "A little cat-girl’s tale.”

Post by Sakura » December 29th, 2010, 5:08 pm

Make it XML. XML is new, shiny, and sexy :pif:
What do you call a dinosaur with an extended vocabulary? A thesaurus.

User avatar
Zeratul2k
Captain Catnip
Posts: 2261
Joined: July 11th, 2007, 6:10 am
Location: Holding low orbit over All Anime World
Contact:

Re: All Anime World Game "A little cat-girl’s tale.”

Post by Zeratul2k » December 30th, 2010, 4:52 am

No, please, too much spaghetti code for XML already out in the wild. Besides, a plain text file would be a lot easier to write... that said, I could give the script engine a try. Can you send me the current code base?
So, Lone Star, now you see that evil will always triumph... because good is DUMB!

User avatar
Hiki
Honorary Evil Kitty
Posts: 2946
Joined: July 10th, 2007, 12:05 pm
Location: ☆Court of Miracles☆
Contact:

Re: All Anime World Game "A little cat-girl’s tale.”

Post by Hiki » December 30th, 2010, 10:51 am

What is XML? :swt:
..I'll just stick to the art-side of the game ;)
Don't feed me violins.

User avatar
JHawkNH
Anime Addict
Posts: 1300
Joined: July 10th, 2007, 6:59 pm
Location: Minnesota

Re: All Anime World Game "A little cat-girl’s tale.”

Post by JHawkNH » December 30th, 2010, 5:22 pm

XML - eXtended Markup Language

It is just a fancy standardized way to pass information. It is use very often by webpages.

@Z2K: I just need to finish debugging the MakeReversable() function and then I will post a zipped file with all the current code. That will be either later today or tomorrow. Hopefully later today.
There are 10 types of people in this world. Those who understand binary and those who don't.

User avatar
JHawkNH
Anime Addict
Posts: 1300
Joined: July 10th, 2007, 6:59 pm
Location: Minnesota

Re: All Anime World Game "A little cat-girl’s tale.”

Post by JHawkNH » December 30th, 2010, 9:50 pm

Just finished debugging the MakeReversable() function and thought you might get a kiick out of this.

This is what happens when you don't completly debug a function.
It looks like she is looking through a hole she made.
It looks like she is looking through a hole she made.
This is what the final debugged function looks like.
LooK!  Sisters.
LooK! Sisters.
Now I can start working on the dialog box and then create an alpha.
There are 10 types of people in this world. Those who understand binary and those who don't.

User avatar
JHawkNH
Anime Addict
Posts: 1300
Joined: July 10th, 2007, 6:59 pm
Location: Minnesota

Re: All Anime World Game "A little cat-girl’s tale.”

Post by JHawkNH » December 31st, 2010, 3:35 pm

As promissed here is the latest code for the game.

When you begin to create the script engine, can you create it in it's own class in it's own file? That way you will only have to upload the .bas file when you make changes to the code. This will also keep us from making changes to the same file at the same time.

I will post a list of the functions, so far, that we want the script engine to handle later.
Attachments
A Little Cat-girls Tale!.zip
(974.63 KiB) Downloaded 214 times
There are 10 types of people in this world. Those who understand binary and those who don't.

Post Reply