FF6 Hacking
Introduction Thread - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Zozo Pub (https://www.ff6hacking.com/forums/forum-6.html)
+--- Thread: Introduction Thread (/thread-33.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30


RE: Introduction Thread - Vertigo - 02-07-2017

Greetings,

My name is Vertigo and I'm new to the site - sort of. I tried to hack this game before but didn't have the time. Now, I would like to make one that everyone can enjoy!

Cheers!


RE: Introduction Thread - madsiur - 02-08-2017

(02-07-2017, 04:58 PM)Vertigo Wrote: My name is Vertigo and I'm new to the site - sort of. I tried to hack this game before but didn't have the time. Now, I would like to make one that everyone can enjoy!

Welcome! You are at the right place to find help!


RE: Introduction Thread - Vertigo - 02-10-2017

Great! How do I post my project? What are the rules exactly? Cheers!


RE: Introduction Thread - Gi Nattak - 02-11-2017

Hi there, welcome to the site. Smile

You can make a thread for your project in the 'Dragon's Den': https://www.ff6hacking.com/forums/forumdisplay.php?fid=13

Eventually if it meets certain criteria you can request a sub forum dedicated to the project. Read up about that here: https://www.ff6hacking.com/forums/showthread.php?tid=3220&highlight=project+forum

Can check out the site rules here: https://www.ff6hacking.com/forums/rules.php


RE: Introduction Thread - seibaby - 02-11-2017

Hello and welcome!


RE: Introduction Thread - WolfDen - 02-12-2017

Greetings and salutations!

I'm working on a project, don't want to go into too much detail here in a public forum, but I'm here in case I need coding help. I'm not hacking a ROM, so help specific to ROM hacking won't help me, but there is still a lot of info, like the battle system, character system, story events, etc, that I could definitely use some help on.

Anyway, enough farting around on here, I gotta get back to work LOL


RE: Introduction Thread - Imzogelmo - 02-12-2017

Welcome, and if you need help with learning how things work (or are supposed to), just ask.


RE: Introduction Thread - Vertigo - 02-13-2017

I will certainly consider contacting you real soon for some help - cheers!


RE: Introduction Thread - Timbo - 02-25-2017

I've been playing around here for the last week and it's high time I formally introduce myself.  I'm Timbo. I've loved Final Fantasy VI since it first hit America in October 1994. I was in the 8th Grade at that time and I remember saving up money for months, selling a few games, and coercing my mom into letting me skip school and into driving me to the local video game store to get it. My grades suffered terribly since then.

I've beaten the game countless times since then. Eventually achieving a perfect game with maxed out spells espers, items, rages, stats, etc. (Never again). After that I discovered the joy of challenge playthroughs and eventually rom hacks.

Today, I'm a married Pharmacy Technician with two lovable toddlers on the autistic spectrum. In my spare time (What little there is) I enjoy D&D as player and Dungeon Master and I like create rom hacks. I'm a decent spriter, a fantastic organizer, and great plot writer. Unfortunately, my dialogue, while not bad, is nothing special. I am fully competent at hex editing but I don't really understand ASM yet. I do plan to change that as I start running into walls with this project and while I'll never be great at it, I'd like to be able to do basic stuff.

My hacks are mostly vanilla in flavor with the aim of improving on and adding to the original design. If I had a goal project, it would be to implement a base patch that fixes up all of the known bugs, implements several quality of life features that many of you have spent countless hours on, balances out the system with new formulas and a few core mechanic changes, removes censorship, and adds one of the new translations. In 10 years when that's done, I'd like to hook up with a few like minded creators talented in coding, spriting, and most importantly dialogue writing to create an actual sequel using the original project as a base.


RE: Introduction Thread - madsiur - 02-25-2017

(02-25-2017, 04:29 PM)Timbo Wrote: I am fully competent at hex editing but I don't really understand ASM yet. I do plan to change that as I start running into walls with this project and while I'll never be great at it, I'd like to be able to do basic stuff.

This is a good start. For ASM, the moment you are making significant changes, I suggest using an assembler like bass or xkas. There are no ultimate 65816 tutorial but but good technical specs and document can be found here. For opcodes, the wiki section is a good start too.

(02-25-2017, 04:29 PM)Timbo Wrote: My hacks are mostly vanilla in flavor with the aim of improving on and adding to the original design. If I had a goal project, it would be to implement a base patch that fixes up all of the known bugs, implements several quality of life features that many of you have spent countless hours on, balances out the system with new formulas and a few core mechanic changes, removes censorship, and adds one of the new translations. In 10 years when that's done, I'd like to hook up with a few like minded creators talented in coding, spriting, and most importantly dialogue writing to create an actual sequel using the original project as a base.

For bugfixes, this patch fix a lot of them but I did not had the change to update the latest version available on Slick Forums. There are also threads on there about unresolved bugfixes and new bugfixes. mnrogar's also has extensive threads about bugs.

It's cool to be ambitious about an hobby but I suggest to take it small chuncks at the time to not get discouraged. Good luck!