-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with ps2cc #4
Comments
also the ps2rd 0.5 bin which i used was not compatable with the ps2cc |
Also see bug report by bungholio: |
ok, i learn something new everyday, and i thought this was just a site for hackers to communicate, sorry i havent been able to reply for a week but mid terms have been too much, misfire theres a problem every time i try to open up ntpb client the window quickly opens up then closes and im using the artemis 0.41 version of ntpb client |
ntpbclient is a command line tool. You can start it from cmd.exe under Windows. This is the program's manual page: |
misfire im not as computer literate as you are nor do i have computer programming skills, but what ever im doing in cmd.exe i keep getting either these messages C:\Windows\System32> ntpbclient ntpbclient is not recognized as an internal or external command, operable program or batch file. C:\Windows\System32> ntpbclient dump start the syntax of the command is incorrect. |
Use the "cd" command to go to the directory ntpbclient is in. Otherwise, cmd.exe cannot find it. If you're using the Perl version (comes with PS2rd v0.5.2 and higher), put "perl" in front of the command, for example: perl ntpbclient halt Also, take a second look at the manual page, in particular the examples. Your syntax is wrong. |
am i on the right track here because i got this on cmd.exe Usage: ntpbclient [ARGS] [OPTION] -- dump, D <start_address> <end_address --halt, -H halt game execution Supported options: -ip IP_ADDRESS Use this IP to connect am i now able to use ntpbclient.exe ? |
Yes, simply provide the correct arguments as written in the manual. |
Some users are reporting that PS2rd 0.5.3 isn't compatible with ps2cc.
I have to investigate it and provide a patch if necessary.
The text was updated successfully, but these errors were encountered: