Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: ACagliano on February 03, 2015, 12:43:49 pm

Title: TI-Slender: The Eight Pages
Post by: ACagliano on February 03, 2015, 12:43:49 pm
A few days later than promised, I'm revealing the topic of my almost-complete game.

This game will be a clone of Slender: The Eight Pages, featuring 4-level interrupt-based greyscale, and all the static effects you know and love. The game will be rendered in 3D. Granted I won't be able to emulate the creepy music, but I'm sure the game will be fun, if not scary.

Project Page: http://clrhome.org/slender

If this game is well-received, I will clone the rest of the Slender series as well.
Title: Re: ACags Project Reveal
Post by: Sorunome on February 03, 2015, 03:49:32 pm
From what I heard about it so far it sounds quite awesome :D
Title: Re: ACags Project Reveal
Post by: chickendude on February 17, 2015, 06:47:17 am
I tried the download link but i guess it's just a placeholder? Any screenshots?
Title: Re: ACags Project Reveal
Post by: Princetonlion.tibd on February 17, 2015, 07:29:53 pm
I think you click slenderman, then put your mouse in the middle and click the title.

That's what I did
Title: Re: ACags Project Reveal
Post by: chickendude on February 17, 2015, 07:51:49 pm
I meant this link: http://clrhome.org/slender/downloads/slender8pages.zip
Title: Re: ACags Project Reveal
Post by: Princetonlion.tibd on February 17, 2015, 09:42:42 pm
Oh...

It worked for me last week...
It's broken for me too >.<
Title: Re: ACags Project Reveal
Post by: ACagliano on March 11, 2015, 08:55:40 pm
That is a broken link, as there is no official release yet. It's a placeholder for now.

Also, here is an animated screenshot of the title screen. This works, but pressing [2nd] to start the game immediately crashes. The screenshot may be glitchy, bc i know my version of WabbitEmu tends to botch them. Can anyone suggest a better Mac/Unix emulator?
Title: Re: ACags Project Reveal
Post by: Sorunome on March 12, 2015, 04:13:27 am
WabbitEmu always worked fine to me! Also, there is JSTiFied.
And that title screen is looking bloody nice :p
Title: Re: ACags Project Reveal
Post by: ACagliano on March 12, 2015, 04:11:49 pm
Well, viewing the gif in Chrome shows it nicely. Apparently its a Safari thing. Also, does anyone know... on a website, i know that onclick does not trigger when an element is "touched" on a touch screen, but can the jQuery .click function work?
Title: Re: ACags Project Reveal
Post by: Sorunome on March 12, 2015, 05:15:04 pm
What do you mean by "touched" ?
Title: Re: ACags Project Reveal
Post by: chickendude on March 13, 2015, 09:50:46 am
I guess "touched" means when you poke the screen with your finger. I don't know anything about webdev though. I'll happily help you figure out what's crashing after the title screen, i'll even try setting Brass up (though i'd much rather use spasm :P).
Title: Re: ACags Project Reveal
Post by: ACagliano on March 14, 2015, 10:17:40 am
@chickendude, i was able to use the jquery.mobile plugin, and integrate the "tap" method with my current onclick triggers to make the system mobile-compatible.

As an aside, the gif only looks that way in Safari, Chrome and Firefox it looks good. So I sent a bug report to Apple, as I am on the beta program and have a direct channel.

Also, still can't figure out that bug. Zeda poked on the fact that her text routine crashes if the text overflows the screen, but I fixed that manually wrap and it still crashes.

Edit: I made the title screen look better. Here it is:
Title: Re: ACags Project Reveal
Post by: Digital on March 14, 2015, 02:00:13 pm
wow cool!
Title: Re: TI-Slender: The Eight Pages
Post by: ACagliano on March 24, 2015, 08:27:27 pm
Since the earlier screenshots were bugging me with how they appeared on calc, I made one that is cleaner and the text is more readable:
Title: Re: TI-Slender: The Eight Pages
Post by: Sorunome on March 25, 2015, 09:09:50 am
I like the scribbled-up font ^.^
Title: Re: TI-Slender: The Eight Pages
Post by: ACagliano on March 28, 2015, 09:35:19 am
Update

New font to the project page. http://clrhome.org/slender. Also changed logo from Slender, to Slender-TI to distinguish it from the original, both so my project has a distinct name and to avoid copyright issues.

A few changes to the source code to try to find this bug and still it persists. It crashes immediately after the splash screen (pressing 2nd). I'm toying with the idea that it may be the keypress itself that is crashing it (somehow the value of a is getting distorted during the keypresses, but i added some push/pop af and it persists. My second thought is that its somewhere in my object rendering loop, and since I'm still pending a sorting algorithm, it seems pointless to debug that at this point.
Title: Re: TI-Slender: The Eight Pages
Post by: chickendude on March 29, 2015, 11:47:43 am
I doubt keypresses will be causing your crash unless you don't handle "other" keys. Generally that just means jumping back to the main loop if no keys were pressed. The key value in a getting modified would just cause your character to move left instead of down, for example, not crash. I would put everything after the title screen (which looks much better now in my opinion!) and pick one thing to work with. For example, get your grayscale stuff set up and running and then draw a sprite. Then use that sprite routine to render a predefined list of objects to the screen. Once that's done and working correctly, create another routine to populate the objects list. And so on. One part at a time, with testing and debugging at each stage. You can use the code you've written as a basis for what to do next, but you really need to go one routine at a time.

The first post in this thread was almost two months ago and you still haven't been able to debug it past the title screen ;) Anyway, if there's anything i/we can do to help, don't hesitate to ask. I've even installed Mono!
Title: Re: TI-Slender: The Eight Pages
Post by: ACagliano on March 29, 2015, 01:19:24 pm
Yup. Its insane. I'm gonna have to do this one step at a time, but I've made about 40 debugging commits to the repo and it still crashes... so yeah. lol
Title: Re: TI-Slender: The Eight Pages
Post by: TIfanx1999 on March 29, 2015, 08:29:28 pm
Simply adding "TI" to the title would not do anything in regards to copyright issues as it still uses someone else's IP. However, it seems pretty unlikely that anyone would send a C&D for a game on TI calculators.
Title: Re: TI-Slender: The Eight Pages
Post by: c4ooo on May 07, 2015, 07:12:39 am
It should be renamed: Ti-slender: the 8 calculators.  :thumbsup:
Title: Re: TI-Slender: The Eight Pages
Post by: chickendude on May 08, 2015, 10:28:06 am
Or perhaps "The Eight RAM Pages", you start with 3 and have to find the other 5 ;)
Title: Re: TI-Slender: The Eight Pages
Post by: annoyingcalc on May 12, 2015, 09:39:44 pm
I can't find the download?
Title: Re: TI-Slender: The Eight Pages
Post by: AssemblyBandit on May 14, 2015, 04:33:40 pm
I cant find the download either! The picture looks good though!