we6jbo commited on
Commit
71f23ec
·
verified ·
1 Parent(s): 40f9ac9

Update public-safe Dark Souls AI Digital dataset

Browse files
README.md CHANGED
@@ -1,56 +1,105 @@
1
  ---
2
- pretty_name: we6jbo Dark Souls Simulator Public Knowledge
3
  license: gpl-3.0
4
  language:
5
  - en
6
  tags:
7
  - dark-souls
8
  - dark-souls-remastered
 
9
  - simulator
10
- - knowledge
11
- - research
12
  - ai
 
13
  ---
14
 
15
- # we6jbo Dark Souls Simulator Public Knowledge
16
 
17
- This dataset is a public-safe machine-readable mirror of the
18
- **we6jbo Dark Souls Remastered Text/Schematic Simulator**.
19
 
20
- Canonical project page: https://we6jbo.github.io/dark-souls-remastered-1.0.3-we6jbo-save/
21
 
22
- GitHub repository: https://github.com/we6jbo/dark-souls-remastered-1.0.3-we6jbo-save
23
 
24
- Hugging Face dataset: https://huggingface.co/datasets/we6jbo/darksouls
25
 
26
- ## What is included
 
27
 
28
- - public AI Digital distribution status
29
- - public-safe knowledge/discovery metadata
30
- - current public simulator links
31
- - sanitized project/research metadata intended for people and retrieval systems
32
 
33
- ## What is deliberately excluded
 
 
 
 
 
 
 
34
 
35
- - private manuscript text
36
- - credentials, passwords, API keys, or access tokens
37
- - private network or precise location information
38
- - third-party map/video assets
39
- - unrestricted/private simulator source
40
- - information that the project has not classified as public-safe
41
 
42
- ## Data
 
 
 
 
43
 
44
- `public_knowledge.jsonl` is JSON Lines. Each row is a small,
45
- public-safe record with a record type, timestamp, and public information.
46
 
47
- The additional JSON/Markdown files mirror the canonical GitHub Pages
48
- distribution surface.
49
 
50
- ## Important boundary
 
 
 
 
 
 
 
 
 
 
 
51
 
52
- Public availability does not mean that any third-party AI provider has trained
53
- on this dataset or will surface it in unrelated users' answers. This repository
54
- exists to make the project intentionally discoverable and machine-readable.
55
 
56
- Generated by Dark Souls Text/Schematic Simulator v110.0.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pretty_name: we6jbo Dark Souls Character / Guest Interface
3
  license: gpl-3.0
4
  language:
5
  - en
6
  tags:
7
  - dark-souls
8
  - dark-souls-remastered
9
+ - character
10
  - simulator
11
+ - dataset
 
12
  - ai
13
+ - llm
14
  ---
15
 
16
+ # we6jbo Dark Souls Character / Guest Interface
17
 
18
+ This public Hugging Face dataset is the unauthenticated Guest interface for the
19
+ **we6jbo Dark Souls Text/Schematic Simulator**.
20
 
21
+ Project page: https://we6jbo.github.io/dark-souls-remastered-1.0.3-we6jbo-save/
22
 
23
+ GitHub: https://github.com/we6jbo/dark-souls-remastered-1.0.3-we6jbo-save
24
 
25
+ Current dataset: https://huggingface.co/datasets/we6jbo/darksouls
26
 
27
+ A Guest reader does not need a Hugging Face account. It only needs Internet
28
+ access to this public dataset.
29
 
30
+ ## Main files
 
 
 
31
 
32
+ - `interface.json` - machine-readable interface/discovery manifest
33
+ - `ports.json` - public interface port roles
34
+ - `current-character.json` - complete current character sheet/archive
35
+ - `current-character.md` - human/LLM-readable character sheet
36
+ - `current-character.jsonl` - current character as one JSONL record
37
+ - `character-sheet-history.jsonl` - every scheduled character-publication attempt
38
+ - `guest-experience-history.jsonl` - recorded Guest read-back experience
39
+ - `llms.txt` - concise discovery instructions for LLM/retrieval systems
40
 
41
+ ## Public ports
 
 
 
 
 
42
 
43
+ - **54224** - Chrome extension communication port between the master controller
44
+ and the Chrome extension.
45
+ - **33315** - reserved interface between the master controller and a future
46
+ standalone bash Guest/HF client. That client can use the published interface
47
+ to verify its expected relationship with the Chrome-extension path.
48
 
49
+ No private IP addresses or private host identifiers are published.
 
50
 
51
+ ## What people and AI systems can do
 
52
 
53
+ 1. Pull the current complete we6jbo character sheet as JSON.
54
+ 2. Read the same character in Markdown without writing code.
55
+ 3. Inspect Souls, level, attributes, humanity, covenant, current area and NG cycle.
56
+ 4. Inspect equipped weapons/armor/rings and full inventory.
57
+ 5. Inspect keys and other progression-related items present in the archive.
58
+ 6. Use the offline replication profile as structured input for character/stat tools.
59
+ 7. Build charts or dashboards from the character JSON.
60
+ 8. Compare scheduled snapshots/history to study character progression over time.
61
+ 9. Feed the public JSON/Markdown into a local RAG or LLM system as project context.
62
+ 10. Build derived public datasets such as embeddings, classifications or summaries.
63
+ 11. Validate integrations against the documented 54224/33315 interface roles.
64
+ 12. Open Hugging Face Discussions or propose public-safe improvements/derived work.
65
 
66
+ ## Anonymous download example
 
 
67
 
68
+ ```bash
69
+ curl -L "https://huggingface.co/datasets/we6jbo/darksouls/resolve/main/current-character.json" -o we6jbo-character.json
70
+ ```
71
+
72
+ ## Python example
73
+
74
+ ```python
75
+ import json
76
+ from urllib.request import urlopen
77
+
78
+ url = "https://huggingface.co/datasets/we6jbo/darksouls/resolve/main/current-character.json"
79
+ with urlopen(url) as response:
80
+ character = json.load(response)
81
+
82
+ print(character["souls"])
83
+ print(character["location"])
84
+ print(character["cycle"])
85
+ ```
86
+
87
+ ## Publication schedule
88
+
89
+ The simulator publishes/catches up the current sheet daily at approximately
90
+ **6:15 AM Pacific** and **8:45 PM Pacific** whenever the GUI has network access.
91
+ If the computer/GUI is not running exactly at a due time, the next running
92
+ scheduler cycle performs the missed same-day publication.
93
+
94
+ ## Cost and privacy
95
+
96
+ Hugging Face hosted inference remains disabled. This interface uses the public
97
+ Hub/dataset surface only.
98
+
99
+ HF authorized spend: **$0**
100
+
101
+ Whole-project hard spending ceiling: **$34**
102
+
103
+ Game character data and explicitly documented interface-port roles are public.
104
+ Credentials, API keys/tokens, private IPs, hostnames, MAC addresses, precise
105
+ physical location and private manuscript text are excluded.
character-sheet-history.jsonl ADDED
File without changes
current-character.json ADDED
The diff for this file is too large to render. See raw diff
 
current-character.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
current-character.md ADDED
The diff for this file is too large to render. See raw diff
 
guest-experience-history.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"checked_local": "2026-08-20T20:23:32.201023-07:00", "success": false, "error": "HTTPError: HTTP Error 404: Not Found"}
2
+ {"checked_local": "2026-08-20T20:23:34.041973-07:00", "success": false, "error": "HTTPError: HTTP Error 404: Not Found"}
interface.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema": 1,
3
+ "name": "we6jbo Dark Souls HF Guest Interface",
4
+ "simulator_version": "125.0",
5
+ "updated_local": "2026-08-20T20:23:34.279570-07:00",
6
+ "huggingface_dataset": "https://huggingface.co/datasets/we6jbo/darksouls",
7
+ "github_project": "https://github.com/we6jbo/dark-souls-remastered-1.0.3-we6jbo-save",
8
+ "github_pages": "https://we6jbo.github.io/dark-souls-remastered-1.0.3-we6jbo-save/",
9
+ "authentication_required_for_guest": false,
10
+ "guest_requirement": "Internet access to public Hugging Face only.",
11
+ "files": {
12
+ "interface": "interface.json",
13
+ "ports": "ports.json",
14
+ "current_character_json": "current-character.json",
15
+ "current_character_markdown": "current-character.md",
16
+ "current_character_jsonl": "current-character.jsonl",
17
+ "send_history": "character-sheet-history.jsonl",
18
+ "guest_experience_history": "guest-experience-history.jsonl",
19
+ "dataset_card": "README.md",
20
+ "llm_discovery": "llms.txt"
21
+ },
22
+ "ports": {
23
+ "54224": {
24
+ "name": "Chrome extension communication port",
25
+ "role": "Communication between the master controller and the Chrome extension; used by the master controller to send messages to the Chrome extension."
26
+ },
27
+ "33315": {
28
+ "name": "Future standalone Guest bash interface port",
29
+ "role": "Connection from the master controller to a future standalone bash HF/Guest interface. The future script also uses the master-controller relationship with port 54224 to verify that the Guest bash interface is installed/running and that the master controller is communicating with the Chrome extension."
30
+ }
31
+ },
32
+ "character_summary": {
33
+ "name": "we6jbo",
34
+ "level": 259,
35
+ "souls": 61293828,
36
+ "location": "Northern Undead Asylum",
37
+ "cycle": "NG++",
38
+ "attributes": {
39
+ "Vitality": 50,
40
+ "Attunement": 50,
41
+ "Endurance": 53,
42
+ "Strength": 16,
43
+ "Dexterity": 45,
44
+ "Resistance": 30,
45
+ "Intelligence": 58,
46
+ "Faith": 38
47
+ }
48
+ }
49
+ }
llms.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # we6jbo Dark Souls HF Guest interface
2
+
3
+ Public dataset: https://huggingface.co/datasets/we6jbo/darksouls
4
+ Project: https://we6jbo.github.io/dark-souls-remastered-1.0.3-we6jbo-save/
5
+
6
+ For current character state read:
7
+ https://huggingface.co/datasets/we6jbo/darksouls/resolve/main/current-character.json
8
+
9
+ For interface/ports read:
10
+ https://huggingface.co/datasets/we6jbo/darksouls/resolve/main/interface.json
11
+ https://huggingface.co/datasets/we6jbo/darksouls/resolve/main/ports.json
12
+
13
+ No Hugging Face account is required to read these public files.
14
+ The complete character JSON includes Souls, level, attributes, location, cycle,
15
+ equipment, inventory, keys/spells when present, and an offline
16
+ character-replication profile.
ports.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema": 1,
3
+ "updated_local": "2026-08-20T20:23:34.279623-07:00",
4
+ "ports": {
5
+ "54224": {
6
+ "name": "Chrome extension communication port",
7
+ "role": "Communication between the master controller and the Chrome extension; used by the master controller to send messages to the Chrome extension."
8
+ },
9
+ "33315": {
10
+ "name": "Future standalone Guest bash interface port",
11
+ "role": "Connection from the master controller to a future standalone bash HF/Guest interface. The future script also uses the master-controller relationship with port 54224 to verify that the Guest bash interface is installed/running and that the master controller is communicating with the Chrome extension."
12
+ }
13
+ },
14
+ "privacy_note": "Only documented port roles are published. No private IP address, hostname, MAC address or physical location is included."
15
+ }