#Super Mario 63 redux

79 messages ยท Page 1 of 1 (latest)

jagged kettle
#

A little Mario themed Jump and run. Its only a demo with just one level

Instructions:

Tested on:
( ) [480 x 320]
() [640x480]
() [720x720]
() [Higher Res]
() AmberELEC
(X) JELOS
()ArkOS

Note: At the first and only Level is it kinda glitchy at the start go a bit further and it should be fixed

itch.io

A fan recreation of http://runouw.com's classic flash game based on Super Mario 64!

#

Please give me feedback for the Controls

fickle latch
#

@jagged kettle quick feedback:

  • In the port.json you need to select runtime not aarch64
  • json did you use the generator? The name entries are a bit wrong

example:

  • name needs to be sm63redux.zip
  • sh item needs to be the .sh name "Super Mario 63 Redux.sh"
  • everything is case sensitive so don't start giving things names with uppercase.

https://portmaster.games/port-json.html

if you want that empty folder still exist you need to add a .gitkeep text file

jagged kettle
#

Okay thanks

#

Now better?

fickle latch
#

with spaces

jagged kettle
fickle latch
#

it's not correct

#

name needs to be sm63redux.zip

#

sh needs to have the full .sh name

#

so Super mario 63 redux.sh

jagged kettle
#

Not good but i used

fickle latch
#

First field goes the name how it should Display on PortMaster

2nd, needs the zipname sm63redux.zip
3rd the scriptname Super mario 63 redux.sh
4th sm64redux

acoustic garnet
fickle latch
#

now

#

๐Ÿ˜„

jagged kettle
#

Yippie

fickle latch
#

And from where does the user get the .pck file?

jagged kettle
#

From nowhere they just stare at the screen and cry like me

fickle latch
#

๐Ÿ˜„

jagged kettle
fickle latch
#

Download what version and what to do after downloading it

jagged kettle
#

I said that

fickle latch
#

I'm sorry but users are "special"

fickle latch
jagged kettle
#

Should i specify that users need to open the zip

fickle latch
jagged kettle
fickle latch
jagged kettle
fickle latch
#

missing space

#

๐Ÿ˜„

jagged kettle
#

If you are doing that game. Here is a missing Letter "Buton"

acoustic garnet
#

kek ๐Ÿ˜„

fickle latch
jagged kettle
#

I just saw that

#

But...

fickle latch
jagged kettle
jagged kettle
acoustic garnet
#

anyway its a bit choppy on 3326 (OGA), but playable. Otherwise fine elsewhere. 353VS / OGA Arkos and Ace /JELOS

#

Embrace your anger. Join the Dark side.

fickle latch
jagged kettle
jagged kettle
acoustic garnet
#

what glitch you mean?

jagged kettle
#

Like a big Black blob

acoustic garnet
#

how far into the level it is? I will check for longer

jagged kettle
#

At the begining

acoustic garnet
#

Not really, all looks fine

jagged kettle
acoustic garnet
#

nah, nothing like that.

jagged kettle
#

Okay good So far the error has only occurred with X55

acoustic garnet
#

x55 is also sort of a special education unit ๐Ÿ˜„

jagged kettle
#

Education? I would call it the devils toy

acoustic garnet
#

I didnt wanted to say its retarded ๐Ÿ˜„

spark fiber
jagged kettle
#

@fickle latch i wanna ask the Devs if i can use their .pck did u have a template

fickle latch
#

Doesn't it have a license?

#

Also i just saw that this is only a onem level demo

#

You need to mark that

jagged kettle
#

Where should i mark it?

fickle latch
#

Thought the original project was also redux

jagged kettle
#

Nope

mortal lichen
#

Hi @jagged kettle I don't know if you're still working on this port but I tried to run it on knulli and I had to update the .SH launch script.

Here is the diff

--- Super Mario 63 redux_OLD.sh    2024-03-12 07:57:26
+++ Super Mario 63 redux_NEW.sh    2024-08-02 14:58:59
@@ -1,9 +1,13 @@
 #!/bin/bash

+XDG_DATA_HOME=${XDG_DATA_HOME:-$HOME/.local/share}
+
 if [ -d "/opt/system/Tools/PortMaster/" ]; then
   controlfolder="/opt/system/Tools/PortMaster"
 elif [ -d "/opt/tools/PortMaster/" ]; then
   controlfolder="/opt/tools/PortMaster"
+elif [ -d "$XDG_DATA_HOME/PortMaster/" ]; then
+  controlfolder="$XDG_DATA_HOME/PortMaster"
 else
   controlfolder="/roms/ports/PortMaster"
 fi
@@ -18,7 +22,6 @@ CONFDIR="$GAMEDIR/conf/"
 GAMEDIR=/$directory/ports/sm63redux
 CONFDIR="$GAMEDIR/conf/"

-
 > "$GAMEDIR/log.txt" && exec > >(tee "$GAMEDIR/log.txt") 2>&1

 # Ensure the conf directory exists
@@ -52,7 +55,6 @@ export FRT_NO_EXIT_SHORTCUTS=FRT_NO_EXIT_SHORTCUTS

 export FRT_NO_EXIT_SHORTCUTS=FRT_NO_EXIT_SHORTCUTS

-
 $ESUDO chmod 666 /dev/uinput
 $GPTOKEYB "$runtime" -c "./redux.gptk" &
 SDL_GAMECONTROLLERCONFIG="$sdl_controllerconfig" "$runtime" $GODOT_OPTS --main-pack "Super Mario 63 Redux.pck"
#

Also I haven't played a lot with it but it seems smooth enought on RG40xxh

mortal lichen
#

ok ๐Ÿ™‚