All Anime World Game "A little cat-girl’s tale.”
- 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.”
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!
Re: All Anime World Game "A little cat-girl’s tale.”
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.
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.
- 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.”
Awesome
Let me know if I can be of any help.

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!
Re: All Anime World Game "A little cat-girl’s tale.”
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?
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.
Re: All Anime World Game "A little cat-girl’s tale.”
Make it XML. XML is new, shiny, and sexy 

What do you call a dinosaur with an extended vocabulary? A thesaurus.
- 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.”
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!
- 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.”
What is XML?
..I'll just stick to the art-side of the game ;)

..I'll just stick to the art-side of the game ;)
Don't feed me violins.
Re: All Anime World Game "A little cat-girl’s tale.”
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.
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.
Re: All Anime World Game "A little cat-girl’s tale.”
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. This is what the final debugged function looks like. Now I can start working on the dialog box and then create an alpha.
This is what happens when you don't completly debug a function. This is what the final debugged function looks like. 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.
Re: All Anime World Game "A little cat-girl’s tale.”
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.
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 215 times
There are 10 types of people in this world. Those who understand binary and those who don't.