介绍
另一个奇怪的想法让我追了一两天,直到我放弃并投入了几周的开发直到第一次发布 - 如果有办法跟踪你在天际的运动怎么办?这部分灵感来自SSE Journal mod,我稍后会添加它。它仍然有点实验形式,但到目前为止我的测试证明它有效,所以我也可以分享它。尝试它的乐趣,但不要期望太多(还):)
特征
在Skyrim开放世界空间中追溯您的移动。
清除,保存,加载或共享您的曲目。
您可以重新缩放字体并跟踪大小和颜色
查看当前时间和位置,调整采样速度或考虑合并两个采样点的距离
...是的,那就是目前为止。
要求
显然,并非每个人都在需求选项卡上跟进,因此我明确提到了所需的mod。
SSE ImGui
SSE GUI
SSE钩子
备注
地图
花了很多时间找到合适的地图,我到达了截图上看到的那个。似乎在任何地方使用并且在坐标方面或多或少都是正确的(或者我的三角测量不合适)。如果一个具有更高分辨率和协调正确特征的地方存在于某处可能会很好......无论如何,在实践中它很有用,因此它被捆绑在里面。
值得再次强调的另一件事是,地图仅适用于天际的开放世界。如果你知道很好,足够大,协调正确和兼容其他世界的许可证地图(例如Markarth,Sovngrade,Solstheim),我们也可以包括它们。也可以支持内部电池。
地图导航
现在,我不是游戏开发者,因此我的第一个地图运动目前是一个障碍。我会尝试改进它,但不确定何时以及结果如何。这并不意味着它无法使用,但您可能遇到拖动不起作用的情况。尝试更快速的动作,或缩小和后退^^'
跟踪历史
mod将以特定间隔对您的位置和游戏时间进行采样,而不与您当前的游戏状态有任何关联。也就是说,如果从早期加载游戏,它将重写您的历史记录,因为您的加载游戏时间将比您之前的“早”时刻。这也意味着如果您将来加载游戏,您的音轨将突然跳到您当前的位置。最好使用“另存为”和“加载”按钮进行手动管理。
如果您想要从开始游戏的地方继续前进,请注意加载以前的曲目!
安装,重新安装,升级,卸载,安装后,安装后,不安装
自如。这个mod(和日记)不以任何方式与你的游戏保存,游戏状态或其他东西联系在一起。您可以随时添加,删除。如果有特定的升级程序,将在此页面上提及。到目前为止,变化是兼容的,没有什么特别需要做的。
现在,值得一提的是,这个mod与其嗅探游戏时间和玩家位置的方式密切相关。这是通过了解某些数据字段在Skyrim内存中的位置来完成的。因此,如果您的SE运行时间发生变化(当前为1#5#73),它可能不再起作用。应该使用固定的地址发布新版本的mod,或者必须更新SSE Hooks json映射文件(很快就可用)。
参考
通常共享源代码:github.com/ryobg/sse-map
————————————————————————————————————————
Intro
Another weird idea which chased me for a day or two, until I gave up and threw few weeks of development until this first release - what if there is an way to track your movements across Skyrim? This was partially inspired from the SSE Journal mod for which I will add later integration. It is still a bit in experimental form, but so far my tests proved it working, so I as well may share it. Try it for fun, but dont expect much (yet) :)
Features
Track your movements back in time across Skyrim open world.
Clear, save, load or share your tracks.
You may rescale fonts and tracks size and colors
See the current time and location, adjust the sample speed or the distance at which to consider merging two sampled points
... Yeah, thats pretty much so far.
Requirements
Apparently, not everybody follows up on the requirements tab, hence I mention explicitly the mods needed.
SSE ImGui
SSE GUI
SSE Hooks
Remarks
Map
Spending good deal of time to find a suitable map, I arrived at the one seen on the screenshots. Seems like used everywhere and is more or less correct in terms of coordinates (or my triangulation is not okay). Could be nice if one with higher resolution and coordinate correct features exists somewhere... Anyway, in practice it is of good use and hence it is bundled inside.
Another thing worth of underlining again, is that the map is only for the open world of Skyrim. If you know nice, big enough, coordinate correct and with compatible license maps for the other worlds (e.g. Markarth, Sovngrade, Solstheim) we may include them too. Support for interior cells is also possible.
Map navitation
Now, I'm not a game dev, hence my first map movement is a bit of hindrance currently. I will try to improve on it, but not sure when and what will be the result. This does not mean it is unusable, but you may run into situation where the dragging just does not work. Try with more quick movements, or zoom out and in back ^^'
Track history
The mod will sample your location and game time at certain interval without any connection to your current game state. That is, if load a game from earlier it will rewrite your history as your loaded game time would be in "earlier" moment than what you had moments ago. This also means that if you load a game in the future your track will suddenly hop to your current place. Better use the Save As & Load buttons for manual management.
Note to load your previous tracks if you want to continue from where you have been when you start your game!
Install, Reinstall, Upgrade, Uninstall, post-install, pro-install, non-install
Freely. This mod (and the Journal) are not tied in any way to your game saves, game state or something. You can add, remove at anytime. If there is specific Upgrade procedure it will be mentioned on this page. So far changes are compatible and nothing specific needs to be done.
Now, worth to mention is that this mod is strongly tied to its way of sniffing out the game time and player location. This is done through knowing where certain data fields reside in the Skyrim memory. Hence, if your SE runtime changes (current is 1#5#73) it likely wont work anymore. Either a new version of the mod should be released with the fixed up addresses or the SSE Hooks json map file(s) have to be updated (soon to be available).
References
The source code as usual shared on: github.com/ryobg/sse-map
昵称:
邮箱:
内容: