

Kronecker–Capelli
Members-
Content count
140 -
Joined
-
Last visited
About Kronecker–Capelli
-
Rank
Junior Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
The Ancient Gods -- review from someone who DIDN'T like it
Kronecker–Capelli replied to Mr. Duk's topic in Doom Eternal
Depends from the person. I able to play in slaughterlike wads AND talk on the phone how behavior tree works at the same time. I also use this thing, since I have tablet instead of phone, bit I doubt it makes me superior to the streamers with headphones and other "streamable" stuff. Mostly because headset holds on its own and I should hold it near ear with shoulder. -
Has This Game Become A Joke?
Kronecker–Capelli replied to The Strife Commando's topic in Doom Eternal
Where? Quotation needed. -
Has This Game Become A Joke?
Kronecker–Capelli replied to The Strife Commando's topic in Doom Eternal
I misinterpreted context of the post. It was related not to the game but for Joker movie. ???????????????????????? Did I said its not funny? Where? Because I said it simple. Or you was reading what you wanted to read, not what I written? You mind is playing tricks with you? -
To make sure you understand, any alive (any actor which have more then zero health) thing, not only player. So monsters, barrels, shootable decoration, etc. If it just empty sectors that it wouldnt cause any problems. Otherwise it would lower them too.
-
Careful, this line if(ThingCountSector (T_NONE, 0, dropfloor[a])) would triggers every time it find any alive thing in sector with dropfloor[a] tag.
-
How do I check wether a floating monster is touching walls, floors or ceilings?
Kronecker–Capelli replied to PeceMan's question in Editing Questions
What version of Decorate (Zardronum compatibility is desired)? ACS solution is suited? Why not use Zscript (made you mod Gzdoom/Lzdoom only compatible)? Not tested example actor missile_thing { monster health 50 radius 20 height 20 states { spawn: sprite frame tics a_chase(); loop; melee: missile: tnt1 a 0 a_changeflag("missile", true) tnt1 a 0 a_changeflag("nogravity", true) tnt1 a 0 a_skullattack()// or how lost soul attack named?? flying_loop: sprite frame tics //it should fly like a missile loop death: sprite frame tics stop } } -
Has This Game Become A Joke?
Kronecker–Capelli replied to The Strife Commando's topic in Doom Eternal
Ehhh...no, its not. Ask any standup comedian. Good one comedian. Its like saying that bad *something* is not bad, its just subjectively bad. I said NOTHING about DE humor. Im explaining concept of a humor. If you think that I said something about DE humor, quote it. ....... And yes, its very simple. "YoU CaNt JuSt ShOt A hOlE iN tHe SuRfAcE iF mArs" -> *Oh ye????? Watch me!!!!* -> _shoot a hole in the surface of Mars_ -> you may now laugh. -
Has This Game Become A Joke?
Kronecker–Capelli replied to The Strife Commando's topic in Doom Eternal
Great argumentation. So "two "and "second "are now mean the same thing, I will take it in mind. Please dont answer to my messages on this theme further in this topic. :( -
Has This Game Become A Joke?
Kronecker–Capelli replied to The Strife Commando's topic in Doom Eternal
Because now more popular "regal battles" with "pay-to-get a chance to win" mechanics. Quake 3 and CS 1.6 is still alive, but have much smaller player base than some Fork-knife No, its not. Please stop be stupid. Things that make you laugh is subjective, but humor is not. And its not the same things!!!!!!!1111 If I fart right here and now would it be funny? Probably. It depends from much of a factors, even from you current mood. This a thing that make you laugh. But is it would be a well made and timed, successful, thoughtful 'joke'? No, because it happened right here and now, without any context. And this is a humor. It possible to tell hilarious joke in a such way that all reaction you get would be "ha??????" or incredible stupid one which will bend everyone in a half in two kilometers radius from Homeric laugh attack. They "mortally challenged", hahahaha. You get get, right?! They "mortally" and they "challenged". Get it, get it, right, right!? Its simply genius. Its simple, and its genius. They demons, and the "mortally challenged", ohohohohoho.... And you Doomslayer, and you not "mortally challenged", since you have an extra lifes. You get it right, right, right, right?!?!?!?!?!??!!? Social commentary which we deserved..... -
Has This Game Become A Joke?
Kronecker–Capelli replied to The Strife Commando's topic in Doom Eternal
It have same problems as Serious Sam series SS FE/SE - grotesque SS 2 - Saturday-morning cartoon SS 3 - wannabe realism SS 4 - ehhhhh....a thing Only difference is an order Doom 1/2 - grotesque Doom 3 - wanna be realism Doom 4 - ehhhhh....thing Doom Eternal - Saturday-morning cartoon -
What's the WORST youtube channel for Doom?
Kronecker–Capelli replied to TheMagicMushroomMan's topic in Doom General
IcarusLives. Can you imagine, guy play in Doom using ONLY GZDOOM!!!!!!!!!!!!!!!!!!!!!!!11111111111111111111111111111111111111 But wait, theres more. He also use mouselook, jumps, croushing, forcibly turned off vertical synchronization, mods, resized textures, smooth doom and etc. He even use "resurrect" cheat in his videos!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!11111111111111111111111111111111111111 Can you even imagine what a MORON he is, to play in open sourced game port using all features that it adds to it? -
What do you think of the C-family programming languages?
Kronecker–Capelli replied to Cacodemon345's topic in Electionchat Elsewhere
Problem with developing new programing languages is that nobody really know how this new language would be used. For example, when Java was created nobody thought that in future it would be used as one of the main enterprise language (other is Python). It was assumed that it would be used as programming language for small household electronic devices. -
What do you think of the C-family programming languages?
Kronecker–Capelli replied to Cacodemon345's topic in Electionchat Elsewhere
It could have been done in Python like way, by using "try: import name; catch: #include name;" or something like that. Not a big Python user. Or even by making a "pro gamer move", by adding module support in C. Inline, const and such things was added to C after implementation in C++ after all. They should at least try to do something with it, I mean. But for now its like yelling on tree "WHY YOU GROW HERE AND NOT FIVE METERS TO THE RIGHT". At least now I have right to say to my grandchildrens "back in my day we used keyboard and mouse to interact with computers, not yours virtu.....virtuous regally glasses....and we also used "#include" when programming, not this puny "import" " :) -
What do you think of the C-family programming languages?
Kronecker–Capelli replied to Cacodemon345's topic in Electionchat Elsewhere
Similar, if not literally same, package system exist in Java right from the beginning (not sure about "from the beginning"). And it work great there. And I really doubt that "they" did not figure out all cons and pros of such system at the example of Java. Example of already working and wildly used programming language. Well, better late than never, I guess. -
What do you think of the C-family programming languages?
Kronecker–Capelli replied to Cacodemon345's topic in Electionchat Elsewhere
Okay, why it taken...*looking at an imaginary watch*... more than 30 years to come up to this?