fisheye
Of interest to modders only, the Giant Arena Mod part is, well, a bit of a joke (it's not really a mod). This is really more of a concept demonstration showing that yes, it is possible to create new functional scenes including new collision meshes (and hence also easy to make new placeables for placing in scenes). Of course, these examples are rather trivial, but hey...
I think at least Deus Ex will be happy with this, as he asked for a scene of a large flat plain a while back.
Get the BRFs here (includes fully functional floor collision meshes):
www.mbrepository.com
To install: Place the BRFs in your Module's Resource folder.
E.g. Modules/Native/Resource
Edit Modules/Native/module_info.txt to include these lines:
Using either the unofficial editor or the python scripts, include these scenes wherever you wish. For example, I made the following changes:
Fire up M&B, enter the scenes (e.g. by talking to the arenamaster) and enjoy!
Screenshots:
Prescan? Is that you waaaaay over there? Can I buy something, please? What, you can't hear me?
In the far distance, two riders ride off into the smoky haze, while one heads straight towards me, intent on spearing my head.
Get the BRFs here (includes fully functional floor collision meshes):
M&B Repository - Shutdown
To install: Place the BRFs in your Module's Resource folder.
E.g. Modules/Native/Resource
Edit Modules/Native/module_info.txt to include these lines:
Code:
load_module_resource = big_floor
load_module_resource = big_grass_ground
load_module_resource = bo_big_floor
Using either the unofficial editor or the python scripts, include these scenes wherever you wish. For example, I made the following changes:
Code:
("zendar_arena",0,"big_grass_ground", "bo_big_floor", (-100,-100),(100,100),-100,"0", [],[]),
...
("zendar_merchant",sf_indoors,"big_floor", "bo_big_floor", (-100,-100),(100,100),-100,"0", ["zendar_center"],[]),
Fire up M&B, enter the scenes (e.g. by talking to the arenamaster) and enjoy!
Screenshots:

Prescan? Is that you waaaaay over there? Can I buy something, please? What, you can't hear me?

In the far distance, two riders ride off into the smoky haze, while one heads straight towards me, intent on spearing my head.