Caboose · title = name(self, handle)
Reactions
Comments
-
(Quote)
And again, no links, not even a citation so that I can verify your opinion is informed by facts and not by industrialist propoganda.
-
(Quote)
I can't tell if you are trolling. Please show me the scientific evidence (peer reviewed) not payed for by the Kochs or other super-ritch industrialists that posits the current, and unprecidented, warming phase the Earth is undergoi… -
A, wrong section. B. If you are going to play NS2 competitively, you'll need to learn how to aim and not die as a marine.
-
(Quote)
And gay people have peen petitioning for a redress of their grievances for a while now.
-
At least they were just rats! In Seoul, South Korea, a similar thing happened with a single tadpole, the resulting giant mutant ate a lot of Koreans.
-
I stopped trying when you replaced the four syllable re-al-i-ty with the single syllable skulks. You need better word choice when parodying songs, syllabary is important.
Please don't destroy any more classics... -
chibimike: what's your CPU?
-
(Quote)
I read the first 5 Frank Herbert books, plus Brian's Dune: The Butlerian Jihad, which I personally didn't mind. But then, it was so long before Paul Muad'Dib that it felt unrelated. -
It will be more than overkill with a decent CPU.
-
Oh noes! Things changed! Now the boring, repetitive stratagies i spent a day memorizing don't work any more! I want my games never to change dammit! I demand a refund!
-
I'm using a GTX 460, I get 50ish at 1600x1200 on medium highish settings.
-
There it goes!
-
(Quote) But then they couldn't keep working on it until 5 minutes before release! Wouldn't be UWe then.
-
Then there's the downloading part... Can't wait any longer!
(Maybe I can...) -
Sounds more like innate problems with marine commanders?
-
(Quote) Excellent point. With that said, adding to what I said earlier, a lot of code could probably be recycled.
-
Woot. Thank you UWE for being awesome and not making me buy this.
-
These are marines we're talking about! They wear uniforms. They are supposed to lack individuality. Same with the aliens, who share a hive mind.
That said. I have two stream accounts, I can launch ns2 from the one that I don't own it on,… -
(Quote)
"We forgot to take a photo of the bloody console, but don't worry, it's just gonna be a black box. Bye!" -
I have no idea what you are talking about, or what parts of that contain sarcasm. Are you asking for more modded servers, less, or are you accusing unmodded servers of being secretly modded?
-
Yes, but decompiled code is pretty unreadable. I'm working on compiling a working hldm client.so because I think the winelib hack is the best bet.
-
(Quote)
Couldn't have said that better, it mirrors my opinion of the game (though I'd lump NS1 in the description as well).
NS/NS2 is a game about how well you can work in a team to accomplish goals, above any aspect that invol… -
(Quote) I've been here 10 years, you joined today and have 3 posts, and you have a my little pony avatar, so your opinion is moot. I've been playing since beta build 170 something. But then, I suspect you're just a double account set up to agree …
-
Basically, two kinds of players, quitters, and fighters. If you accept that you loose before the game is over, then you loose, but when you force others to concede who would rather not quit because they enjoy the challenge, then you suck.
-
As a good example of what can happen when a team on the brink doesn't concede at the first sign of the other team showing that they too can play...
Today, I was playing in a smaller server, with only 7 or 8 players for most of the game. … -
Ok, well, if we compare ns's client.dll, with the 1.1.1.1 valve client.dll, we can probably determine which functions they share, and wouldn't need to rewrite. Valve's .so depends on
NEED…
-
Any wrapper will depend on wine/winelib, but only for the game logic, not for the engine. I'm going to do a bit of studying the MPlayer codec loading bits, I doubt I'll understand it, but...
Ignore the .so I posted earlier.
I too have no experience in this, I don't know a whole lot of C or C++ beyond the basic syntax (I can make it work, just takes time, buried in documentation for me to make things happen), just a bit of JavaScript and Python. I had already downloaded…I know, I'm talking about creating a native shared object from scratch, that will use winelib to call the functions in client.dll (560 of them...), and then link that new shared object against vgui.so provided with the linux client.