devolution

Author Topic: trying to rebuild exe file and errors  (Read 3094 times)

0 Members and 1 Guest are viewing this topic.

Offline neath1

  • Newbie
  • *
  • Posts: 7
trying to rebuild exe file and errors
« 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

Offline GonDra

  • Full Member
  • ***
  • Posts: 154
Re: trying to rebuild exe file and errors
« Reply #1 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.

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: trying to rebuild exe file and errors
« Reply #2 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.
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
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline neath1

  • Newbie
  • *
  • Posts: 7
Re: trying to rebuild exe file and errors
« Reply #3 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.

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: trying to rebuild exe file and errors
« Reply #4 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
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug