[QUOTE=CarlBooth;27795252]Looks like he did it himself (Why?)[/QUOTE]
because I could, and may be stereotypical, but I like pink >.> may change it to something else next week, was trying it out.
[editline]01/02/2011[/editline]
for whoever rated me rainbow, stereotypical because am female, not any other reason.
[QUOTE=kraffslol;27793582]Tried to make a weapongenerator too :D In python
[img_thumb]http://imgur.com/3lKLp.png[/img_thumb][/QUOTE]
I want the Adorable Shotgun of the Kitten.
Also, does the Gay Grenade Launcher launch gay grenades?
[QUOTE=esalaka;27795401]I want the Adorable Shotgun of the Kitten.
Also, does the Gay Grenade Launcher launch gay grenades?[/QUOTE]
Yeah, right into Jallen's ass. :v:
[QUOTE=robmaister12;27788750]Figured it out, it was a lot simpler than I thought, actually. I just moved one of the conditionals inside the other one. Basically from this:
[code]if (isColliding && !containOtherEntity)
//interact entities
else if (entitiesContainEachOther)
//uninteract entities[/code]
to
[code]if (isColliding)
{
if(!containOtherEntity)
//interact entities
}
else if (entitiesContainEachOther)
//uninteract entities[/code]
Before, it would consider them not colliding solely based on the fact that the entities were in each other's colList, something that occurs when they collide. So now they'll only uninteract if they aren't colliding, not right after it collides.
[/QUOTE]
Yeah, that's a tricky one. That's why sometimes you have to write up truth tables, and be careful with logical AND/ORs when you're using "else". The "if" is exactly the same in both cases, but it's the "else" part that's subtley different. In the second one, the "else" represents "if (!isColliding && entitiesContainEachOther)", but in the first one, it actually represents "if ((!isColliding || containOtherEntity) && entitiesContainEachOther)".
(You can figure that out by using DeMorgan's law and negating the entire "if" condition; the negation of (isColliding && !containOtherEntity) is equal to (!isColliding || containOtherEntity). Basically, remember that when you negate an "AND", you get an "OR" instead.)
Am looking forward to seeing how the android development works with debugging an actual device rather then an emulator.
[QUOTE=xAustechx;27795436]Yeah, right into Jallen's ass. :v:[/QUOTE]
What.
[QUOTE=Jallen;27795572]What.[/QUOTE]
Oh wait, never mind. Those were homing missiles, not grenades. Damn.
Anyway, as for what I'm working on so I don't go too off topic. Working on a say and night system. Yeah, nothing big for now.
People that skim-read this thread are just gonna pick up "Jallen's ass" and "homing missiles" and draw their own conclusions...
[QUOTE=layla;27792538]My goal was to create triangles from a VBSP version 20 file. Having a goal to create an "engine" means there's no real end to it. If you design what you NEED around a game then you have a goal and code that could be useful for other projects.
That's my opinion anyway, you're free to do what you like.[/QUOTE]
Yeah exactly. Layla, you've inspired me so much with your BPS project you released for some weeks/(months?) ago. I want to thank you so much for it. I've improved my coding style alot because of you.
[QUOTE=CarlBooth;27795804]People that skim-read this thread are just gonna pick up "Jallen's ass" and "homing missiles" and draw their own conclusions...[/QUOTE]
Don't forget the gay grenades
[media]http://www.youtube.com/watch?v=Ve0s8109Erg[/media]
185x85 maps generated in REAL TIME.
[QUOTE=SupahVee;27797114][media]http://www.youtube.com/watch?v=Ve0s8109Erg[/media]
185x85 maps generated in REAL TIME.[/QUOTE]
And you're using A* to generate these right? :o
[QUOTE=xAustechx;27797193]And you're using A* to generate these right? :o[/QUOTE]
Yeah.
[QUOTE=esalaka;27795401]I want the Adorable Shotgun of the Kitten.
Also, does the Gay Grenade Launcher launch gay grenades?[/QUOTE]
Yup
[QUOTE=Maurice;27795210]What evil person changed your title to that abomination?[/QUOTE]
"Paid for a title." is so damn generic.
[QUOTE=Overv;27797791]"Paid for a title." is so damn generic.[/QUOTE]
Maurice didn't pick his title, Jimbomcb changed it
[QUOTE=CarlBooth;27797910]Maurice didn't pick his title, Jimbomcb changed it[/QUOTE]
Oh yeah, true. It still is, though.
[QUOTE=CarlBooth;27797910]Maurice didn't pick his title, Jimbomcb changed it[/QUOTE]
The first person to have his title changed by someone else, I believe.
Nice title, Overv
You had this one before Overv, no ? Or do I confuse you with someone else ?
[QUOTE=PiXeN;27798303]You had this one before Overv, no ? Or do I confuse you with someone else ?[/QUOTE]
pretty sure it was something like garrysmod.org doesn't deserve me.
[QUOTE=efeX;27798395]pretty sure it was something like garrysmod.org doesn't deserve me.[/QUOTE]
nah, that's icemaz isn't it?
well, was icemaz, before he changed it.
[QUOTE=Overv;27797991]Oh yeah, true. It still is, though.[/QUOTE]
had a look through your title, hexxeh seems to come across as condensending and a tad arrogant. Dont know what anyone else thinks
On a side note, had to take keyboard apart so is difficult to program on :v: adding in different materials to game though :D
*cough* So what are you guys working on?
[QUOTE=aero1444;27798489]nah, that's icemaz isn't it?
well, was icemaz.[/QUOTE]
as far back as I can remember it was overv
[QUOTE=nekosune;27798551]as far back as I can remember it was overv[/QUOTE]
oh, I remember, icemaz used to have something like "garrysmod.org mod" or something along those lines because he used to be able to post news articles (before it became a community site), it's just me getting confused
garry must have gotten quite a bit of money from people buying each other titles by now
[QUOTE=Icedshot;27798533]had a look through your title, hexxeh seems to come across as condensending and a tad arrogant. Dont know what anyone else thinks[/QUOTE]
If you look back through WAYWO he only really posts when he wants attention for some project he's doing.
[editline]0[/editline]
I don't want to sound like an arsehole, it's just an observation.
[QUOTE=CarlBooth;27798660]If you look back through WAYWO he only really posts when he wants attention for some project he's doing.[/QUOTE]
I just post images of projects or features of projects I've finished? Isn't that pretty much what this thread is for?
To be honest, I can see where they're both coming from - when overv said he could get around hexxeh's authorisation hexxeh probably took it as an insult, but overv was just trying to be helpful/try to get hexxeh to let him test his app, then it just descended into them both throwing petty insults at each other until one of them backed down
Sorry, you need to Log In to post a reply to this thread.