By the way, since we're talking about developer-related in-game stuff, in Dink Smallwood the final boss was Seth, the creator if the game. It was just a normal "person" sprite with a picture of his head stuck on, but it was still cool and funny
Lol. That seems like it would take away from any potential storylines we come up with, though.
And that was just a test. The font itself looks blocky. (Courier New, Italic) So, I'll most likely change it in the near-future. Any suggestions for developer fonts?
So Courier instead of Courier New? Should it still be italicized? Or normal?
EDIT: Also, where on the screen? Is the top-left okay? Is it big enough? Remember, these changes would take about a second, and it would define how you, the testers, will see it.
I'm using SDL_ttf which lets me use standard font files like .ttf and .fon. So anything found in C:\Windows\Fonts would work fine, or anything with those filetypes.
If you use fonts like Courier, be prepared for non-Windows platforms to display text entirely differently than Windows. I found a cool console-y (By this, I think you guys mean monospace) font called "Vera" that's public domain, so you can use it for anything. Just make sure the font you use is compatible with the license we're planning on for the game. Speaking of which, what license are we planning on? GNU GPL is cool, but can tend to be very restrictive. I'd think LGPL or zlib would be better.
As for World of Goo references, there's no copyright infringement as long as we don't use original images. A lot of people make nods to other games (like the Cave Story helmet in Terraria) without specifically asking permission. Although that is a good idea.
As for the final-boss-being-head-of-developer thing, that sounds like a cool idea, but it would have to be hidden, like only if you do a few certain secret things throughout the game, or only if you pass a certain commandline parameter.
Maybe a goo-ish enemy? That hisses and explodes when you get to close? Or some one who leaves secret signs that are hidden. And he operates a telescope and is funny. Or if you wander at night, skeletons with arrows shoot you, and they fry in the light.
I'll google Vera later. For licensing, LGPL is what I was originally aiming for. IDK, what do you think?
Alright, it might be done then.
Not commandline. That would only be for advanced users. Maybe if you press a certain key-combination as you're walking into the room or something like that.
I was just suggesting a commandline thing because that's fairly common among secrets in games. But key combos work too, though it's more common to type something (like type bmax in Space Cadet pinball to get unlimited balls). And LGPL is cool.
Vera isn't public domain, it's just a very very very very very liberal license. The only real difference from public domain is that if you redistribute the font you need to distribute a copyright notice with it.
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
I know we were going to hide the HP value, so I made it available just when you are in the developer view (see text status of engine as well as hp, mp, and gp values). I've also made an easy way to have game states, such as the Infinitives state (pretty much godmode, except with unlimited mp and gp as well). I've also made the background update color black so I don't have to constantly blit a blue square to show the status. Here is an updated screenshot.
What I was thinking of was an addition to the work-in-progress console-type thing, and a class called GameVar that contains a bool that can be set by the aforementioned console. Things like "infinites" or "cheats" or "developer" or "god".
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
A single bitfield would be better than a bunch of different booleans. So you can bitwise OR in different values, and fit about 32 different flags into a single int.
obvious sarcasm >>> It looks awesome!!!
But seriously, it looks like it's getting good.
By the way, since we're talking about developer-related in-game stuff, in Dink Smallwood the final boss was Seth, the creator if the game. It was just a normal "person" sprite with a picture of his head stuck on, but it was still cool and funny
New GooFans Rules | My Addins
Lol. That seems like it would take away from any potential storylines we come up with, though.
And that was just a test. The font itself looks blocky. (Courier New, Italic) So, I'll most likely change it in the near-future. Any suggestions for developer fonts?
I tweet like a bird
I have a lame website
I like Courier as a default for terminal-like things such as PuTTY.
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
So Courier instead of Courier New? Should it still be italicized? Or normal?
EDIT: Also, where on the screen? Is the top-left okay? Is it big enough? Remember, these changes would take about a second, and it would define how you, the testers, will see it.
I tweet like a bird
I have a lame website
Ok so I guess.
Also, about the World of Goo references, we need permission.They are trademarks of 2D boy, and would be breaking copyright issues.
Courier in Top left corner sounds nice
Alright, but italicized or not? Or bolded?
Here is what just normal Courier looks like.
I tweet like a bird
I have a lame website
Or can we use the World of Goo 'console' font, from the Information Superhighway?
I've found some others as well, such as the font used on Unix. They look appropriately consoley.
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
I'm using SDL_ttf which lets me use standard font files like .ttf and .fon. So anything found in C:\Windows\Fonts would work fine, or anything with those filetypes.
I tweet like a bird
I have a lame website
I know about SDL_ttf. But isn't there a TTF version of World of Goo's console somewhere? I doubt they made the font by hand.
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
Maybe, but it isn't in the WoG directory. Plus, I don't think we'd be able to legally use their font.
EDIT: Actually, WoG's fonts are in the old style, different letters were individually mapped as rectangles for SDL to draw on-screen.
I tweet like a bird
I have a lame website
It's the PopCap FontMaker output format. PopCap includes functions to draw from those fonts.
I checked, it seems to be a modified version of FixedSys Bold. It's a standard Windows font.
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
If you use fonts like Courier, be prepared for non-Windows platforms to display text entirely differently than Windows. I found a cool console-y (By this, I think you guys mean monospace) font called "Vera" that's public domain, so you can use it for anything. Just make sure the font you use is compatible with the license we're planning on for the game. Speaking of which, what license are we planning on? GNU GPL is cool, but can tend to be very restrictive. I'd think LGPL or zlib would be better.
As for World of Goo references, there's no copyright infringement as long as we don't use original images. A lot of people make nods to other games (like the Cave Story helmet in Terraria) without specifically asking permission. Although that is a good idea.
As for the final-boss-being-head-of-developer thing, that sounds like a cool idea, but it would have to be hidden, like only if you do a few certain secret things throughout the game, or only if you pass a certain commandline parameter.
IRC | Chapter Tutorial | Reference Guide
Maybe a goo-ish enemy? That hisses and explodes when you get to close? Or some one who leaves secret signs that are hidden. And he operates a telescope and is funny. Or if you wander at night, skeletons with arrows shoot you, and they fry in the light.
-_-
I'll google Vera later. For licensing, LGPL is what I was originally aiming for. IDK, what do you think?
Alright, it might be done then.
Not commandline. That would only be for advanced users. Maybe if you press a certain key-combination as you're walking into the room or something like that.
I tweet like a bird
I have a lame website
I was just suggesting a commandline thing because that's fairly common among secrets in games. But key combos work too, though it's more common to type something (like type bmax in Space Cadet pinball to get unlimited balls). And LGPL is cool.
IRC | Chapter Tutorial | Reference Guide
Vera isn't public domain, it's just a very very very very very liberal license. The only real difference from public domain is that if you redistribute the font you need to distribute a copyright notice with it.
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
Oh, that's fine then.
I tweet like a bird
I have a lame website
Whats Vera?
( 20,000th view of this thread! )
-_-
http://lmgtfy.com/?q=Vera+font
IRC | Chapter Tutorial | Reference Guide
Ohhhh, so it's a type of font! now it's all clear.
-_-
ugh dammit lmgtfy is like a rick roll but humiliating xD
Http://www.yougotrickrolled.com
-_-
"Loading video. Please wait."
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
0.o Aaaaannnnnnyyyyyywwwwaaaaayyyyy...
I know we were going to hide the HP value, so I made it available just when you are in the developer view (see text status of engine as well as hp, mp, and gp values). I've also made an easy way to have game states, such as the Infinitives state (pretty much godmode, except with unlimited mp and gp as well). I've also made the background update color black so I don't have to constantly blit a blue square to show the status. Here is an updated screenshot.
I tweet like a bird
I have a lame website
Don't you mean Superlatives, not Infinitives?
You should make a variable for each thing (unlimited hp, show hp, show mp) so that we can change them with config if we want.
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
Erm, I mean Infinites. I don't mean Grammar. (typo fixed in code)
No those states are changeable via key toggle. Right now I have Infinites state set to the "i" key, but it's only available in developer view.
I tweet like a bird
I have a lame website
Or with a console command?
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
The console would actually take too long to complete. Besides, if we end up doing a chat function, we could have commands like "!infinites".
I tweet like a bird
I have a lame website
What I was thinking of was an addition to the work-in-progress console-type thing, and a class called GameVar that contains a bool that can be set by the aforementioned console. Things like "infinites" or "cheats" or "developer" or "god".
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
A single bitfield would be better than a bunch of different booleans. So you can bitwise OR in different values, and fit about 32 different flags into a single int.
IRC | Chapter Tutorial | Reference Guide