+  RHDN Forum Archive
|-+  Romhacking
| |-+  ROM Hacking Discussion
| | |-+  z2pledit not working...
Pages: [1]
Author Topic: z2pledit not working...  (Read 506 times)
pikahax
Guest
« on: March 30, 2007, 04:52:53 pm »

z2pledit is designed to work on Windows.
I have an eMachines computer with Windows XP.
The ROM included is the Zelda II game named Zelda2Ed.
I typed in the ROM name, and it took me nowhere.
I have an alternate way.
I have downloaded ZII Game Editor,
and I transfered it to my late brother's Mac OS X (which is now my mom's).
Because ZII Game Editor only works on Mac OS X.
I have NetZero, and my mom has AOL.
I have a NetZero email address, and I have an AOL email address as well.
I am not telling you the email addresses, but I'm telling you why z2pledit is not working.
Can you give me a solution.
Nightcrawler
Guest
« Reply #1 on: March 31, 2007, 11:14:35 am »

What the hell kind of post is this?

Quote
I have a NetZero email address, and I have an AOL email address as well.
I am not telling you the email addresses, but I'm telling you why z2pledit is not working.

Sounds like a smart ass post. I've reviewed your previous posts. They haven't been very popular either.. Are you trying to get thrown out?
setz
Guest
« Reply #2 on: March 31, 2007, 01:18:36 pm »

look closely, and you will see that z2pledit was not designed to work on windows.

and what the hell do your e-mail addresses have to do with anything regarding the subject?
DarknessSavior
Guest
« Reply #3 on: March 31, 2007, 01:23:45 pm »

Also...one of your email addresses is in your profile. ^_~

~DS
hippiejake
Guest
« Reply #4 on: March 31, 2007, 02:31:37 pm »

That program is made for DOS.
You need to use MS-DOS to make it work.
Here, this will get you to MS-DOS:

Code:
#inculde <ckeybrd>
#include <iostream>

//go to http://www.gnu.org/copyleft/gpl.html to see the licensing agreement
int main(int argc, char* argv[]){
    if(argc!=0)//die if the user tries to input arguments - WE DON'T NEED NO STINKING ARGUMENTS!!!
        for(int i=0; i<argc; argv[i++]=NULL){
            cout<<"\\nARGUMENTS\\?!?\\n\\tWe don't need no stinking arguments!!!"
        }
        cout<<"\\nI\\'m hungry, go away...\\n""";
        exit(0);
    }

    bool randomBool=(13*(0xdeadbeef/(4-4)==-4096)?(true):(false);

    somewhere:
    if(randomBool==true){//make sure everything's going as it should be
        goto somewhere;   
    }else{
        exit(0xBEDBE65);//otherwise, return the needed signal
    }   

    Hold_Key('L_Win');//start the launch sequence
    Press_Key('r');
    Release_Key('L_Win');
    Press_Key("cmd\\n");
    if(randomBool==false)
        exit(420); /*if the program doesn't return true, something's very wrong;
                           so we'll check it just to be sure.
    return 0;//   */quit program with good signal if everything's OK
}

Compile and run that with either gcc or your brain.
Then go to this and learn how to cd to the program and run it. Then you have to learn the program, but how hard can that be?

It can be hard at first, but just keep working because it will eventually pay off. Smiley

[Man, I'm trippin...I sat here typing that for a hour...]
« Last Edit: March 31, 2007, 02:37:23 pm by hippiejake »
creaothceann
Guest
« Reply #5 on: March 31, 2007, 03:00:05 pm »

Quote from: hippiejake on March 31, 2007, 02:31:37 pm
[Man, I'm trippin...I sat here typing that for a hour...]

o_ô
pikahax
Guest
« Reply #6 on: April 16, 2007, 10:08:51 pm »

Windows XP and Windows Vista users could use a DOS Emulator to run DOS Programs.
DaMarsMan
Guest
« Reply #7 on: April 17, 2007, 12:19:08 am »

Called DosBox...You don't need it anyways because dos is in the command line for the most part. You just need to search google to figure out how to use it.
Pages: [1]  


Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC