Kuribo64
Views: 19,852,967 Home | Forums | Uploader | Wiki | Object databases | IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search
03-28-24 11:47 PM
Guest:

0 users reading Kirby air ride Editor Development | 1 bot

Main - Misc. ROM hacking - Kirby air ride Editor Development Hide post layouts | New reply

Pages: 1 2 3
Arisotura
Posted on 06-08-14 09:51 PM Link | #42338
This is also the third time this has been posted in this thread.

What's the point? Showing you can use a hex editor?

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

StarLand
Posted on 06-08-14 09:57 PM Link | #42339
Posted by StapleButter
This is also the third time this has been posted in this thread.

What's the point? Showing you can use a hex editor?


The point is, a Level Editor Development for Kirby Air Ride. But not HEX-EDITOR Manual.

shibboleet
Posted on 06-08-14 09:58 PM (rev. 2 of 06-08-14 09:58 PM) Link | #42340
"Development" is not posting random lists of files...
What development can be is listing how the files work, (or what I said before.)

____________________
a

Arisotura
Posted on 06-08-14 09:58 PM Link | #42341
"The point is, a Level Editor Development for Kirby Air Ride."

And how does it help to post the contents of some file for the third time?

Do you even know what said file is there for?

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

StarLand
Posted on 06-08-14 10:08 PM Link | #42342
It's my first time to make a hacking tool. And I am a beginner.

shibboleet
Posted on 06-08-14 10:09 PM Link | #42343
It's not a good idea to make a hacking/modding tool as a beginner...

____________________
a

StarLand
Posted on 06-08-14 10:12 PM Link | #42344
Posted by Luigi
It's not a good idea to make a hacking/modding tool as a beginner...


But it don't exist a hackig tool. And I would like programming a tool. (As beginner). But you have right, I can't. Sorry, that I have time taken. :(

Spacey
Posted on 06-09-14 07:49 AM Link | #42348
Posted by smirkogm
Posted by Luigi
It's not a good idea to make a hacking/modding tool as a beginner...


But it don't exist a hackig tool. And I would like programming a tool. (As beginner). But you have right, I can't. Sorry, that I have time taken. :(
Its not that you are taking time its that you are not showing us anything that cant easily be found by decompiling an iso. Its like saying you are going to bake a cake and you keep showing us the recipe, but you never show anything about the cake, if that makes sense.

____________________
Hacking LM and trying to not suck. Weeeeeeee.

StarLand
Posted on 06-09-14 09:00 AM (rev. 2 of 06-09-14 09:00 AM) Link | #42349
Posted by Spacey
Posted by smirkogm
Posted by Luigi
It's not a good idea to make a hacking/modding tool as a beginner...


But it don't exist a hackig tool. And I would like programming a tool. (As beginner). But you have right, I can't. Sorry, that I have time taken. :(
Its not that you are taking time its that you are not showing us anything that cant easily be found by decompiling an iso. Its like saying you are going to bake a cake and you keep showing us the recipe, but you never show anything about the cake, if that makes sense.

Which software you recommend for this *.dat files. Because the *.dat files are custom formats.

Krazyguy75
Posted on 06-09-14 04:45 PM Link | #42356
.DATs are data files. I don't know if there is a program to automatically decompile them, but I suspect not. I suspect you might have to do some binary work to figure out some of the basics.

Arisotura
Posted on 06-09-14 04:49 PM Link | #42357
Decompilation applies to code, not data.

You don't decompile data. You figure out its meaning by finding patterns in it or by examining code that makes use of the data.

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

shibboleet
Posted on 06-10-14 12:01 AM Link | #42368
Pretty much, do what you're doing now, but instead, look at it in a hex editor. Look at it to find patterns in the file, and go from there.

Pretty much what Arisotura is saying.

____________________
a

StarLand
Posted on 06-10-14 08:50 AM (rev. 2 of 07-27-14 08:31 PM) Link | #42372
Posted by Luigi
Pretty much, do what you're doing now, but instead, look at it in a hex editor. Look at it to find patterns in the file, and go from there.

Pretty much what Arisotura is saying.


Ok, I will try to understand the system.

edit:

I'm still learning C++. I'll work on my hacking tool next year, perhaps.

BlackYoshi485
Posted on 07-29-14 08:56 PM Link | #45013
i would like to see some sonic riders extreme gears on Kirby Air Ride

StarLand
Posted on 07-30-14 10:22 AM (rev. 2 of 07-30-14 10:23 AM) Link | #45040
Posted by BlackYoshi485
i would like to see some sonic riders extreme gears on Kirby Air Ride


If I mastering my programming language. And if I find a reasonable GameCube debugger (Dolphin): then sure.

BlackYoshi485
Posted on 08-18-14 09:10 PM (rev. 2 of 08-19-14 04:27 AM) Link | #46884
how's the kirby air ride editor? you'll add an model exporter? because i'm working on a kirby air ride port for ds, and i need the track models.
[image]

StarLand
Posted on 08-20-14 01:08 PM Link | #46949
Posted by BlackYoshi485
how's the kirby air ride editor? you'll add an model exporter? because i'm working on a kirby air ride port for ds, and i need the track models.
[image]


I will try to understand the system in Kirby Air Ride.
Also my todo list is:

    - 3D Model preview
    - Text Editor
    - Add/Remove/Replace Model (In game)

But an Model Exporter? Maybe.

Yushe
Posted on 08-20-14 09:44 PM Link | #46995
Posted by StarLand
Posted by BlackYoshi485
how's the kirby air ride editor? you'll add an model exporter? because i'm working on a kirby air ride port for ds, and i need the track models.
-snip-


I will try to understand the system in Kirby Air Ride.
Also my todo list is:

    - 3D Model preview
    - Text Editor
    - Add/Remove/Replace Model (In game)

But an Model Exporter? Maybe.
I thought because there were no updates for at least a month you gave up on this editor.

StarLand
Posted on 08-21-14 01:23 PM (rev. 2 of 10-18-14 08:51 AM) Link | #47020
Posted by m00se
Posted by StarLand
Posted by BlackYoshi485
how's the kirby air ride editor? you'll add an model exporter? because i'm working on a kirby air ride port for ds, and i need the track models.
-snip-


I will try to understand the system in Kirby Air Ride.
Also my todo list is:

    - 3D Model preview
    - Text Editor
    - Add/Remove/Replace Model (In game)

But an Model Exporter? Maybe.
I thought because there were no updates for at least a month you gave up on this editor.


Yes that's true. I'm slow.
But I need a interface for 3D representation.
Best in C++. Or I will try to use the 3D Preview source code from the
Level Importer (SM64), also the Irrlicht Engine.

edit:

Currently I can't debugging or disassembly, hardware is missing.
And I had no found an right 3D bibliothek for my Compiler.

StarLand
Posted on 11-16-14 08:42 PM Link | #51276
I have continue my work on AirRider.
I hope I am finish soon... :)

[image]
Pages: 1 2 3

Main - Misc. ROM hacking - Kirby air ride Editor Development Hide post layouts | New reply

Page rendered in 0.078 seconds. (2048KB of memory used)
MySQL - queries: 30, rows: 240/240, time: 0.012 seconds.
[powered by Acmlm] Acmlmboard 2.064 (2018-07-20)
© 2005-2008 Acmlm, Xkeeper, blackhole89 et al.