ItsMods

Full Version: [QUESTION][IDEA] Invisible Wall
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, I was thinking, the code @master131 made for carepackages, is just a block (invisble) with that model around it.
What if there is a way to only make that invisible blocks, so you don't use entitys.
Than I can just make some walls on some points with invisible blocks, so you don't walkinside them.
(like the orginal maps also have some invisible walls)
Is this possible?
And if so, can we use it like the bunker plugin from @archit (and maybe add it to mapedit)
So hope it's possible, than I can take my maps to the next limit Smile
We need Solid(); method.
If we will spawn invisible wall - it will be bugged. ( You'll stuck in it. )


I did same in my and @Rendflex 's mod called rotu.
Notice: If you want to increase entity limit, it will not work. Entities count will be increased anyways Nyan Cat
Don't you just need the brushmodel?
So just talked around with some peeps,, is there any way we can use bigger boxes than carepackages, because it's also 1 entity but bigger.
Just need to find the right entity for it maybe? like a big container?
Is it possible?
(03-02-2013, 18:39)DidUknowiPwn Wrote: [ -> ]Don't you just need the brushmodel?

No, it increases entity count anyways.
Somewhere in 'spawn' function g_entities++; exist i believe.
or maybe sth like flags , that teleports you to one step backwards?
(03-03-2013, 08:54)OzonE Wrote: [ -> ]or maybe sth like flags , that teleports you to one step backwards?

Possible but would use lots of memory since it requires logging on location
Well or bigger models? isn't there something like a big square model, because sometimes I need to close something, and a big model also takes 1 entity if I'm right?
I think that's a good idea bigger models, but that checking will lagg I guess (the teleportation)
And, the solid invisble block is also an entity I heard, so for 1 solid and looking box, you take 2 entitys.

Maybe we can find big flat models for floors, and big blocks or long blocks for walls?
(03-03-2013, 14:16)99IRock Wrote: [ -> ]Well or bigger models? isn't there something like a big square model, because sometimes I need to close something, and a big model also takes 1 entity if I'm right?
I think that's a good idea bigger models, but that checking will lagg I guess (the teleportation)
And, the solid invisble block is also an entity I heard, so for 1 solid and looking box, you take 2 entitys.

Maybe we can find big flat models for floors, and big blocks or long blocks for walls?

It is not exist and it is not possible.
Black ops had collision_XX_XX models (they're really big), but mw3 doesn't have them.