Search found 141 matches

by Donkyhotay
Wed Jan 23, 2008 6:42 pm
Forum: Help
Topic: Bunch of problems
Replies: 10
Views: 13820

It should automatically transfer but if he has a different version of the map then it might not (code has changed alot since the last time I really dived into it so I'm not certain). Look at it this way, you make a map and give it to your friend (call it raidersmap for the example). While playing yo...
by Donkyhotay
Tue Jan 22, 2008 8:53 pm
Forum: Help
Topic: Bunch of problems
Replies: 10
Views: 13820

According to the source code, the game is stopping because it detects a desynchronization in the network between the clients. Kind of a stupid question but do you have the same versions of your maps? If so see if you can find a file named glob2.world-desynchronization.dump.txt which (hopefully) has ...
by Donkyhotay
Fri Jan 18, 2008 11:28 pm
Forum: Feature Requests
Topic: Destroy Ground Instead of Clearing
Replies: 7
Views: 12784

there has been talk about adding the ability to build 'roads' that would not allow resources to grow on them. So far nothing has come of it that I know of.
by Donkyhotay
Fri Jan 18, 2008 11:26 pm
Forum: Help
Topic: How do I change password on Ysagoon Online Gaming Server...
Replies: 8
Views: 13312

I don't believe there is any way to change the password on YOG.
by Donkyhotay
Tue Dec 25, 2007 2:19 am
Forum: Bugs
Topic: scons fail
Replies: 5
Views: 10171

On my system I had forgotten to reinstall the g++ compiler (I went through a recent reformat). If your using ubuntu install build-essential which conveniently handles all of the compilers. If your using some other distro then make certain you have some variant of g++ on your system.
by Donkyhotay
Mon Dec 17, 2007 9:49 pm
Forum: Bugs
Topic: scons fail
Replies: 5
Views: 10171

I got this too, I didn't use the scripts but did it manually with just plain scons and ran into the exact same error. I've compiled glob2 many times before with scons and have never gotten this until now. I suspect something is broken in the scons files since the files it says don't exist actually d...
by Donkyhotay
Mon Dec 17, 2007 9:44 pm
Forum: Help
Topic: Linux Version 0.9.1
Replies: 4
Views: 9346

How do you become root, I only know how to use the sudo command When you use sudo You are running as root (at least for that command). So for your system it would just be: sudo scons install but not all linux systems use sudo so you will sometimes be told to run things 'as root' like this. In the f...
by Donkyhotay
Sun Dec 16, 2007 4:03 am
Forum: Help
Topic: Linux Version 0.9.1
Replies: 4
Views: 9346

the INSTALL file isn't an executable file for installing the game, it's the instructions on how to do so. In order to install globally you need to type as root:
scons install
by Donkyhotay
Thu Nov 22, 2007 2:21 am
Forum: Feature Requests
Topic: dynamic prestige
Replies: 4
Views: 9632

Problem with that is you never get the chance to use explorers to attack ground units. As soon as you gain the ability the timer goes off and about the time you have enough that your thinking about attacking with them the game ends. Personally I think explorers should be trained at level2 with level...
by Donkyhotay
Thu Nov 22, 2007 2:16 am
Forum: Feature Requests
Topic: Globulation Online World
Replies: 4
Views: 9824

while not related in any way to glob2 there is a pretty fun open source MMORTS I play that reminds me alot of Master of Orion. Written completely in python with the pygame library it's called 'outer space' and it's pretty easy to find if you just do a search for outer space and pygame. Personally I ...
by Donkyhotay
Wed Nov 14, 2007 4:09 am
Forum: Feature Requests
Topic: Globulation Online World
Replies: 4
Views: 9824

tough to do for little gain. The game is open source so theoretically someone could do that but I honestly don't see that happening.
by Donkyhotay
Wed Oct 31, 2007 6:59 am
Forum: Tournaments!
Topic: The first ever Globulation 2 Tournament!!!!
Replies: 17
Views: 23993

I just tried it myself today (10/30/07) and was able to connect to YOG without any problems.
by Donkyhotay
Wed Oct 31, 2007 6:54 am
Forum: Help
Topic: Load game, map tutorial
Replies: 4
Views: 10191

There really isn't any difference between the two. The reason the windows version doesn't have the joey campaign is because it simply isn't included. You can even take a look in the actual campaign maps and you'll see that the only thing there is the tutorial campaign. This is partially true on the ...
by Donkyhotay
Fri Oct 05, 2007 3:02 am
Forum: Feedback
Topic: Why I love this game
Replies: 8
Views: 14070

It's funny but english is my primary language and I have never noticed that. He's actually right though, a prune *is* a 'raisened' plum and so don't grow on trees. I went ahead and mentioned that on the bug tracker.
by Donkyhotay
Wed Sep 26, 2007 4:36 am
Forum: Help
Topic: SOLVED: How do I uninstall if I installed from source?
Replies: 3
Views: 8680

Just 'reinstall' from repos and it will copy over everything except for the stuff within ~/.glob2. I'm 99% certain that the stuff within ~/.glob2 will still be compatible with the old ubuntu version. If for some reason it isn't then just delete ~/.glob2 and let glob2 create a new directory.