Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - panzerdiesel

Pages: [1]
1
Early Dev / Re: Armoured Commander: WW2 Tank Commander Roguelike
« on: January 01, 2016, 02:42:13 AM »
First: Happy New Year! 8)

Second: I don't know if you can add something to the script. The directory is unique for every single user - as far as I can see. I have asked in the German forum. Link: https://de.manjaro.org/index.php?topic=4893.0

2
Early Dev / Re: Armoured Commander: WW2 Tank Commander Roguelike
« on: December 31, 2015, 04:55:35 PM »
SOLUTION: HOW TO RUN ARMCOM UNDER LINUX

1. Download libtcod from the website:

https://bitbucket.org/libtcod/libtcod/downloads/libtcod-1.5.1-linux.tar.gz

or for x64:

https://bitbucket.org/libtcod/libtcod/downloads/libtcod-1.5.1-linux64.tar.gz

extract libcod into the game directory. Change the name into "libcod" to simplify it. Then change the armcom.py in the "src"-directory:

Quote
##### Libraries #####
import sys
sys.path.append("/INSERTYOURPATH/libtcod/")
import libtcodpy as libtcod                     # The Doryen Library

You don't have to arrange all paths. Simply copy the content of the "src"-folder into the main folder of ArmCom. Also copy the "libtcod.so" from "libtcod" into the main folder.

2. Change to the ArmCom folder and run it via the terminal command: python2 armcom.py

Thx to the guys at de.manjaro.org for their kind help.


3
Early Dev / Re: Armoured Commander: WW2 Tank Commander Roguelike
« on: December 30, 2015, 07:57:35 PM »
Sounds a bit difficult. So, yesterday I have tried Manjaro Linux - which runs very fast on my T61 laptop. I think I'll have to stay with Win 7.

4
Early Dev / Re: Armoured Commander: WW2 Tank Commander Roguelike
« on: December 30, 2015, 05:54:50 PM »
:) Does anyone know how to execute the source?

5
Early Dev / Re: Armoured Commander: WW2 Tank Commander Roguelike
« on: December 30, 2015, 03:51:06 PM »
Is there a way to start ArmCom under Linux? With Wine it was too slow after a short time. I am no Linux crack I must tell.

6
Early Dev / Re: Armoured Commander: WW2 Tank Commander Roguelike
« on: December 18, 2015, 12:34:09 AM »
It is a pleasure to discover the newest developments on ArmCom. I want to make a Let's Play on YT about this.

PS: I want a German campaign! What about the tough fights on the Eastern Front in 1944? Or maybe some action in the Normandy? GUDERIANS BEST 8)

7
Fine! I think with the fullscreen mode you get a plus of immersion while playing. And the text is better readable. Can't wait to start a new game of ArmCom. 8)

8
As I am playing on my Thinkpad with 1680x1050 - would it be possible to implement a fullscreen mode for AC?

9
I am back to panzer drivin'. Love how it develops over the time! Go on with this!

PS: Will you add the possibility to play as a German also?


10
Early Dev / Re: Armoured Commander Alpha 1: WW2 Tank Commander Roguelike
« on: February 20, 2015, 08:32:05 PM »
Hi there,

just blundered into this roguelike. Wow. These game mechanisms have their own immersion of ww2 tank combat. Please, push the development of this jewel forward!

And: Add German tanks ;)

Pages: [1]