ANyone know how to use n64 psy-q?

Discussion in 'Nintendo Game Development' started by ASSEMbler, Jan 17, 2005.

  1. ASSEMbler

    ASSEMbler Administrator

    Joined:
    Mar 13, 2004
    Messages:
    19,272
    Likes Received:
    496
    I need utils and some info on how to use it. If someone could graciously help me.

    ASSEMbler
     
    #1
  2. Shiggsy

    Shiggsy Enthusiastic Member

    Joined:
    Mar 15, 2004
    Messages:
    504
    Likes Received:
    0
    Do you mean the SN64 hardware setup or the psy-q SDK?

    Shiggsy
     
    #2
  3. retro

    retro Administrator Staff Member

    Joined:
    Mar 13, 2004
    Messages:
    10,331
    Likes Received:
    311
    Location:
    UK
    He means the Psy-Q kit.

    There was one on eBay Germany recently. Whole kit with software and manuals. I guess you could e-mail the winner. Went VERY cheap.
     
    #3
  4. Shiggsy

    Shiggsy Enthusiastic Member

    Joined:
    Mar 15, 2004
    Messages:
    504
    Likes Received:
    0
    I think they called the whole setup just "SN64 development kit". I see no references at all that the whole kit is called "psy-q"...at least by looking at my SN64 kits...and they are different versions too...1 is the old one and the other one is the ProDG suit.

    I do seem to remember them calling some of the software tools with the psy-q name...hence my question...

    Shiggsy
     
    #4
  5. Elgr

    Elgr Guest

    All you need to do is setup your environment variables.

    Either make a bat file do it, or in your console type:

    PSYQ_PATH=C:\N64\PSYQ\BIN (or whatever directory)

    and add C:\N64\PSYQ; to your PATH.

    (PATH=C:\N64\PSYQ;c:\windows;c:\windows\command;whateverelseyouhave)

    then fix up your psyq.ini.

    Now you should be able to go into the directory of your program (find sample ones on dextrose perhaps) and 'make'.
     
    #5

Share This Page