[HELP] INSTALL HELP
Posts
Pages:
1
Hello,
i have downloaded the Zip file from git hub RPG-JS zip file
i have extracted the files to a folder and move libs, etc to a folder inside the main folder called RPGJS as instructed.
i created a html file:
<!DOCTYPE html>
<html lang="en">
<head>
<script src="c:\dod\rpg-beta-2.js"> </ script>
</head>
function loadRpg() {
RPGJS.load(function() {
var rpg = new Rpg("canvas_rpg");
});
}
<body>
<canvas id="canvas_rpg" width="640px" height="480px"> </ canvas>
</body>
</html>
but for some reason it will not load? Do i need other software or programs or am i missing something sorry im new to this.. Please help if you can
Thank you
i have downloaded the Zip file from git hub RPG-JS zip file
i have extracted the files to a folder and move libs, etc to a folder inside the main folder called RPGJS as instructed.
i created a html file:
<!DOCTYPE html>
<html lang="en">
<head>
<script src="c:\dod\rpg-beta-2.js"> </ script>
</head>
function loadRpg() {
RPGJS.load(function() {
var rpg = new Rpg("canvas_rpg");
});
}
<body>
<canvas id="canvas_rpg" width="640px" height="480px"> </ canvas>
</body>
</html>
but for some reason it will not load? Do i need other software or programs or am i missing something sorry im new to this.. Please help if you can
Thank you
LockeZ
I'd really like to get rid of LockeZ. His play style is way too unpredictable. He's always like this too. If he ran a country, he'd just kill and imprison people at random until crime stopped.
5958
Well the JS is Javascript, so no, it's not RPG Maker related.
That said, I've never heard of RPGJS.
That said, the function needs to be inside the script tags.
That said, I have no idea what you're even trying to do, much less how to make it work.
That said, I've never heard of RPGJS.
That said, the function needs to be inside the script tags.
That said, I have no idea what you're even trying to do, much less how to make it work.
Pages:
1














