How build acr_server and acr_client in VS2008?
2017-07-09, 03:13 PM (This post was last modified: 2017-07-23, 06:20 AM by Max_Advanced.)
#1
How build acr_server and acr_client in VS2008?
Hello, I will want build server for testing in my computer. But I can't find in project choose compiling project for server. How can I build this file in VS2008 or another IDE?
Post Reply Quote this message in a reply
2017-07-14, 06:41 PM
#2
RE: How build acr_server in VS2008?
Client = Release
Server = Standalone
Client Debug = Debug
Server Debug = Standalone Debug

http://acreloaded.wikia.com/wiki/Compili...ual_Studio

The wiki page has incorrect formatting, so I am fixing that now.

Best regards,
Victor
//victorz.ca
Code:
Your antithesis compares favorably with any high magnitude of pwnage. (-you > |p|, you < -|p|)
My antithesis compares favorably with _that of_ any high magnitude of pwnage. (|-me| > |-p|, |me| > |p|)
Post Reply Quote this message in a reply
2017-07-22, 12:12 PM (This post was last modified: 2017-07-23, 06:17 AM by Max_Advanced.)
#3
RE: How build acr_server in VS2008?
thanks, but how can I debug project?

I added in command arguments string: 
Code:
--home=home --mod=acr --init -cb128 %*
But I can't debug because write error: couldn't open packages\misc\notexture.jpg


[Image: 14999102.png]

How to fix this error?
Post Reply Quote this message in a reply
2017-07-23, 09:35 AM
#4
How to build acr on CodeBlocks for linux
Hello! I build project for Ubuntu 17.04 on CodeBlocks. I do'nt know how debug this project. When I run project in IDE me at startup write:
Code:
couldn't load texture packages/misc/notexture.jpg

could not find core textures (hint: run ACR from the parent of the bin directory) (Couldn't open packages/misc/notexture.jpg)

How fix it?
Post Reply Quote this message in a reply
2017-07-23, 06:05 PM (This post was last modified: 2017-07-23, 06:06 PM by Victor.)
#5
RE: How build acr_server and acr_client in VS2008?
You need to set the working directory to the root of the repository (the folder with client.sh and client.bat).

The Code::Blocks setting is probably called Execution Working Directory.

Best regards,
Victor
//victorz.ca
Code:
Your antithesis compares favorably with any high magnitude of pwnage. (-you > |p|, you < -|p|)
My antithesis compares favorably with _that of_ any high magnitude of pwnage. (|-me| > |-p|, |me| > |p|)
Post Reply Quote this message in a reply


Forum Jump: