[Release] PT Source 2012 (Visual Studio 2013) Fixed

Junior Spellweaver
Joined
Oct 4, 2007
Messages
110
Reaction score
18

While compiling in Visual Studio, Serverdebug :

Compiling ClientDebug :

^And I did install Directx SDK
 

drz

Junior Spellweaver
Joined
Jun 7, 2013
Messages
145
Reaction score
71
Try to remove the git hash in you directory folder. I dont know, why your source is trying to link d3dx.lib Is it the current source and Visual Studio 2015 -Community?
 
Joined
Feb 3, 2011
Messages
3
Reaction score
0
Hi!

I'm for a problem... where the crystals attach to each other... Any idea where this might be in the code?
I have not found or where the control of the crystals is
 

drz

Junior Spellweaver
Joined
Jun 7, 2013
Messages
145
Reaction score
71
Crystals are setup in OnServer.cpp.

The structures wich defines the crystals are

Finally they will assign to monsters at:


Hi!
I'm for a problem... where the crystals attach to each other... Any idea where this might be in the code?
I have not found or where the control of the crystals is
 
Joined
Feb 3, 2011
Messages
3
Reaction score
0
Panzer is working on source codes...

Look at github:
* Open issues:
* Closed issues:
 
Imri Persiado
Joined
May 17, 2008
Messages
941
Reaction score
26
Hi guys,
I'm facing issues while trying to compile.
I managed to solve some of them but I got stuck on this one:



Thanks.
 
Imri Persiado
Joined
May 17, 2008
Messages
941
Reaction score
26
@SunnyZ,
I did.
Fixed: one of the additional dependencies was "d3dx.lib" so I changed it to: "Dependency\DirectX8\DXSDK\lib\d3dx.lib"



After compiling the client successfully, the client.exe is opened but all I see is a window white painted. Background music is working and also when I click enter I can hear the correct sounds.
Fixed: changed the screen size value to "1".
 
Last edited:
Imri Persiado
Joined
May 17, 2008
Messages
941
Reaction score
26
Has anyone managed to implement a wide screen drawing?


Post link: http://forum.ragezone.com/f399/release-pt-source-2012-visual-1084275-post8683933/#post8683933
 
Imri Persiado
Joined
May 17, 2008
Messages
941
Reaction score
26

The game is trying to load Phatkone php clan files, so just install them and it should work!

Question: In what cases I should compile the code as a server? I'm editing the code and so far I compiled it as client only but I know that some files are apart of the server.
 
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
any time you change something, unless it is purely client sided change, you should recompile the server side.
 
Elite Diviner
Joined
Aug 10, 2006
Messages
429
Reaction score
119
Any idea why i cant level above 99 with this source code? Ive added levels in leveltable up to 141
 
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
Any idea why i cant level above 99 with this source code? Ive added levels in leveltable up to 141

if you're not tier 4 by level 99 it wont let you go to level 100.
at least, i know 100% thats the case on my server files, no idea why its like that though :/
 
Moderator
Staff member
Moderator
Joined
Feb 22, 2008
Messages
2,404
Reaction score
724
You can always breakpoint the exp function or something until you find out what is going on. Don't expect this source to be bug free. in fact, its the opposite. It is massively bugged.