I am interested in attempting to make one, are there any resources that would help me get started?
It’s like create custom mission, but without respawn points, capture points and e.t.c.
You just place some special entities on map. Mostly of them you can find in unofficial guide.
Most important entities are camera_scenic_place_dof
and menu_ObjectName
.
First changes camera position when you select to another menu (uses scene
property to change camera position).
Second entity spawns some entities.
More info about menu cameras.
Some special entities that didn’t mentoined on this guide:
armor_analyzer
- allows see info about vehicles.
vehicle_decals_manager
- allows add decorations and decals to vehicles.
ui_disabled
- turns off FPS display and also other UI things.
(ui__disabled
should be enabled).
You can put em anywhere.
Thanks for providing this information!