Search found 88 matches

by Iran
Sat Sep 11, 2010 10:30 pm
Forum: General Discussion
Topic: Need complete info on switches for manpage(s)
Replies: 4
Views: 6756

Here's my concept version: http://pastebin.ca/1938499 The markup for it is: .TH OpenRA 6 "September 2010" .SH NAME openra \- Open source RTS engine written in C# that runs early Command & Conquer games .SH SYNOPSIS .BI "openra [ SupportDir="support_directory .B ] .BI "[ <settingstype>.<flag>="overri...
by Iran
Fri Sep 10, 2010 2:47 pm
Forum: General Discussion
Topic: Need complete info on switches for manpage(s)
Replies: 4
Views: 6756

Thanks, I'll take a look at making manpages later this day.
by Iran
Fri Sep 10, 2010 2:04 pm
Forum: General Discussion
Topic: Need complete info on switches for manpage(s)
Replies: 4
Views: 6756

Need complete info on switches for manpage(s)

I've not yet begun on creating manpage(s). Uh..the current packages don't include the map editor, but I'd like to do a seperate manpage for those if I also can get info on it. So basically, I need a list of all the command-line options, additionally a small history and keyboard shortcuts. I'll make ...
by Iran
Fri Sep 10, 2010 1:44 pm
Forum: General Discussion
Topic: Updated post-installation script for the deb package
Replies: 0
Views: 11882

Updated post-installation script for the deb package

This one uses 'wget', 'unzip' and 'zenity' (so add them to the dependencies list). I've fixed the bug with wget 1.12 (see bug tracker, ticket 129). It's completely graphical and automatically checks if the packages you have are up-to-date, if they aren't, new ones are extracted. It would be useful t...
by Iran
Fri Sep 10, 2010 12:09 pm
Forum: General Discussion
Topic: I've written an untested deb build script
Replies: 0
Views: 11387

I've written an untested deb build script

Couldn't test it, so expect to see mistakes. I'm assuming that you execute this script in a directory that has an outdated ./DEBIAN folder and an up-to-date package file system (the script assumes this file system starts with /usr) #!/bin/bash ARGS=7 E_BADARGS=85 if [ $# -ne "$ARGS" ] then echo "Usa...
by Iran
Fri Sep 10, 2010 1:01 am
Forum: General Discussion
Topic: what happen to most important game feature !?
Replies: 8
Views: 7317

Or mod/write it themself.
by Iran
Fri Sep 10, 2010 1:00 am
Forum: General Discussion
Topic: Created a DEB package for openra-20100907-1
Replies: 5
Views: 7037

Packages with PPA are done by having people add their PPA to their repository list, which have to be done by hand. It's stand-alone from the the official Ubuntu repositories. Like how it's done with Wine: http://www.winehq.org/download/deb I understand the issues with Tao and 64-bit, I heard one of ...
by Iran
Thu Sep 09, 2010 11:01 pm
Forum: General Discussion
Topic: Created a DEB package for openra-20100907-1
Replies: 5
Views: 7037

The menu & .desktop file thing should also work under RPM-based systems and Arch Linux. I can understand the legal issues with EA and the size concerns. If you guys need free and fast web hosting, Zunnie wants to host files for you. He has 3-4 100 Mbit servers in the USA and Europe and his community...
by Iran
Thu Sep 09, 2010 9:10 pm
Forum: General Discussion
Topic: Created a DEB package for openra-20100907-1
Replies: 5
Views: 7037

Adding menu entries (and icons) with the package is slightly complicated. Here's how to do so. First of all we'll need to add two files to the DEBIAN folder to tell the system to update the menu after installation and removal of our package. Create a file named 'postrm' and paste this into it: #!/bi...
by Iran
Thu Sep 09, 2010 6:14 pm
Forum: General Discussion
Topic: Created a DEB package for openra-20100907-1
Replies: 5
Views: 7037

Created a DEB package for openra-20100907-1

http://hotfile.com/dl/68224571/34eca2c/openra-20100907-1.deb.html This package is based off the RPM, I manually did the control files (in the DEBIAN folder). Additionally, I created .desktop files for the start menu of the window manager and the (simple) scripts to add them to the menu on installati...
by Iran
Thu Sep 09, 2010 1:47 pm
Forum: General Discussion
Topic: Crashes with debug logs
Replies: 3
Views: 6560

Yeah we were running different versions, I think it was christf who pointed that out. I can't get both the latest svn build and the released build (from the download page) to write stuff to the sync log, i.e. the file is empty.
by Iran
Wed Sep 08, 2010 6:14 pm
Forum: General Discussion
Topic: Crashes with debug logs
Replies: 3
Views: 6560

Crashes with debug logs

I played a multi-player game of the RA mod and early in-game after getting War Factory and a few Harvesters up, both games crashed all of a sudden. My terminal showed the following debug: maikel@computer-maikel:~/OpenRA$ ./OpenRA.Game.exe Could not get XIM Loading settings file /home/maikel/OpenRA/s...
by Iran
Wed Sep 08, 2010 4:44 pm
Forum: General Discussion
Topic: Compiling OpenRA on Ubuntu
Replies: 19
Views: 33637

Compiling OpenRA on Ubuntu

First off, grab the source with Git: $ git clone git://github.com/chrisforbes/OpenRA.git $ cd OpenRA If you don't have git installed, you can install it with: $ sudo apt-get install git-core To compile OpenRA on Ubuntu you need the following dependencies (as tested on Ubuntu 10.04): mono-gmcs libmon...