https://github.com/akiomik/smt1-note

真・女神転生 (Shin Megami Tensei) の日本語版SFCについてのデータをまとめています。

https://github.com/akiomik/smt1-note

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.5%) to scientific vocabulary

Keywords

atlas sfc shin-megami-tensei smt snes
Last synced: 6 months ago · JSON representation

Repository

真・女神転生 (Shin Megami Tensei) の日本語版SFCについてのデータをまとめています。

Basic Info
Statistics
  • Stars: 8
  • Watchers: 2
  • Forks: 0
  • Open Issues: 6
  • Releases: 0
Topics
atlas sfc shin-megami-tensei smt snes
Created over 3 years ago · Last pushed 7 months ago
Metadata Files
Readme

README.md

smt1-note

真・女神転生 (Shin Megami Tensei) の日本語版SFCについてのデータをまとめています。

サイトはこちら

ドキュメントの生成

Docusaurus 2 を使って生成している。

bash npm install # インストール npm run start # ローカルサーバの起動

スクリプト

マップジェネレータ

Ammonite が必要。また、 doodle未リリースのコミット に依存しているため、事前に publishLocal しておく必要がある。

以下のコマンドで map.png を生成する。

```bash

Generates map.png

amm scripts/map-generator.sc ```

文字デコーダ

Ammonite が必要。

16進数でエンコードされた文字コードを受け取ってUTF-8にデコードした文字を出力する。

```bash

Decodes characters from hex string

amm scripts/char-decoder.sc --str 668AB9707F # => コンゴトモ

Decodes characters from binary file

amm scripts/char-decoder.sc --file text.bin ```

文字エンコーダ

Ammonite が必要。

UTF-8の文字列を受け取って、16進数でエンコードされた文字コードを出力する。

```bash

Encodes characters to hex string

amm scripts/char-encoder.sc --str コンゴトモ # => 668ab9707f ```

リソース

逆アセンブリ

  • https://github.com/spannerisms/smt1dasm

Owner

  • Name: Akiomi KAMAKURA
  • Login: akiomik
  • Kind: user
  • Location: Japan

Bird lover.

GitHub Events

Total
  • Watch event: 3
  • Delete event: 19
  • Issue comment event: 23
  • Push event: 12
  • Pull request event: 33
  • Create event: 15
Last Year
  • Watch event: 3
  • Delete event: 19
  • Issue comment event: 23
  • Push event: 12
  • Pull request event: 33
  • Create event: 15

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 109
  • Average time to close issues: 17 days
  • Average time to close pull requests: about 1 month
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 1.4
  • Merged pull requests: 45
  • Bot issues: 1
  • Bot pull requests: 107
Past Year
  • Issues: 1
  • Pull requests: 26
  • Average time to close issues: 17 days
  • Average time to close pull requests: 15 days
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.96
  • Merged pull requests: 9
  • Bot issues: 1
  • Bot pull requests: 26
Top Authors
Issue Authors
  • dependabot[bot] (1)
Pull Request Authors
  • dependabot[bot] (108)
  • akiomik (2)
Top Labels
Issue Labels
dependencies (1)
Pull Request Labels
dependencies (107) javascript (7)

Dependencies

package-lock.json npm
  • 1255 dependencies
package.json npm
  • @docusaurus/module-type-aliases 2.1.0 development
  • xo ^0.52.4 development
  • @docusaurus/core 2.1.0
  • @docusaurus/preset-classic 2.1.0
  • @mdx-js/react ^1.6.22
  • clsx ^1.2.1
  • hast-util-is-element ^2.1.2
  • prism-react-renderer ^1.3.5
  • react ^17.0.2
  • react-dom ^17.0.2
  • rehype-katex ^5.0.0
  • remark-math ^3.0.1