Skip to content

Commit 01c4c47

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

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
# ArtemisLuaLoader
2-
Run arbitary lua script from savedata
32

4-
Test
3+
Artemis is a cross-platform Visual Novel game engine that utilizes Lua script.
4+
Windows / Android / iOS / Web / Nintendo Switch / Playstation are supported.
5+
6+
Most of Artemis games automatically load save9999.dat file when game boots.
7+
By loading an edited save file, we can chain-load custom scripts from the save folder.
8+
9+
Game boots -> load savefile "save9999.dat" -> load iet script "inject.iet" -> load lua script "inject.lua"
10+
11+
This has been tested on Windows and PS4.
12+
Pretty sure it will work on other platforms too.
13+
14+
This repo currently contains custom save file for PS4 game CUSA16074 (Raspberry Cube).
15+
I chose this game because it was the easiest physical disc that I could obtain.
16+
17+
There are other physcial disc games that uses Artemis such as CUSA27389 (ハミダシクリエイティブ) and CUSA13303 (ノラと皇女と野良猫ハート HD).
18+
19+
If you have access to PS store you can just buy the trial version to test it.
20+
https://store.playstation.com/ja-jp/product/JP2551-CUSA27390_00-HAMIDASHITR00001/
21+
22+
You might have to create custom save9999.dat file for each game.
23+
24+
On Windows, you have access to luasocket and os.execute.
25+
However, on PS4, you have limited access. (Check comments)
26+
27+
I will not explain how to copy PS4 save files to console.
28+
Google this yourself.

0 commit comments

Comments
 (0)