Pink Petal Games

Game Discussion => General Discussion & Download => Topic started by: neath1 on January 26, 2017, 08:42:03 AM

Title: trying to rebuild exe file and errors
Post by: neath1 on January 26, 2017, 08:42:03 AM
Tried to change a stat and hit build in visual basic. It gives error window.h
I downloaded both sources from crazy and normal same thing except norm gives errors with cop files.
Any ideas? Thanks
Title: Re: trying to rebuild exe file and errors
Post by: GonDra on January 27, 2017, 08:08:31 AM
The project is C++ if I remember right, last time I had a working build environment I used ms Visual Studio Express 2013 and I think you needed OpenGL Libraries but I am not too sure on that.
I am sure aevojoey could help you more if he is online the next time but I recommend you starting with that.
Title: Re: trying to rebuild exe file and errors
Post by: aevojoey on January 28, 2017, 11:26:47 AM
Tried to change a stat and hit build in visual basic. It gives error window.h
I downloaded both sources from crazy and normal same thing except norm gives errors with cop files.
Any ideas? Thanks
The original source code located on this site has not been updated in years.

Get the newest source code from https://github.com/crazywm/crazys-wm-mod (https://github.com/crazywm/crazys-wm-mod).
If you use visual studio express 2013 and load BrothelMaster-vse2013.sln, you should have no problems building the game.

There are several places where things need to be changed if you are adding new stats or skills, they all have this note near them:
Code: [Select]
// `J` When modifying Stats or Skills, search for "J-Change-Stats-Skills"  :  found in >> Constants.h
Title: Re: trying to rebuild exe file and errors
Post by: neath1 on January 31, 2017, 07:35:17 AM
Thanks.
 That was the svn that i was trying. I think it has to do with my visual version. can't find 2013 except the blend version which gives the errors. 2017 gives lots of errors.
Searching for 2013.
Title: Re: trying to rebuild exe file and errors
Post by: aevojoey on February 01, 2017, 10:32:37 AM
Thanks.
 That was the svn that i was trying. I think it has to do with my visual version. can't find 2013 except the blend version which gives the errors. 2017 gives lots of errors.
Searching for 2013.
https://www.microsoft.com/en-us/download/details.aspx?id=44914 (https://www.microsoft.com/en-us/download/details.aspx?id=44914)