Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: [Tool] Launcher + Updater
- Original author: Tarumes
- Original date: August 31, 2016
- Source thread: https://forums.rpgmakerweb.com/threads/tool-launcher-updater.67663/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugins In Development
Summary
Hi there here is my Game Launcher How to Use Launcher.ini Code:
Archived First Post
Hi there here is my Game Launcher
How to Use
Launcher.ini
Release Game for Windows and Zip only package.json and www folder
on your Webserver
create a subdir (same name as appid=)
copy your zipped game and rename it to 0.0.1.zip
create new file temp.ini
if you want to release a update only copy new files to a new zip file and increase the version numer
and the add a new line to the temp.ini with [0.0.2] and so on
All Versions
https://www.mediafire.com/folder/ftmwk7g56lgqg/Launcher
This Launcher uses 7zip and comes with NWJS 0.16.1
Source: http://pastebin.com/SGiQyT0k
Tarumes CC-by-2.0
How to Use
Launcher.ini
Code:
[Settings]
url=example.local <-- URL without http://
version=0.0.0 <-- dont change this
appid=subdir <-- subdir on your webhost without "/"
gamename=Samplegame <-- Window Title
Release Game for Windows and Zip only package.json and www folder
Code:
0.0.1.zip
|-- package.json
|-- www
|-- index.html
+-- audio
+-- data
+-- fonts
+-- icon
+-- img
+-- js
+-- movies
on your Webserver
create a subdir (same name as appid=)
Code:
www
|-- subdir <--- Same as appdir=
|-- temp.ini <--- List with version names
|-- 0.0.1.zip <--- Updates with version numbers
|-- 0.0.2.zip <--- Updates with version numbers
copy your zipped game and rename it to 0.0.1.zip
create new file temp.ini
Code:
[0.0.1]
if you want to release a update only copy new files to a new zip file and increase the version numer
and the add a new line to the temp.ini with [0.0.2] and so on
All Versions
https://www.mediafire.com/folder/ftmwk7g56lgqg/Launcher
This Launcher uses 7zip and comes with NWJS 0.16.1
Source: http://pastebin.com/SGiQyT0k
Tarumes CC-by-2.0
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...