EmuNewz Network
RPCS3 Launcher\Updater - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47)
+--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172)
+---- Forum: RPCS3 - General Discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=164)
+---- Thread: RPCS3 Launcher\Updater (/showthread.php?tid=178230)

Pages: 1 2


RPCS3 Launcher\Updater - xYaroslavGTx - 02-11-2017

Hello everybody. I wrote a small launcher for the update a emulator.
[Image: UHPXMunJNAE.jpg]
[Image: f5MGBh7aPO4.jpg]
Launcher supports two languages [ENG|RUS].

Download [GitHub]
Sorry for bad english Sad , thank you for your attention)

####Update 2####

[Image: U0wNnji_Gr8.jpg]
[Image: Ors0fv0kXtQ.jpg]

Changelog:
- Small changes in the interface.
- Added restoring folders function.
- Added display the emulator folder button.

Download [GitHub]

Update history
Update 3: Post #10
Update 4: Post #13


RE: RPCS3 Launcher\Updater - ssshadow - 02-11-2017

Thread moved to general discussion. Link is not working. Also, source code?


RE: RPCS3 Launcher\Updater - xYaroslavGTx - 02-11-2017

(02-11-2017, 09:45 PM)ssshadow Wrote: Thread moved to general discussion. Link is not working. Also, source code?

In the near future will replace the link. Code is written in Delphi+PHP.


RE: RPCS3 Launcher\Updater - Annie - 02-11-2017

You're using the GitHub API to check if the build commit is the latest one / AppVeyor build system to see if the build number is the latest one on master? Then the application needs to ping whatever web server you're using.
Interested on how you've done that as I've attempted making a PHP system for checking builds and couldn't properly fetch stuff from GitHub.


RE: RPCS3 Launcher\Updater - xYaroslavGTx - 02-12-2017

(02-11-2017, 11:12 PM)Annie Wrote: You're using the GitHub API to check if the build commit is the latest one / AppVeyor build system to see if the build number is the latest one on master? Then the application needs to ping whatever web server you're using.
Interested on how you've done that as I've attempted making a PHP system for checking builds and couldn't properly fetch stuff from GitHub.

I don't use API, I parse and copy the information using the simple PHP script on my server. API is too complicated for me)


RE: RPCS3 Launcher\Updater - ayurai - 02-19-2017

"change" button dont work?


RE: RPCS3 Launcher\Updater - xYaroslavGTx - 02-19-2017

(02-19-2017, 05:01 PM)ayurai Wrote: "change" button dont work?

Temporarily. I will fix on next update.


RE: RPCS3 Launcher\Updater - mchtt - 02-20-2017

good idea, how does the update process works ? what files does it overrides/preserves ?


RE: RPCS3 Launcher\Updater - xYaroslavGTx - 02-21-2017

(02-20-2017, 08:19 PM)mchtt Wrote: good idea, how does the update process works ? what files does it overrides/preserves ?

Thank you) Yes,if you upgrade overwrites two files - rpcs3.exe and OpenAL32.dll user files and settings are saved.


RE: RPCS3 Launcher\Updater - xYaroslavGTx - 03-09-2017

####Update 3####
[Image: ujbjTBizlpc.jpg]
[Image: uBmtlTGUmSk.jpg]
[Image: T5pbawTuzL4.jpg]
[Image: ku4WQCfeZaA.jpg]
Changelog:
- Redesign.
- Added tray icon.
- Сhoice of the directory of the emulator.
And a few tweaks Smile

Download [GitHub]