Frictional Games Forum (read-only)
JKO's Guide to compiling Penumbra - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Open Source Collaboration (https://www.frictionalgames.com/forum/forum-27.html)
+--- Forum: Overture (https://www.frictionalgames.com/forum/forum-29.html)
+--- Thread: JKO's Guide to compiling Penumbra (/thread-3592.html)

Pages: 1 2 3 4


RE: JKO's Guide to compiling Penumbra - Urkle - 09-20-2010

There should be on in the game directory. Here is the path ./graphics/player/player_crosshair_cross.bmp. If it's not there then you probably don't have a complete install.


RE: JKO's Guide to compiling Penumbra - Tomy - 09-20-2010

I unpacked all content from setup.exe from original CD, but still couldn't find that file. Then I tried to look for it in my Penumbra Black Plague installation, here it is! I just copied the file and everything went OK. Wierd thing by the way, because my Overture runs fine without that file...


RE: JKO's Guide to compiling Penumbra - Hazematman - 10-15-2010

Thanks for the guide, but when I run Penumbra.exe, I see the loading screen and then it gives me a windows error where it asks you to send a error report or not.


RE: JKO's Guide to compiling Penumbra - wally - 10-15-2010

(10-15-2010, 01:47 AM)Hazematman Wrote: Thanks for the guide, but when I run Penumbra.exe, I see the loading screen and then it gives me a windows error where it asks you to send a error report or not.

Run it in the debugger and give us something to work with.


RE: JKO's Guide to compiling Penumbra - Symphony - 06-19-2011

Hi, guys. I've got a problem with compiling HPL solution:

Code:
sources\impl\SDLTexture.cpp(611): error C2668: pow: ambiguous call to overloaded function
          C:\Games\Microsoft Visual Studio 10.0\VC\include\math.h(583): could be "long double pow(long double,int)"
          C:\Games\Microsoft Visual Studio 10.0\VC\include\math.h(535): or       "float pow(float,int)"
          C:\Games\Microsoft Visual Studio 10.0\VC\include\math.h(497): or       "double pow(double,int)"

Can you help me with that error?


RE: JKO's Guide to compiling Penumbra - Urkle - 06-19-2011

try changing that line to

int lSizeDiv = (int) ((float)pow((float)2, (int)mlSizeLevel));

and see if it likes it.




RE: JKO's Guide to compiling Penumbra - Symphony - 06-19-2011

Original line looks like this:

int lSizeDiv = (int)pow((int)2,(int)mlSizeLevel);

Ok, I changed that line and compiled - all compiled perfect. Thank you.

I was compiling the "Overture Source", and get this error : "TaskKeyHook.lib" not found
What is "TaskKeyHook.lib"?


RE: JKO's Guide to compiling Penumbra - Talus - 06-26-2011

I just won the battle against the Compiling of Overture
but :

Quote: Couldn't load image 'effect_white.jpg'

but i have it in "redist/graphics/effect/"



RE: JKO's Guide to compiling Penumbra - Urkle - 06-26-2011

Are you running the game from within the resist folder? Also is graphics/effects in the resources.cfg file?


RE: JKO's Guide to compiling Penumbra - Talus - 06-26-2011

I doesn't have any ressources.cfg

I have just Forget copying this file and Materials.cfg ^^