Register - Login
Views: 99792863
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
05-03-22 04:53:38 AM
Jul - General Game/ROM Hacking - Open-Source FZX Editor New poll - New thread - New reply
Next newer thread | Next older thread
Would you help create an open-source F-Zero X editor?
It's about time you asked! I'm in!
 
21.4%, 3 votes
I think it'd be neat. Not sure how I can help, though.
 
57.1%, 8 votes
Whatever you want. I'm more interested in Super Mario 64.
 
7.1%, 1 vote
Not something on my list of things to think about.
 
7.1%, 1 vote
Absolutely not! I am opposed to such action!
 
7.1%, 1 vote
Multi-voting is disabled. 14 users have voted.

GuyPerfect
Catgirl
Level: 68


Posts: 62/1096
EXP: 2665650
For next: 63150

Since: 07-23-07


Since last post: 1.7 years
Last activity: 219 days

Posted on 09-30-07 06:49:39 PM Link | Quote
I've just recently come into the possession of a ROM dump of the F-Zero X Expansion Kit, and thought an open-source editor might be worth another shot. However, if it would be a waste of effort, I won't bother.

Specifically, I want this to be a project of a group of people. If it's just something I do, I won't do it. Ergo, I'm asking to find out who wants to do it.

If you're interested and can devote some time and effort, this could be your opportunity to get some good experience with 3D ROM hacking and to put your name in the history books while doing it.
Sails
2800
as a video game‎‎‎‏‏‎ grows old its content and‏‏‎ internal logic‏‏‎ deteriorateÿ
Level: 102


Posts: 476/2803
EXP: 10922260
For next: 167707

Since: 07-04-07

Pronouns: He/Him
From: MA

Since last post: 120 days
Last activity: 28 days

Posted on 09-30-07 06:50:40 PM Link | Quote
I would help if I knew how
Sunny

Level: 115


Posts: 115/3675
EXP: 16367327
For next: 444037

Since: 07-23-07


Since last post: 4.2 years
Last activity: 188 days

Posted on 09-30-07 07:48:25 PM Link | Quote
Repeat previous thread post. But without the smiley.

____________________
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Posts = 115
Age = 69
Lv 13
Exp 10244 / 10267
LvExp 2323 / 2346 (99.0%)
PostExp = 133
ExpTime = 1163.980
Nicole

Disk-kun
Level: 146


Posts: 551/6469
EXP: 38284455
For next: 228839

Since: 07-07-07

Pronouns: she/her
From: Boston, MA

Since last post: 78 days
Last activity: 1 day

Posted on 09-30-07 08:32:16 PM Link | Quote
The basic idea of an open source group editor sounds interesting, but I have no programming knowledge, a crappy computer, and have never played F-Zero X, so I personally would be of no use...

____________________
Darkdata
Ruins!? ♥
Level: 103


Posts: 242/2892
EXP: 11445958
For next: 25448

Since: 07-04-07


Since last post: 202 days
Last activity: 10 days

Posted on 09-30-07 09:11:20 PM Link | Quote
DPP - [internet://board/post242.bit] - 09-30-07 09:11:20 PM
File Edit View Settings ?
Originally posted by Imajin
The basic idea of an open source group editor sounds interesting, but I have no programming knowledge, a crappy computer, and have never played F-Zero X, so I personally would be of no use...


This and the two posts above apply for me.

____________________
Philippe Brodier
Random nobody
Level: 4


Posts: 1/2
EXP: 206
For next: 73

Since: 09-30-07

From: France

Since last post: 14.6 years
Last activity: 14.6 years

Posted on 09-30-07 10:23:32 PM Link | Quote
Hello everybody !

I d' like to be a part of it.

I have also no programming knowledge but I' m a long time FZX fan, I have the 64DD + several expansion kits ( since the end of 2004 ) and the Z64, I used the level editor a LOT and still using it and I know it well, I build around 300 tracks on the EKs and I have the time to help.

I think I can be usefull

Here is a link to see the vids of tracks I built ( from page 6 to 12 ) and a lot from other people recorded from ek or roms.

http://www.youtube.com/profile?user=philippebrodier
Kles

Level: 87


Posts: 829/1947
EXP: 6311859
For next: 80915

Since: 07-23-07


Since last post: 78 days
Last activity: 4 days

Posted on 10-01-07 12:17:03 AM Link | Quote
I once played with the F-Zero X track editor (and playing the tracks) for 7 hours straight, which is by far a personal record for doing the same thing in a row without stopping. I can't help and I have no knowledge, but I think it'd be awesome if someone could help him out.

____________________
( ゚³゚)三№♥
GuyPerfect
Catgirl
Level: 68


Posts: 63/1096
EXP: 2665650
For next: 63150

Since: 07-23-07


Since last post: 1.7 years
Last activity: 219 days

Posted on 10-01-07 02:00:08 AM Link | Quote
Looks like people would like to be able to help, but don't know what they would be able to contribute. Allow me to clarify.

• As far as level editing is concerned, I've already done the bulk of that work. I've created and released a fully-functional level editor for this game in the past, so the actual hacking of ROMs is not what needs to be done. This project will focus on teamwork and implementation of the knowledge we already have about the game. I want it to be a community effort, and I think we can all help each other out and become more proficient in programming in the process.

• The project will be coded in the C language. Not C++, which means that some specific tricks and techniques won't be available. I wish to use C because it's a lot simpler on the compiler, and code written with it can be optimized very well. Since just about nothing is done automagically in C, most of the unnecessary overhead is eliminated.

• The project will be cross-platform; specifically running on Linux using X Window System and on Microsoft Windows using its native UI. I actually have existing project code laying around that I developed in the past for creating and managing windows on both OS's. The way I set it up is that it's an API that compiles different code depending on the destination OS, so you basically write the code once and you can compile the same source files on both systems and it will work.

• The project will use OpenGL for its 3D functionality. The cross-platform API that I wrote also supports setting up GL rendering contexts, so that's also taken care of. Those modules can be used as base code for anyone who wants to do their own 3D programming in the future.

• When I did the level editor last time, it was full of my own ideas and preferences. I'd like to see some software emerge that has everyone's considerations taken into account.



What I'd be doing in this project would be managing overall goals and assigning certain tasks to various people. There's a lot of little things (like, two or three functions) to take care of in the editor; all of which are virtually unrelated to each other. If one or two people tackle a small aspect of the editor, then everyone's efforts can very quickly produce useable results.

The point here is that I'm not just trying to make a level editor. I already did that a year and a half ago. What I want to do is see a community project that actually works, since this community has yet to see one.

At the same time, I want to get my hacking notes documented.
GuyPerfect
Catgirl
Level: 68


Posts: 65/1096
EXP: 2665650
For next: 63150

Since: 07-23-07


Since last post: 1.7 years
Last activity: 219 days

Posted on 10-03-07 05:47:49 PM Link | Quote
Okay, then. Time for a recount.

For those of you who would like to be able to help but don't know what you can do, keep in mind that no matter your abilities, there will be things for you to do.

That in mind, who is willing to volunteer for this group project? Please post your, um... statement of willingness... here in the thread so I can determine wheter or not to go ahead with the project.
Sails
2800
as a video game‎‎‎‏‏‎ grows old its content and‏‏‎ internal logic‏‏‎ deteriorateÿ
Level: 102


Posts: 507/2803
EXP: 10922260
For next: 167707

Since: 07-04-07

Pronouns: He/Him
From: MA

Since last post: 120 days
Last activity: 28 days

Posted on 10-03-07 06:46:34 PM Link | Quote
I would enjoy a real group project. It would be tough but, if every piece of help is needed then so be it. I do enjoy F-Zero alot, but frankly I haven't really played F-Zero X. That could be changed of course (assuming it runs well on pj64) ;D
paulguy

Green Birdo
Level: 93


Posts: 5/2294
EXP: 8032299
For next: 20511

Since: 09-14-07

From: Buffalo, NY

Since last post: 9.7 years
Last activity: 9.7 years

Posted on 10-03-07 07:07:29 PM Link | Quote
I know I'm not known at all in the ROM hacking community (I haven't done much beyond messing with SMW) but I would like to help because I like seeing open source ROM hacking tools coming out since there's more a chance of them being ported to other platforms than the closed source ROM hacking tools we have now.

There isn't much I can do, though. I'm not very ROM hacking savvy, I can sorta program in C but don't know anything about OpenGL. I can kinda sorta draw but not really very great. That's all.
Darkdata
Ruins!? ♥
Level: 103


Posts: 246/2892
EXP: 11445958
For next: 25448

Since: 07-04-07


Since last post: 202 days
Last activity: 10 days

Posted on 10-03-07 08:12:40 PM Link | Quote
DPP - [internet://board/post246.bit] - 10-03-07 08:12:40 PM
File Edit View Settings ?
I would try to help a little, I may not be able to do much however, I have another project that I am helping with.

____________________
Sunny

Level: 115


Posts: 127/3675
EXP: 16367327
For next: 444037

Since: 07-23-07


Since last post: 4.2 years
Last activity: 188 days

Posted on 10-03-07 11:18:21 PM Link | Quote
Well...seeing as how it doesn't require any true hacking, I'm in. I'll be most active on the weekends (of course), but I'm not much on doing stuff free-handed. Given commands on what to do, I'm sure I can end up doing things with a moderate amount of ease.

____________________
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Posts = 127
Age = 72
Lv 14
Exp 12157 / 13071
LvExp 1890 / 2804 (67.4%)
PostExp = 143
ExpTime = 1025.573
Kles

Level: 87


Posts: 838/1947
EXP: 6311859
For next: 80915

Since: 07-23-07


Since last post: 78 days
Last activity: 4 days

Posted on 10-03-07 11:47:38 PM Link | Quote
I have no coding knowledge whatsoever beyond the very basics, but I'm willing to help wherever I can.

More racing games need fully-fledged track editors.

____________________
( ゚³゚)三№♥
GuyPerfect
Catgirl
Level: 68


Posts: 83/1096
EXP: 2665650
For next: 63150

Since: 07-23-07


Since last post: 1.7 years
Last activity: 219 days

Posted on 10-07-07 01:30:23 PM Link | Quote
A new forum has been made for the project! If you're interested in helping, no matter your abilities, go ahead and take a look.

Link to forum
Metal Knuckles

Level: 11


Posts: 1/17
EXP: 5133
For next: 852

Since: 08-26-07

From: Burlington, VT

Since last post: 14.4 years
Last activity: 9.5 years

Posted on 10-09-07 10:01:41 PM Link | Quote
I'm perfectly willing to help out some. I voted opposed on the poll though, simply because the lack of anyone voting for it made it look lonely.
Next newer thread | Next older thread
Jul - General Game/ROM Hacking - Open-Source FZX Editor New poll - New thread - New reply


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

39 database queries, 4 query cache hits.
Query execution time: 0.144650 seconds
Script execution time: 0.023494 seconds
Total render time: 0.168144 seconds