Level streaming is 100% awesome, able to load everything up dynamically so that they are only shown when needed? Brilliant!
However, a friend and I have tried to do something sort of the same with The Blender Game Engine, back when I was mostly cutting my teeth on 3D production.
We wanted a Game where the players, as the game progresses, Placed Map Tiles where ever they chose to place them in what ever 90 Degree rotation Limited only that roads had to connect and building could not block roads.
Once these tiles are placed Enemy Pawns would spawn some where randomly on the Walkable space of the tile.
My question is this. Are the Streaming Level Segments hard set, or can they be placed on a actor arranged in a grid so that they can appear where the player chooses to put them?
A sort of ever growing game level that won't be the same between different play through as this is meant to be a 2-12 multiplayer game.
If this I possible I'll proceed with my planning, if not, I'll just have to shelf it for now.
I'm sure this will require a Uscript Coder, but I just want to know if anyone knows or at least thinks that it is possible first.
Thank you...
However, a friend and I have tried to do something sort of the same with The Blender Game Engine, back when I was mostly cutting my teeth on 3D production.
We wanted a Game where the players, as the game progresses, Placed Map Tiles where ever they chose to place them in what ever 90 Degree rotation Limited only that roads had to connect and building could not block roads.
Once these tiles are placed Enemy Pawns would spawn some where randomly on the Walkable space of the tile.
My question is this. Are the Streaming Level Segments hard set, or can they be placed on a actor arranged in a grid so that they can appear where the player chooses to put them?
A sort of ever growing game level that won't be the same between different play through as this is meant to be a 2-12 multiplayer game.
If this I possible I'll proceed with my planning, if not, I'll just have to shelf it for now.
I'm sure this will require a Uscript Coder, but I just want to know if anyone knows or at least thinks that it is possible first.
Thank you...
Comment