Search found 61 matches

by K776
Wed May 16, 2007 10:30 pm
Forum: Bugs
Topic: wiki: mercurial vs cvs
Replies: 2
Views: 9272

Mercurial is indeed the latest SCMS we are using. You can get the latest code by running

hg clone http://hg.globulation2.org/glob2/
by K776
Wed May 16, 2007 10:27 pm
Forum: Bugs
Topic: Neither maps nor campaigns with 0.8.22.
Replies: 4
Views: 10108

There was a problem with the alpha 22 release. Several bugs, and missing files. Alpha 23 fixed all those and is now the latest release. Be sure to download.
by K776
Mon Apr 09, 2007 7:24 am
Forum: General Discussions
Topic: Alpha22 for Windows
Replies: 3
Views: 9422

Now that I'm back, hopefully within a week. I have to rewrite a lot of things though, so you'll probably just get a zip file to start off with instead of an .exe which installs.
by K776
Tue Jun 06, 2006 10:39 pm
Forum: Help
Topic: Map editor question
Replies: 1
Views: 4024

If im right, level 1 is

Code: Select all

wait(Pool(0,0) < 1)
win(0) 
level 2 is

Code: Select all

wait(Pool(1,1) < 1)
win(0) 
and level 3 is

Code: Select all

wait(Pool(2,2) < 1)
win(0) 
Since you have a level pool, antraully level two pools are below 1 and thus triggeres the win. Try using

Code: Select all

wait(Pool(0,0) < 1)
win(0) 
and see how that goes
by K776
Tue May 23, 2006 10:09 pm
Forum: Help
Topic: Tutorial stopped
Replies: 9
Views: 12076

I've compared the code in each script and its the same. The problem comes from the fact that the resouces have overgrown where the towers should be. This is common if your new to the game and read everything :P Guess GeniXPro (the creator of the tutorial) has a bit more work to do :P Anyway, all you...
by K776
Sun May 21, 2006 10:14 pm
Forum: Help
Topic: Tutorial stopped
Replies: 9
Views: 12076

I'll look into it now............. Hmm, ok. According to that script, after that message, it has wait(Tower(0, 0) > 1) hide which looks right when compared to all the other code in there. I'll play the game and test myself (using cvs), see if it works............. Nope. I went through fine once I pl...
by K776
Fri May 19, 2006 10:58 pm
Forum: Feature Requests
Topic: Building / flag shortcuts
Replies: 6
Views: 7297

Just in case you havn't found them yet, there are some shortcuts already: Can be used anytime: p = pause t = target i = infomation h = history a = unknown function v = speak (voice) enter = speak (message) spacebar = last event home = jump to the first swarm ever made esc = display menu m + click sc...
by K776
Fri May 19, 2006 10:36 pm
Forum: Help
Topic: Tutorial stopped
Replies: 9
Views: 12076

Did you build walls too? If that still doesn't work, which version are you playing? release or cvs? if cvs, spanish, french or english version?
by K776
Fri May 19, 2006 10:32 pm
Forum: General Discussions
Topic: Popularity of the Game
Replies: 22
Views: 40396

My story: I found it when installing all games on the linux distribution cds I had at the time, played it once or twice, then forgot about it for months (cause back then it was very, um, not like now'ish :P ). Then I got the new cds for the linux distro, which had an updated version of Globulation 2...
by K776
Fri May 19, 2006 10:24 pm
Forum: Help
Topic: Can't join online game with XP
Replies: 5
Views: 12913

That worked for you? I've been having this problem for some time also. The only people I can seem to play with are Dejan or JDLSpeedy. Anyone else I try to play with times out when I click Join or when they try to Join a game I make. I even at one stage forwarded all ports to the computer I'm playin...
by K776
Tue Mar 07, 2006 7:55 am
Forum: Feature Requests
Topic: Cancel option
Replies: 1
Views: 4236

Guess what. Its been implemented in CVS and will be available for use in alpha19 (or cvs if you know how to download and compile source code). Enjoy.
by K776
Sun Mar 05, 2006 9:13 am
Forum: Help
Topic: Windows XP can not join a LAN game...
Replies: 7
Views: 10030

There is some obvious issue with windows xp. Possibly because all the developers I know use a unix/linux based system like gentoo, ubuntu, fedora, or debian. Globulation is having its entire network system (lan and yog I believe) rewritten as soon as alpha19 is released. This should hopefully get a ...
by K776
Sun Mar 05, 2006 9:08 am
Forum: Help
Topic: Sudden crashes
Replies: 4
Views: 6334

Yes. I experiece this problem also. GeniXPro fixed one crash bug, after I debuygged it using gdb on mandriva, which has halfed crashes for me. But the other has not been found yet. I'll keep debugging.
by K776
Sun Mar 05, 2006 9:07 am
Forum: Feature Requests
Topic: pause option
Replies: 10
Views: 17850

theres heaps of shortcuts. i for info on/off on buildings, t for target, p for pause, space for jumping to last event, home for jumping to a swarm....... I guess someone should make a new wiki page with all the shortcuts. I'll do it when I have the time (if someone doesn't beat me to it first).