Compare commits
2 commits
823901c468
...
bba9c3e90a
Author | SHA1 | Date | |
---|---|---|---|
John Alanbrook | bba9c3e90a | ||
John Alanbrook | 2d7ed70087 |
|
@ -16,17 +16,17 @@ if (os.sys() === 'macos') {
|
||||||
|
|
||||||
player[0].control(appy);
|
player[0].control(appy);
|
||||||
|
|
||||||
steam.appid = 480;
|
//steam.appid = 480;
|
||||||
steam.userid = 8437843;
|
//steam.userid = 8437843;
|
||||||
|
|
||||||
os.home = os.env("HOME");
|
os.home = os.env("HOME");
|
||||||
|
|
||||||
steam.path = {
|
/*steam.path = {
|
||||||
windows: `C:/Program Files (x86)/Steam/userdata/${steam.userid}/${steam.appid}`,
|
windows: `C:/Program Files (x86)/Steam/userdata/${steam.userid}/${steam.appid}`,
|
||||||
macos: `${os.home}/Library/Application Support/Steam/userdata/${steam.userid}/${steam.appid}`,
|
macos: `${os.home}/Library/Application Support/Steam/userdata/${steam.userid}/${steam.appid}`,
|
||||||
linux: `${os.home}/.local/share/Steam/userdata/${steam.userid}/${steam.appid}`
|
linux: `${os.home}/.local/share/Steam/userdata/${steam.userid}/${steam.appid}`
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
var otherpath = {
|
var otherpath = {
|
||||||
windows:`C:/Users/${os.user}/Saved Games`,
|
windows:`C:/Users/${os.user}/Saved Games`,
|
||||||
macos: `${os.home}/Library/Application Support`,
|
macos: `${os.home}/Library/Application Support`,
|
||||||
|
@ -468,6 +468,6 @@ Cmdline.register_cmd("l", function(n) {
|
||||||
return {
|
return {
|
||||||
Resources,
|
Resources,
|
||||||
Cmdline,
|
Cmdline,
|
||||||
cmd_args,
|
cmd_args
|
||||||
steam
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue