Git Product home page Git Product logo

fallout's Introduction

1. 说明

本文说明辐射游戏(Fallout 76)数据处理的一些情况。

2. 开发

2.1. 地图

目前大量的地图都是基于[Leaflet](https://github.com/Leaflet),这个js的,当然也有ts的封装,目前在vue、react、angular、blazor上都有封装。

2.2. 地图切片

为了减小网络开销,地图提供多个分辨率的切片图,一般提供5-7级的缩放大小。

2.3. Leaflet

2.4. Mapsui

https://software-notion.de/apps/breath-companion

2.5. 地图参考

3. 相关工具

3.1. xEdit

这个是最基础的工具,大量的第三方工具依赖这个工具。基于Delphi 11开发。[源码](https://github.com/TES5Edit/TES5Edit)

[初次运行没有ini的问题](https://github.com/TES5Edit/TES5Edit/issues/812)
注册表文件:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fallout 76]
"Path"="D:\\Program Files (x86)\\Steam\\steamapps\\common\\Fallout76\\"
"UninstallString"="\"C:\\Program Files (x86)\\Steam\\steam.exe\" steam://uninstall/1151340"
[日文说明](https://thinkingskeever.hatenablog.com/entry/2018/01/12/160206)

3.2. .net 工具

3.4. Mappalachia 地图管理工具

[源代码](https://github.com/AHeroicLlama/Mappalachia)
  • 主地图:提供一个完整的主地图,版本未知。
  • 小地图里面有主地图和大量的小地图,不过辐射76在小地图里面是不支持地图导航的,这样小地图只是看看而已

3.5. Fallout 76 dumps

数据导出的工具,基于Python和Pascal实现。[源码](https://github.com/FWDekker/fo76-dumps)

3.6. fo76utils

基于C++的数据导出工具。

4. 数据说明

5. 参考资源

辐射76 QQ 机器人 https://github.com/wssy001/fallout76-public

资源翻译 https://translate.rdo.gg/

古老的一套代码 https://github.com/matortheeternal/smash

5.1. 百科

5.2. 地图

6. 第三方组织

fallout's People

Contributors

bigmang avatar

Watchers

Mango avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.