Need help with making an game editor.
Moderator: Moderators
Need help with making an game editor.
hi guys, me and my friend are planning to make an editor for a snes ROM file game. But I don't know how to begin with making one. We want to program one with c#.
Can anyone give tips were to begin with?
thx Ksara.
Can anyone give tips were to begin with?
thx Ksara.
-
marshallh
- Moderator
- Posts: 2987
- Joined: Sat Sep 10, 2005 2:17 pm
- 360 GamerTag: marshallh
- Location: here and there
- Contact:
Then you shouldn't be writing a ROM editor. Get yourself a 65c816 assembler/disassembler, and a hex editor. Use google, it is your friend. Your best bet is to start reading and then decide if you still want to do this or not.Ksara wrote:Kyo wrote:Well then you really just need assembly and a hexeditor.
What is a hexeditor?
Is still want to do this, the problem is that you can't find so much info on the internet about 65c816 assembler/disassembler, and a hex editor. Or the info that is given is either vague or incomplete.marshallh wrote:Then you shouldn't be writing a ROM editor. Get yourself a 65c816 assembler/disassembler, and a hex editor. Use google, it is your friend. Your best bet is to start reading and then decide if you still want to do this or not.Ksara wrote:Kyo wrote:Well then you really just need assembly and a hexeditor.
What is a hexeditor?
Well call me a noob Harshboy. I don't even care.
Instead of helping out here, but nooooo stay immature.
I have been searching hours and hours on the internet and like I said I have found info about assembly and hex editor BUT the problem is some bunch of guys that call themselfs pro(like for example you) don't even explain properly how exactly some kind of program languages work because they think that when they explain little or limited about it, that me a NOOB( yes and I admit)understands it.
Instead of helping out here, but nooooo stay immature.
I have been searching hours and hours on the internet and like I said I have found info about assembly and hex editor BUT the problem is some bunch of guys that call themselfs pro(like for example you) don't even explain properly how exactly some kind of program languages work because they think that when they explain little or limited about it, that me a NOOB( yes and I admit)understands it.
You have to learn Hex before you can use a hex-editor, I used to use it to change around the text in a few old Gameboy games.
Theres a few here;
http://www.zophar.net/utilities/hexutil.html
I'd suggest Hex workshop.
Theres a few here;
http://www.zophar.net/utilities/hexutil.html
I'd suggest Hex workshop.

-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
Ok, for starters, what game are you editing, and what exactly are you trying to do? There's already a lot of tools out there that may do what you want. (No sense in reinventing the wheel, right?)
Take a look around http://www.zophar.net ; they have a lot of tools, including tile editors, hex editors, and specialty tools designed specifically for one game. I recommend you start with Tile Layer Pro for editing sprites, and Thingy32 and Hexposure for hex editing. You can do a lot with just these tools.
I recommend starting off with a NES or black and white Gameboy game if you've never done this before. They're easier to work with.
If you're starting from square one, here's a rater dated but still useful guide. (It talks about DOS utilities, but the basic idea can be applied to graphical programs.
<a href="http://www.nesplayer.com/database/info/ ... html">link [size=0]he come to town[/size]</a>
Take a look around http://www.zophar.net ; they have a lot of tools, including tile editors, hex editors, and specialty tools designed specifically for one game. I recommend you start with Tile Layer Pro for editing sprites, and Thingy32 and Hexposure for hex editing. You can do a lot with just these tools.
I recommend starting off with a NES or black and white Gameboy game if you've never done this before. They're easier to work with.
If you're starting from square one, here's a rater dated but still useful guide. (It talks about DOS utilities, but the basic idea can be applied to graphical programs.
<a href="http://www.nesplayer.com/database/info/ ... html">link [size=0]he come to town[/size]</a>
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
Sounds like something a toddler would say.Ksara wrote:Instead of helping out here, but nooooo stay immature.
http://zophar.net
EDIT: Oh, bic got that.
-
ganonbanned
- Senior Member
- Posts: 2211
- Joined: Thu Feb 16, 2006 5:58 pm
- Location: Wisconsin
