Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - chalex

Pages: [1]
1
TI-Nspire / nSMM - Super Mario Maker for TI-nSpire
« on: July 04, 2022, 04:08:48 pm »

While my modification to Minecraft 2D is all but dead in the water, I've decided to take up my own project from scratch. Yes, I've had the terrible idea of making a platformer in Lua. Due to it running like piss due to hardware (and in my opinion deliberate) limitations, several compromises have been made:

First, the framerate is awful. I haven't measured it but it's pretty bad. In it's current state it's surprisingly very playable (could just be me used to it though) but as more features are added it will inevitably worsen. You are free to suggest and/or implement optimisations to my shoddy code if you like, it would be very much appreciated!

Secondly, TI-nSpire Lua does not support holding down buttons, except for arrow keys. This means that in order to maintain an input the button has to be repeatedly pressed. It does not have to frame perfect as I coded a timer which makes every press last longer. The arrow keys would be theoretically fine for movement as that's all that requires constant pressing, but there is a significant delay between initial press and it turning into "held button" mode that is not good enough. Both arrow keys and keypad buttons are supported and it's up to the player to decide which is less bad.

Why not code it for ndless? Because I like making my life difficult.

With my manifesto dealt with, you can download the latest version from Github (which I don't know how to use) or the Discord server I created (which I know how to use):

DISCORD
(contact me here if you want to contribute or you have a query)
GITHUB

CURRENT STATUS:
Basic level collision is finished. Enemies and death are working. Mushrooms work. There is no editor but blocks can be placed ingame (temporarily)

FUTURE:
I intent to make the original SMB on the NES playable by remaking the objects from there as a priority. There are no plans for other styles. A main menu will be made at some point along with a saved levels menu (after a significant portion of the game is done and the editor is made). A standalone application to save exported levels will be made too with the idea of housing a set of levels made by someone to be downloaded and played.

The latest version as of writing is attached but will become quickly outdated, I may periodically post newer versions.

2
TI-Nspire / Chalex's MC2D Mod
« on: May 22, 2021, 11:06:16 am »
It's a real shame not many people are aware of these updates, they're great.

I was working on a quality of life mod and I didn't even know about the superior 1.0 pre 2 version until I was basically finished.
Anyway, I present to you..
Chalex's Minecraft 2D Enhanced Controls Mod!


NOTICE: THERE ARE TWO VERSIONS, 0.13 AND 1.0 PRE 2. 0.13 USES THE OLD VERSION OF MC2D AND HAS LESS FEATURES!!

"Fixes":
 - The unused hamster block acts as a super light source, with a strength of 1000. This is a bad way to fix the lighting problems on emulator, but alas, I am bad at coding.

Quality of life improvements:
 - New control schemes!:
 1: Old controls with enter placing and destroying
 2: Old controls with (-) placing and enter destroying
 3: Control scheme 1 but numpad moves Steve and touchpad cursor
 4: Controls scheme 2 but numpad moves Steve and touchpad moves cursor (this is the one I recommend!)
 - Control schemes 3&4 also have wasd and space mappings to make pc play intuitive
 - Unused hamster block can be crafted...
 - Updated a few other things too that I presumably forgot about

Other improvements:
 - New splash text? idk

Future:
 - I intend on making new craftable blocks as soon as I can understand how to make a graphic
 - New tree types maybe too
 - Relatively simple stuff honestly I'm only 15 perhaps something more drastic when I have experience

Pages: [1]