Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Studio/Level Editor Working =D

Initiate Mage
Joined
Aug 6, 2013
Messages
83
Reaction score
39
Open EclipseStudio.sln or ProbeMaster.cpp

Find:
Code:
D3D_V( D3DXSaveTextureToFile( SH_TEXTURE_PATH, D3DXIFF_DDS, m_NormalToSHTex->AsTexCUBE(), NULL ) );

Replace:
Code:
//D3D_V( D3DXSaveTextureToFile( SH_TEXTURE_PATH, D3DXIFF_DDS, m_NormalToSHTex->AsTexCUBE(), NULL ) );

Compile =D

Image:
Captura%20de%20tela%202014-01-21%2017.12.36.png
 

Attachments

  • Captura de tela 2014-01-21 17.12.36.jpg
    Captura de tela 2014-01-21 17.12.36.jpg
    122.2 KB · Views: 732
Inactive Account
Inactive Account
Joined
Dec 6, 2013
Messages
3
Reaction score
1
This dident work for me im still getting this error when loading an map in studio
mltci0.jpg
 
Elite Diviner
Joined
Oct 22, 2013
Messages
421
Reaction score
175
anyone got the source and bin for warinc ? as the one stargate uploaded dont have the bin or server files its just a source thanks

- - - Updated - - -

got it sorted and just setup a sever on my spare pc getting some friends over later for some lan matchs to give it a good test on some modeled warz maps ^^
 
Initiate Mage
Joined
Feb 2, 2014
Messages
38
Reaction score
15
not necessarily to change the code!!! just need to add this folder to the data folder)))) and loading levels will be in the Studio will be quick))
https://mega.co.nz/#!K5pgyJYZ!AAAAAAAAAACvUE1uqWRHuQAAAAAAAAAAr1BNbqlkR7k
 
Custom Title Activated
Joined
Aug 23, 2010
Messages
1,487
Reaction score
336
not necessarily to change the code!!! just need to add this folder to the data folder)))) and loading levels will be in the Studio will be quick))
https://mega.co.nz/#!K5pgyJYZ!AAAAAAAAAACvUE1uqWRHuQAAAAAAAAAAr1BNbqlkR7k

can you reupload please
?
 
Yuri-BR#1559
Developer
Joined
Apr 2, 2013
Messages
1,098
Reaction score
2,968
Code:
!!! ERROR: D3D call failed (-2005529767) in file '.\Sources\RENDERING\Probes\ProbeMaster.cpp' line '2751'. D3D Call:D3DXSaveTextureToFile( SH_TEXTURE_PATH, D3DXIFF_DDS, m_NormalToSHTex->AsTexCUBE(), NULL )

[mental]No need to comment any lines. To correct the error mentioned above just add the folder "bin\Data\Tests" from warz in warinc data.[/mental]
 
Back
Top