Looks like some stuff is missing, but it's still a great release the bins probably work fully but there is some src appearing to be missing, it'd be a big project for someone to wrap it up
But still, big props to vusion for having the balls to drop this.
I agree with you. But the problem is not so easy, it's seems very incomplete. Doesn't have the api to connect ant the db(if has one) is very incomplete and can't work on the server.
Also doesn't have the server code, so it will be hard since the game is hardcoded.
But yeah, really good work releasing that!
Divine
I don't think the missing part is that big, however, it's what I had and wanted to share.
@MicroNet :To view the content, you need to sign in or register
Missing file: shadow_config.h
That is all I found that is truely missing
Visual studio also reports "CamouflageDataManager.h" to be missing but I can find it in the source folder
Also for the people who are using visual studio 2010
Add #define static_assert static_assert_old
Above
"namespace static_assert
{
template <bool> struct STATIC_ASSERT_FAILURE;"
To fix your error
To fix missing "CamouflageDataManager.h"
change
"../../../../src/GameEngine/CamouflageDataManager.h"
to
"../GameEngine/CamouflageDataManager.h"
Waiting for bins to be uploaded
Then I might be able to fix
the missing "..\..\bin\Data\Shaders\DX9_P1\system\LibSM\shadow_config.h" file![]()
This code seems to be missing some critical aspects of the game, the entire server system is missing so all people have to go by is the already compiled EXE. The Web-API that is REQUIRED for this game is not here. So all that remains is just a client. Honestly as great as people are claiming this release to be, it is really not even close to the praise people are giving it. Yeah great you released this Vusion, but you yourself got scammed by whoever sold/gave you these files, since they are so grossly incomplete and pretty much 98% useless to all, even experienced devs.
If its the same files I have, there is src and API's in the bins folder.
Which people are saying here is corrupted.
If its the same files I have, there is src and API's in the bins folder.
Which people are saying here is corrupted.
![]()
So a repack makes sense then.
2