|
#1
|
|||
|
|||
![]()
How can I remove that message from fullscreen in Glide64 plugin?
|
#2
|
|||
|
|||
![]()
no way to, it has been removed out of the current version of the source tho
|
#3
|
|||
|
|||
![]()
How can I play from source code?
|
#4
|
||||
|
||||
![]()
Install Visual Studio 2015 Community, it's free.
But it's big download and takes long time to install. Do it only when you have plenty of time. https://www.visualstudio.com/vs/older-downloads/ Click "Sign into your Visual Studio (MSDN) subscription". You can sign in with your personal Microsoft account, the login you use for logging onto Windows 8 or 10. If you don't have an account, just sign up, it's free. Goto Project64's Github and click on Clone or Download, download zip. Extract it to a folder. Open Project64.sln, goto configuration and select Release x86, then build solution. To package the Project64 files into a zip, goto Source\Script folder and run package_zip.cmd. It will put the install into a zip file in project64-master\Package folder. Last edited by Frank74; 17th June 2017 at 11:54 PM. |
#5
|
|||
|
|||
![]()
I have Visual Studios running. When I click on project64.sln, it says most of it have failed to load. Also, where is the configuration in Visual Studios so I can select Release x86?
|
#6
|
||||
|
||||
![]() Quote:
It says just Release, and has a box next to select Win32. Then click build menu and build solution. Last edited by Frank74; 18th June 2017 at 01:22 AM. |