Jaro Fietz

Results 72 issues of Jaro Fietz

Allowing less levels might be easy by removing the levels from the list of levels. Adding new levels might be harder, or just as easy by just adding them to...

rebo
rtil
needs-research

The first iteration of the map editor only allows moving existing elements. With `UWorld::SpawnActor` we are able to spawn more stuff. We might be able to attach these spawned elements...

rebo
rtil
needs-research

Allow the user to revert / rewind / go back to a specific frame in their recording. This can be used as savestates-lite in the beginning and allows repeating /...

rebo
rtil

Currently, in TAS mode if you are at a specific frame in the middle of a recording / replay, and you start recording, whatever you're recording is pushed to the...

bug
tool

The recording should include events that are also transmitted for multiplayer, which allows better verification and harder forgery. We may also include the LevelState in every frame?

rebo
rtil

Currently the record file contains a list of `RecordFrame`s, each of which contains: * delta time * input events * location * rotation * velocity * acceleration In addition, we...

rebo
rtil