SOMA
[PoC] Level Streaming
4 条留言
Abion47  [作者] 2 月 28 日 上午 9:54 
@Aeris•infinitus[prudens] Level streaming isn't instantaneous, the map still needs to load and because it's loading in the background it will take a bit longer than if you just did a loading screen. But this is just a small proof of concept to show how it's done, so it's pretty easy to break it. If you were making an actual custom story then you would be able to trigger the map preloading much sooner so the player never sees the void.
Lacuna, Inc. 2 月 27 日 下午 2:19 
And I dont't know much about level streaming but in my case with an ssd the map took 3 seconds to load and I fell multiple time into the void because of that. Aside that good map interesting sights and well done loop.
Lacuna, Inc. 2 月 27 日 下午 2:16 
in case of crash at lunch. Add; HeroStatsHandler = "base/HeroStatsHandler.hps"
RichPresenceHandler = "base/RichPresenceHandler.hps", in game.cfg like this:
<ScriptFiles
Player = "player/Player.hps"

InputHandler = "base/InputHandler.hps"
EventDatabaseHandler = "base/EventDatabaseHandler.hps"
GuiHandler = "base/GuiHandler.hps"
AchievementHandler = "base/AchievementHandler.hps"
HeroStatsHandler = "base/HeroStatsHandler.hps"
RichPresenceHandler = "base/RichPresenceHandler.hps"
route: C:\Program Files (x86)\Steam\steamapps\workshop\content\282140\545915343\config
Deegs 2015 年 11 月 2 日 下午 5:38 
I really needed some help on this, thanks man!