[Github] RaiderZ Alpha to NA Client Source WIP (Merry Early Christmas!)

SecretsOThePast - [Github] RaiderZ Alpha to NA Client Source WIP (Merry Early Christmas!) - RaGEZONE Forums


i already compiled but getting error??
how to fix it bro?

Get latest, there were some missing files which I added.
 
compiling all the project in release build mode and I just get 2 succeeded
========== Build: 2 succeeded, 18 failed, 7 up-to-date, 0 skipped ==========

and more than 100 error about no lib or header directories, how about this guys?
SecretsOThePast - [Github] RaiderZ Alpha to NA Client Source WIP (Merry Early Christmas!) - RaGEZONE Forums
 

Attachments

  • Windows 7 x64-2016-12-17-13-44-32 - [Github] RaiderZ Alpha to NA Client Source WIP (Merry Early Christmas!) - RaGEZONE Forums
    Windows 7 x64-2016-12-17-13-44-32.webp
    155.7 KB · Views: 588
Yup. already using the Maiet sdk and still a lot of context have identifier undifined because no found any files from the header include specialy in the MPhysxDef.h , MPhysx.h and others like in the screen s
SecretsOThePast - [Github] RaiderZ Alpha to NA Client Source WIP (Merry Early Christmas!) - RaGEZONE Forums
SecretsOThePast - [Github] RaiderZ Alpha to NA Client Source WIP (Merry Early Christmas!) - RaGEZONE Forums
SecretsOThePast - [Github] RaiderZ Alpha to NA Client Source WIP (Merry Early Christmas!) - RaGEZONE Forums
 

Attachments

  • Windows 7 x64-2016-12-18-17-28-25 - [Github] RaiderZ Alpha to NA Client Source WIP (Merry Early Christmas!) - RaGEZONE Forums
    Windows 7 x64-2016-12-18-17-28-25.webp
    92.8 KB · Views: 589
  • Windows 7 x64-2016-12-18-18-46-28 - [Github] RaiderZ Alpha to NA Client Source WIP (Merry Early Christmas!) - RaGEZONE Forums
    Windows 7 x64-2016-12-18-18-46-28.webp
    111.3 KB · Views: 596
  • Windows 7 x64-2016-12-18-18-46-49 - [Github] RaiderZ Alpha to NA Client Source WIP (Merry Early Christmas!) - RaGEZONE Forums
    Windows 7 x64-2016-12-18-18-46-49.webp
    119.2 KB · Views: 577
Yup. already using the Maiet sdk and still a lot of context have identifier undifined because no found any files from the header include specialy in the MPhysxDef.h , MPhysx.h and others like in the screen s
u have to add the directories to the include section

SDK For those who need It :)
btw... somes directories and libs needed in this solution is missing on this sdk... example:
Code:
sdk/PhysX/v2.8.1/SDKs/Framework/include
sdk/newton
sdk/json/include

libs..
SpeedTreeRT.lib
lua5.1.lib
PMSConn.lib
so this make imposible to build all the data
I'm not very familiar with this src but want to try :P
 
Man.... Christmas and new year party everywhere. I drunk like everyday and no one give a fuck on work in those days lol. I'm pretty sure this thread will be updated in some days even from my side while I back to my PC

 
It's not dead, Secrets is just dealing with a bit at the moment, but the github still exists if you wish to add commits
 
Hey,

I compiled everything, but i can't manage to get an account in-game, i registered using the RZ_ACCOUNT_INSERT procedure (so my ID + PW are in the DB), but the game keeps telling me that the user doesn't exist.

Anyone knows why?

Thx
 
Hey,

I compiled everything, but i can't manage to get an account in-game, i registered using the RZ_ACCOUNT_INSERT procedure (so my ID + PW are in the DB), but the game keeps telling me that the user doesn't exist.

Anyone knows why?

Thx

By seeing the SQL script on repo, a rz_account_insert() function ignores p_password parameter and all passwords will be set to 'blue'.
 
By seeing the SQL script on repo, a rz_account_insert() function ignores p_password parameter and all passwords will be set to 'blue'.

Tested blue as password, didn't work either :/
Seems like he can't find my account, and there's no trace of a connexion attempt in the server log...
 
Back