![[Continuation] RE1-styled fixed cameras.](https://external-preview.redd.it/HDPIgUWYY55lxjWLboPtRvvme4Nl_RqtNlSlutL-9q0.jpeg?width=140&height=105&auto=webp&s=21b3e82c8c7a747751a90c0362940378e7967bbc)
[Continuation] RE1-styled fixed cameras.
Thanks to Pinsplash for the suggested change to the cameras to make them seamless!
This primarily shows off how a map made using this kind of system would function
The map now has a manually-created navmesh, the survivor bots (but not the infected) bug out heavily due to the fixed camera, which required me to remove them and add in a way to detect the amount of human players when the map starts.
Commands run by the point_servercommand:
nb_delete_all (to delete the bots)
survivor_friendly_fire_factor_easy 0
survivor_friendly_fire_factor_normal 0 (down from 0.1)
survivor_friendly_fire_factor_hard 0.1 (down from 0.3)
survivor_friendly_fire_factor_expert 0.3 (down from 0.5)
z_tank_damage_slow_max_range 0 (down from 400)
z_tank_damage_slow_min_range 0 (down from 200)
z_tank_speed 105 (down from 210)
z_witch_health 500 (down from 1000)
z_witch_burn_time 10 (down from 15)
z_witch_flashlight_range 0 (down from 400)
z_common_limit 60 (up from 30)
z_jockey_limit 0
z_charger_limit 0
[SOLO] z_hunter_limit 0
[SOLO] z_smoker_limit 0
These changes I think are for the better due to the artificial difficulty provided by the fact that aiming is literally shooting, readjusting, then repeating until you hit your target(s)
If you have any suggested changes to these cvars I will happily consider them (Might make it so the hunter can spawn in solo lobbies)