Board index Games... Mods... Multiplayer! Deus Ex ]

Knife Arena


Author
Message
~][FGS][Nobody~
Illuminated
Illuminated
User avatar

Posts: 5359
Joined:
 26 Oct 2005, 16:59
Location:
 Schland!
Nationality:
Germany


Re: Knife Arena - Postby ~][FGS][Nobody~ » 12 Jun 2013, 15:19


The "!" inverts the evaluation of the if-statement.
So for instance
Code: Select all
if(Jager.hasSpoon()) //that's equal to if(Jager.hasSpoon() == true)
{
    Jager.eatNoodles();
}

That means, if Jager got a spoon, he will eat noodles.
However, when adding a "!"..
Code: Select all
if(!Jager.hasSpoon()) //that's equal to if(Jager.hasSpoon() == false)
{
    Jager.eatNoodles();
}

That means, if Jager got NO spoon, he will eat noodles. :-D
Thus, the meaning of the block remains the same but its condition to get executed inverts.


According to my reply count..
If I login and I had to read through several pages of posts before being able to give an adequate reply, I tend not to reply. (TLDR)
If there's a question, where I assume that other more active forum users can give a qualified answer too, I tend not to reply.


Nobody is perfect...
-----------------------
ô¿ô¥[GODZ]¥NOCHANC wrote:I can ban any one I want ANY time I want. You have no rights here.

Magus wrote:Maybe one day I will understand your arcane rituals of voting :)

chin.democ. wrote:You can use light bulbs that emit light, and when shot, do not.

synthetic wrote:and while every person is interesting in their own unique ways, there is some degree of uniqueness that a doctor can help with.

~ô¿ô~][FGS][Nobody~ said: THERE IS NO SPOON!
~¤¥ÐJ¥¤~ said: THERE IS NO CAKE!
~Blade~
Power/3D
Power/3D

Posts: 252
Joined:
 17 Jan 2010, 20:56


Re: Knife Arena - Postby ~Blade~ » 12 Jun 2013, 16:02


WAIT WAIT... how do you eat noodles with a spoon anyway? :?


TétrãHýdrøÇäññÂßîñø£

Mastakilla wrote:If you bring even a thousand players to DX I will come over and suck your male sex organ.
I really will.

~][FGS][Nobody~ wrote:...you're doing the best to decrease my rationality at the moment.

jager774 wrote:He starts a fight and blames you for starting it and bitching on it. OKAY KEN.
jager774
THIS IS SPARTAAA!!!
THIS IS SPARTAAA!!!

Posts: 358
Joined:
 02 Dec 2011, 22:07
Nationality:
Hungary


Re: Knife Arena - Postby jager774 » 12 Jun 2013, 16:58


~Blade~ wrote:WAIT WAIT... how do you eat noodles with a spoon anyway? :?

Blade - Nobody : 1-0


~][FGS][Nobody~
Illuminated
Illuminated
User avatar

Posts: 5359
Joined:
 26 Oct 2005, 16:59
Location:
 Schland!
Nationality:
Germany


Re: Knife Arena - Postby ~][FGS][Nobody~ » 14 Jun 2013, 10:15


I love enlightening those who are clueless. :-D
Image


Nobody is perfect...
-----------------------
ô¿ô¥[GODZ]¥NOCHANC wrote:I can ban any one I want ANY time I want. You have no rights here.

Magus wrote:Maybe one day I will understand your arcane rituals of voting :)

chin.democ. wrote:You can use light bulbs that emit light, and when shot, do not.

synthetic wrote:and while every person is interesting in their own unique ways, there is some degree of uniqueness that a doctor can help with.

~ô¿ô~][FGS][Nobody~ said: THERE IS NO SPOON!
~¤¥ÐJ¥¤~ said: THERE IS NO CAKE!
~DJ~
Teh 1337'
Teh 1337'
User avatar

Posts: 2647
Joined:
 29 Jun 2008, 13:18


Re: Knife Arena - Postby ~DJ~ » 14 Jun 2013, 11:58


Those are not noodles, silly.. we're not that stupid. :winknkiss:
edit: derp, duno why i suggested to look somewhere else while we can just remove the check for SP.. SO YE thnx 4 explaining that nobodeh


That Resident Evil Mod
————
~][FGS][Nobody~ wrote:DONT SEARCH WORDS ON GOOGLE WITHOUT TINKING

~[FGS]SaSQuATcH~ wrote:you+serious=error

chin.democ. wrote:It's just what you're doing with your right hand that worries me....
jager774
THIS IS SPARTAAA!!!
THIS IS SPARTAAA!!!

Posts: 358
Joined:
 02 Dec 2011, 22:07
Nationality:
Hungary


Re: Knife Arena - Postby jager774 » 14 Jun 2013, 12:28


back on topic guysD:
i still didn't get any replies from bambi, nor the DXL thingy.


~DJ~
Teh 1337'
Teh 1337'
User avatar

Posts: 2647
Joined:
 29 Jun 2008, 13:18


Re: Knife Arena - Postby ~DJ~ » 14 Jun 2013, 18:10




That Resident Evil Mod
————
~][FGS][Nobody~ wrote:DONT SEARCH WORDS ON GOOGLE WITHOUT TINKING

~[FGS]SaSQuATcH~ wrote:you+serious=error

chin.democ. wrote:It's just what you're doing with your right hand that worries me....
RedDynasty
Principality/2C
Principality/2C
User avatar

Posts: 128
Joined:
 20 Jun 2012, 01:57
Location:
 Trapped with SCP-895
Nationality:
Portugal


Re: Knife Arena - Postby RedDynasty » 14 Jun 2013, 18:33


About the menu thing, if you want i got all the original cagematch files.


Image
Image
You're not a gamer until you played this.
jager774
THIS IS SPARTAAA!!!
THIS IS SPARTAAA!!!

Posts: 358
Joined:
 02 Dec 2011, 22:07
Nationality:
Hungary


Re: Knife Arena - Postby jager774 » 14 Jun 2013, 19:50


Yes um... of course if you'd hand it over i would use it if i can^^
Can you separate the menu part only?:o It wont work standalone will it? :oops:


RedDynasty
Principality/2C
Principality/2C
User avatar

Posts: 128
Joined:
 20 Jun 2012, 01:57
Location:
 Trapped with SCP-895
Nationality:
Portugal


Re: Knife Arena - Postby RedDynasty » 14 Jun 2013, 21:30


I dont think so, since the menu has the credits variable, that is related to the cagematch gametype it self


Image
Image
You're not a gamer until you played this.
jager774
THIS IS SPARTAAA!!!
THIS IS SPARTAAA!!!

Posts: 358
Joined:
 02 Dec 2011, 22:07
Nationality:
Hungary


Re: Knife Arena - Postby jager774 » 14 Jun 2013, 23:34


RedDynasty wrote:I dont think so, since the menu has the credits variable, that is related to the cagematch gametype it self

And can i remove it?
I dont really need to have money in the menu,i just want the menu itself so it has that CS feel.


RedDynasty
Principality/2C
Principality/2C
User avatar

Posts: 128
Joined:
 20 Jun 2012, 01:57
Location:
 Trapped with SCP-895
Nationality:
Portugal


Re: Knife Arena - Postby RedDynasty » 15 Jun 2013, 04:05


Oh crap nvm, i lost the files somehow. I believe my deus ex is haunted, and somehow managed to delete my cache files( even though i change the PurgeCacheDays to 0)
Sorry, you gotta ask poor then.


Image
Image
You're not a gamer until you played this.
jager774
THIS IS SPARTAAA!!!
THIS IS SPARTAAA!!!

Posts: 358
Joined:
 02 Dec 2011, 22:07
Nationality:
Hungary


Re: Knife Arena - Postby jager774 » 15 Jun 2013, 10:58


You cant set the cache purging to anything else i think. I set it to 3000 days and all my cache got deleted after 90 days:\


chin.democ.
chinny!
chinny!
User avatar

Posts: 2859
Joined:
 10 Aug 2006, 17:19
Location:
 London
Nationality:
Great Britain


Re: Knife Arena - Postby chin.democ. » 15 Jun 2013, 12:30


I assume the purge cache value runs values between 0 (infinite, never delete) and 90 (delete after 90 days), a value of 3000 wouldn't be recognised.


jager774
THIS IS SPARTAAA!!!
THIS IS SPARTAAA!!!

Posts: 358
Joined:
 02 Dec 2011, 22:07
Nationality:
Hungary


Re: Knife Arena - Postby jager774 » 15 Jun 2013, 13:31


Ah, i see. ill change it to 0 then




Return to Deus Ex

Who is online

Users browsing this forum: No registered users and 28 guests