Search found 1189 matches

by kylekrack
Sat Apr 23, 2016 2:49 am
Forum: Game Discussion
Topic: OHRRPGCE stable release (callipygous)
Replies: 33
Views: 11133

By the way, the updates to the slice collection editor are super helpful. The mouse compatibility is fantastic, and the colored text signifying visibility is going to clear up a lot of debugging issues. Are there any other features with it I may not have noticed? I didn't even realize the slice coll...
by kylekrack
Sat Apr 23, 2016 1:40 am
Forum: Game Discussion
Topic: Fancy Fade Outs!
Replies: 10
Views: 4462

TMC wrote:the new script interpreter (arrays).
Image
by kylekrack
Fri Apr 22, 2016 5:19 pm
Forum: Game Discussion
Topic: Fancy Fade Outs!
Replies: 10
Views: 4462

Gizmog wrote:I can't stop looking at it.
It's pretty darn mesmerizing. I am fully blown away by this demo.
by kylekrack
Wed Apr 20, 2016 5:47 pm
Forum: Q&A Discussion
Topic: Can't delete type in Callipygous release
Replies: 12
Views: 2234

It was the Nightly from March 28 of this year.

EDIT: No wait

EDIT EDIT: That should be right. I'm not entirely sure.
by kylekrack
Wed Apr 20, 2016 4:47 pm
Forum: Q&A Discussion
Topic: Can't delete type in Callipygous release
Replies: 12
Views: 2234

I was previously using nightlies. I didn't try making a new .rpg file and testing the typing there. Are you suggesting it might be because my existing .rpg file got updated from a nightly version into Callipygous?
by kylekrack
Tue Apr 19, 2016 10:47 pm
Forum: Q&A Discussion
Topic: Can't delete type in Callipygous release
Replies: 12
Views: 2234

Oh jeeze, my bad. Yep that fixes it! Thanks a bunch for the quick response.
by kylekrack
Tue Apr 19, 2016 9:47 pm
Forum: Q&A Discussion
Topic: Can't delete type in Callipygous release
Replies: 12
Views: 2234

Fantastic. Funny that I didn't notice until now either. It seems like something that would get noticed pretty quickly, but then again, I'm working mostly in code right now. I will keep my eye out for other bugs and things.
by kylekrack
Tue Apr 19, 2016 9:13 pm
Forum: Game Discussion
Topic: Show off your graphics!
Replies: 1625
Views: 335947

Disgusting. I love it.
by kylekrack
Tue Apr 19, 2016 7:14 pm
Forum: Q&A Discussion
Topic: Can't delete type in Callipygous release
Replies: 12
Views: 2234

I have a standard QWERTY keyboard. I'm using an old MacBook Pro, 2011 I believe.

Maybe updating to OS X El Capitan would show some different results. But then, I guess I wouldn't be able to figure out what's wrong with my current system.
by kylekrack
Tue Apr 19, 2016 5:48 pm
Forum: Q&A Discussion
Topic: Can't delete type in Callipygous release
Replies: 12
Views: 2234

Can't delete type in Callipygous release

I'm having a pretty detrimental issue with the new editor/game. Instead of deleting a character when typing, it replaces the previous character with a '?'. It does this in the textbox editor, map name editor, and even in the "name the hero" prompt in the game.app. Needless to say, it's a b...
by kylekrack
Sun Apr 17, 2016 7:55 pm
Forum: Game Discussion
Topic: Fancy Fade Outs!
Replies: 10
Views: 4462

Yes, those two animations look great. Another interesting one is the shrink dissolve, surprisingly. After playing with all of them, I think each one has potential for giving a different feel to transitions.

I will keep in mind that teleport to map() still waits a tick.
by kylekrack
Thu Apr 14, 2016 5:47 pm
Forum: Game Discussion
Topic: Fancy Fade Outs!
Replies: 10
Views: 4462

Fancy Fade Outs!

Playing around with pixel-based movement, the 'use door()' command is proving to cause a bit of complication, likely due to its automatic wait tick. For this and other reasons, I'm using 'teleport to map()' instead. Obviously, this command typically doesn't look as nice because of how instant it is,...
by kylekrack
Wed Apr 13, 2016 4:25 pm
Forum: Game Discussion
Topic: Heart of the OHR Contest 2016
Replies: 279
Views: 56738

Mid-life Crisis Simulator, 2016
by kylekrack
Wed Apr 13, 2016 5:46 am
Forum: Game Discussion
Topic: Show off your graphics!
Replies: 1625
Views: 335947

Really nice looking. I like your box edges and the hp and mp bars a lot.
by kylekrack
Tue Apr 12, 2016 5:22 am
Forum: Game Discussion
Topic: Thread of useful utilities
Replies: 27
Views: 20937

Brackets is an open source text editor centered around programming, primarily web design, that has a lot of nice features without any cost. http://brackets.io/ There are simple things like line numbers, a sidebar with document history, and a few formatting things that are nice to have. Also, it has...