#5 RPG Maker VX Ace Indies

1 messages · Page 1 of 1 (latest)

white monolith
#

My last push of Falcon-mkxp based games.

Includes the following:
Dream Quest - Knight and Princess https://rpgmaker.net/games/9861/
Painted Heart https://rpgmaker.net/games/6508/
Ruselan https://rpgmaker.net/games/6596/
Rxcovery https://rpgmaker.net/games/10241/
Tantibus https://rpgmaker.net/games/6839/

For all of them, just extract the folder + sh file, then add the corresponding data files from the links above to the gamedata folder of said game.

[] RG35s/ArkOS
[] RG351p/AmberELEC
[] RG351v/AmberELEC
[] RG351mp/AmberELEC
[x] RG353m/ArkOS
[] RG353p/JelOS
[] RG353v/ArkOS
[] RG353vs/ArkOS
[] OGA/ArkOS
[] RG503
[] RG552
[] x55/JelOS
[] RK2023
[] RGB30/JelOS
[] RGB30/ArkOS
[] RGB20s/uOS

vocal warren
#

Thanks a lot for all new ports 🙂

brisk fiber
#

oh geeze, thats a lot of stuff

white monolith
fair cobalt
#

Normally we don't do multiple games in one thread else if one makes problems you can't fix em and have an overview

white monolith
#

I've only done testing on my 353m/ark so far, have some other devices I could do some testing on, but I'm done for the day, been messing around with this for somewhere around 8 hours now lol

fair cobalt
white monolith
#

Thank you 🥲

fair cobalt
#

So you need to keep track if the game work on all major cfws so amber, ark, jel and at least one of res each. 480x320, 640x480 and a high res device

#

So if you test on 353m ark, 640x480 and ark are done

white monolith
#

But yeah, either way I felt too bad about creating endless Falcon-mkxp threads, limited this thread to games that are based on the same rpg maker version, so most issues that pop up in 1 should pop up in the others

fair cobalt
#

best to keep track in your first post

fair cobalt
white monolith
#

Good idea, either way, that's tomorrow's me's problem

fair cobalt
#

each game brings its own

#

🙂

amber ledge
#

@white monolith Abandoned?

white monolith
#

Yes

ionic field
#

@ocean sparrow the rpgmaker website is donw

#

did you happen to snag these 5 games ?

#

also there tina of the stars, and last week if you have em maybe?

#

and dear mariko

fair cobalt
# ionic field <@380217525025243148> the rpgmaker website is donw

Mate, I know you mean well, but first this is a consumerism thread 😄

2nd it does not help writing in every single thread why someone did not finish somehting.

This game was abandonded over one year ago.
If you want to ressurect it, you download the port package, update it, upload it here, call testers and you finish it.

Posting in 20 threads does not bring any gmae faster to release.

It just fills the testing-n-dev threads with games that are not really in testing

#

I no longer see the up to date testing threads now because i now have 37 active threads in #1122885073507733625

#

stick to one, finish one and then continue

ionic field
#

well cebion, i WOULD have just asked tab in the one he uploaded earlier, space olympics, but you get so irritated when we dont stay on topic. so i felt it be better to ask here. i figured thered be a good chance he maybe had these files on his computer still. they arent available on the links provided anymore since rpgmaker has been down for several months now. you seemed to comment quite a bit in this thread. do you happen to have these games buried somewere on your computer?

#

i'm sorry these abandoned ports are such a nuisance to you man. i try not to comment on them. but i enjoy goin through them and grabbing the files and adding them to my library, because more often then not they work. Great actually...

#

if you have those games from the first post, id love to try them, if not, ill leave this post alone forever.

#

also, if i could get the developers approval, maybe i spend the time and make these ready to run and take over.

#

but id need those games if you or someone happens to have them

fair cobalt
#

You don't need approval from him if he abandoned it

#

The scripts need to be redone anyway

ionic field
#

I meant from the maker of the games

#

RPGmaker website is down like I said, so they'd have to be ready to run but if you have these games, along with tina of stars and dear Mariko, ill update the scripts, include the files and have 7 new ports ready to pr

#

Maybe you @vocal warren or Mr. @brisk fiber has these downloaded to your computer before the rpgmaker website went down?

fair cobalt
ionic field
#

interesting!

#

didnt think those would be there

#

awesome

#

not sure the donwload works though

#

cant get it to work for me at least

ocean sparrow
#

also, they mention "the system is down", but this might (?) be temporary

ionic field
#

So that's all of them? Wow dude you're a damned wizard!

ocean sparrow
ionic field
#

So could i make these ready to run?

ocean sparrow
#

you can also check the licences -- some might allow distribution already

ionic field
#

Also, what script do I need to use from the launch script page

#

Which template

#

Or game if that's easier

ocean sparrow
#

scripts are in the zip already -- these are all rpgmaker games, so same 'template' for all

ionic field
#

Ceb said they need to be updated

ocean sparrow
#

i recommend you create a new testing thread for one of the games. then --

  1. you'll get feedback on what to change
  2. then you make those changes
  3. then you p.r the finished port
  4. now you know how to do the rest 🙂
ionic field
#

Hm. Okay. But is there a newer. Sh template I should be using

ocean sparrow
#

yes

ionic field
#

Ok where could I get it

ocean sparrow
#

but portmaster.games is down for me right now, so i can't view the documentation. look for the most recent rpgmaker port

ionic field
#

Ok. I'll have to try to remember what that was

ocean sparrow
#

i think "kaima" is the most recent rpgmaker port

ionic field
#

Okay thank you, Tab

ionic field
#

@ocean sparrow could any game from those archives be used with the kaima template?

#

cause i just did pokemon Dusk/Dawn/Beginnings/ and NIghtfall and none worked

#

or are they a whole different ball of wax?

ocean sparrow
#

basically, a bit of spot the difference and tweak to see if it works
THIS --

#!/bin/bash
if [ -d "/opt/system/Tools/PortMaster/" ]; then
  controlfolder="/opt/system/Tools/PortMaster"
elif [ -d "/opt/tools/PortMaster/" ]; then
  controlfolder="/opt/tools/PortMaster"
else
  controlfolder="/roms/ports/PortMaster"
fi

CHANGES TO THIS --

#!/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

THIS --

$GPTOKEYB "falcon_mkxp.bin" -c "./tantibus.gptk" &
$GAMEDIR/gamedata/falcon_mkxp.bin

$ESUDO kill -9 $(pidof gptokeyb)
$ESUDO systemctl restart oga_events &
printf "\033c" > /dev/tty0

CHANGES TO THIS --

$GPTOKEYB "falcon_mkxp.bin" -c "./tantibus.gptk" &
$pm_platform_helper GAMEDIR/gamedata/falcon_mkxp.bin

pm_finish

ETC.

ionic field
#

this look up to date and all good so as i can use it for the others?

#

also, how would i even reach out to the creators of these games for ready to run opermission?

ocean sparrow
ocean sparrow
ocean sparrow
#

if you cannot locate any contact details, you can try the itch.io comments, etc.

ionic field
#

they all run but not with this new script

ocean sparrow
#

work through the changes section-by-section to see where it breaks, etc.
sorry, i don't have time to look at this.

ionic field
#

i ok

ocean sparrow
#

i think this is the prob --
$pm_platform_helper "$GAMEDIR/gamedata/falcon_mkxp.bin"

#

(was missing a $)

#

chatgpt would totally have picked up that one 😉

ionic field
#

thnaks again

#

im gonna build these myself

#

not ognna aks for any more help

ionic field
#

okay ive got these all working with the new script

#

i have reached out to every creator through itch page or rpgmaker forum

#

ill wiat a few weeks to get ready to run permission hopefully

#

if not, ill just do the ones i do have

ionic field
#

@ocean sparrow I've gotten a reply for ready to run permission on tantibus. Ive taken a screenshot. Do I need to send it somewhere or include it somewhere?

#

I'll start a new post on it once I get the metadata done

ocean sparrow
ionic field
#

Okay way cool

twilit sierra
#

Website still down. I guess archive.org is a better way to download.

twilit sierra
#

Yeah, this one's better. I prefer the list than the archive.org.

ocean sparrow
#

prob safest to stick with the itch.io versions, i reckon

twilit sierra
#

Did someone tested one game of the five?
If there's a game, real good, that I should try first :p

ocean sparrow
twilit sierra
#

You're right, guess I'll wait too ^^