Blockland Forums > General Discussion

Im sorry but I am getting tired of the engine limitations

Pages: << < (10/12) > >>

Mysteroo:


--- Quote from: Planr on April 24, 2013, 03:54:53 PM ---The most annoying things for me are, in order of annoyances:


* Audio is extremely loud and ear-rapes my speakers when I am in first personThe 7-light limit
The issues with brick transparency
The incompatibility of shadows
The event schedule limit
[/list]

--- End quote ---
And vehicle physics

Seriously, when all we've gotten since v21 are add-ons I think we have some room to complain
That 7 light limit is UUghhhhh

Clone2:


--- Quote from: Altiris on April 24, 2013, 09:05:47 PM ---Consdering the game has been released for about 6 years, most of the bugs should have been fixed already.

You're calling me an idiot because I am complaining about certain limits that can be raised, yet how come they haven't been raised by now? "Blockland is a sandbox game not an FPS", thats a pretty contradictory statement considering that your suppose to have complete or a lot of freedom as to what you can do in the game, you're saying I can't have a gun server because the game isn't marketed as a FPS game? Well then I guess I can't host a racing server either because this is a sandbox game and not a racing game (that's basically what you are implying, why didn't you say something like this for my first point of how we can only have 20 vehicles if that's youre way of thinking, all you did was agree with me and call me a new player).

Either actually contribute or just stop answering my annoyances with the game by "No duh" and "we'll OF COURSE"

--- End quote ---
I never said you can't have a gun server because it isn't a FPS.  I said that the bullets are not real-life-speed because it's a sandbox game, not a FPS.  Learn how to read.
And I don't mean that Badspot can raise the limits, YOU CAN RAISE THEM YOURSELF!
Really!  When you start a custom server, hit "advanced," go down to where it says "Physics Vehicles" and change the number from 20 to whatever!

Go to the store and buy yourself a set of brains!
Here's twenty dollars!


EDIT
Now, I understand what you mean when you say that the slogan is "The only limit is your imagination."
Honestly, that's Minecraft's slogan.  But, even if that is the sloganfor Blockland, there have got to be SOME limitations!  You can't just have infinite everything!
Even Minecraft has limitations.  You might think that Minecraft worlds are infinite...no!  It might take you a while, but you will eventually reach a point where there's nothing but bare dirt.  Along with the max and min built hights.
Nothing can be infinite!  Please learn that!

computermix:


--- Quote from: Port on April 25, 2013, 03:20:09 AM ---Can't you do it the opposite way though? The server could create a random seed and share it with the client.

--- End quote ---

I don't think I know what you're trying to say...

Roughly, every 20ms a function called CInput::createmove is called and it samples mouse input, keyboard, etc. and shoves it into a packet called a CUserCmd packet. Yes, a packet is sent every 20 milliseconds. Don't worry, with the help of  delta compression the packet can be as little as one byte when you aren't moving or anything.

The part with seeds: When the command is called, an integer parameter is passed  called command_number. This number is also used to store data with the multiplayer backup, but that's not important. Generation for random seed is 'MD5_PseudoRandom(command_num) & 0x7fffffff'. When FX::Firebullets is called (the tracers you see on the screen), it uses this seed to calculate the spread of the shotgun/smg/pistol or whatever to draw it instantly. The packet is sent to the server with the same command_num and the same calculations are done there, and then the bullets are finally traced with that seed, after all that compensation.

If the server sent the seed to the client, a ping of > 80 would make it look delayed and it might have an unnatural feeling.

To experience this yourself, do cl_predict 0 in TF2's console or similar. Movement, weapon firing, and other things will be delayed. Not sure if the cvar is restricted though.

otto-san:


--- Quote from: Altiris on April 24, 2013, 09:05:47 PM ---Consdering the game has been released for about 6 years, most of the bugs should have been fixed already.

--- End quote ---
This is not how programming works when you're adding new things or even just modifying existing things.

If Blockland remained the same to the end-user and all the updates were bugfixes, maybe most of the bugs in that would be ironed out.

-Jetz-:


--- Quote from: Clone2 on April 25, 2013, 04:13:30 PM ---And I don't mean that Badspot can raise the limits, YOU CAN RAISE THEM YOURSELF!
Really!  When you start a custom server, hit "advanced," go down to where it says "Physics Vehicles" and change the number from 20 to whatever!

Go to the store and buy yourself a set of brains!
Here's twenty dollars!

--- End quote ---
Okay. I set it to thirty. Got in game. Could only spawn ten vehicles. What did I do wrong, sensei? (Besides listening to you at all)

Pages: << < (10/12) > >>

Go to full version