Skip to content

Commit e72ad3f

Browse files
authored
Update README.md
1 parent 01c4c47 commit e72ad3f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,47 @@
11
# ArtemisLuaLoader
22

33
Artemis is a cross-platform Visual Novel game engine that utilizes Lua script.
4+
45
Windows / Android / iOS / Web / Nintendo Switch / Playstation are supported.
56

7+
8+
69
Most of Artemis games automatically load save9999.dat file when game boots.
10+
711
By loading an edited save file, we can chain-load custom scripts from the save folder.
812

913
Game boots -> load savefile "save9999.dat" -> load iet script "inject.iet" -> load lua script "inject.lua"
1014

15+
16+
1117
This has been tested on Windows and PS4.
18+
1219
Pretty sure it will work on other platforms too.
1320

21+
22+
1423
This repo currently contains custom save file for PS4 game CUSA16074 (Raspberry Cube).
24+
1525
I chose this game because it was the easiest physical disc that I could obtain.
1626

1727
There are other physcial disc games that uses Artemis such as CUSA27389 (ハミダシクリエイティブ) and CUSA13303 (ノラと皇女と野良猫ハート HD).
1828

1929
If you have access to PS store you can just buy the trial version to test it.
30+
2031
https://store.playstation.com/ja-jp/product/JP2551-CUSA27390_00-HAMIDASHITR00001/
2132

33+
34+
2235
You might have to create custom save9999.dat file for each game.
2336

37+
38+
2439
On Windows, you have access to luasocket and os.execute.
40+
2541
However, on PS4, you have limited access. (Check comments)
2642

43+
44+
2745
I will not explain how to copy PS4 save files to console.
46+
2847
Google this yourself.

0 commit comments

Comments
 (0)