-
Notifications
You must be signed in to change notification settings - Fork 115
[RAPPS-DB] Add UT and Alex4 games (minor mesa and vc2015 edit) #390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| [Section] | ||
| Name = Alex the Allegator 4 | ||
| LicenseType = 1 | ||
| License = GPLv2 | ||
| Description = In the latest installment of the series Alex travels through the jungle in search of his kidnapped girlfriend. Plenty of classic platforming in four nice colors guaranteed! (Controls: Arrow keys, Ctrl and Alt) | ||
| Category = 4 | ||
| Publisher = Free Lunch Design | ||
| URLSite = https://allegator.sourceforge.net/ | ||
| Screenshot1 = https://archive.org/download/alex4_install/56109.png | ||
| Version = 1.1 | ||
| URLDownload = https://download.sourceforge.net/allegator/alex4_install.exe | ||
| SHA1 = 34521bf9d31130190c4fdb1050a43831f69a067f | ||
| SizeBytes = 1161973 | ||
| RegName = Alex the Allegator 4_is1 |
Binary file not shown.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| [Section] | ||
| Name = Unreal Tournament: Game of the Year Edition | ||
| LicenseType = 2 | ||
| Description = (Choose "Direct3D 9" and "Cursor input") An arena first-person shooter, with head-to-head multiplayer deathmatches. | ||
| Category = 4 | ||
| Publisher = Epic Games | ||
| Screenshot1 = https://web.archive.org/web/20120602003535im_/http://upload.wikimedia.org/wikipedia/en/f/f4/Unrealtournament.jpg | ||
| URLDownload = https://github.com/OldUnreal/FullGameInstallers/releases/download/windows-game-installers/UT_GOTY.exe | ||
| SHA1 = d22350da85cbccebd142a93d86873417b9c11c3e | ||
| SizeBytes = 787654321 | ||
| RegName = OldUnreal_ut99 | ||
| Dependencies = mesagallium|vc2008sp1run|vc2015run | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you explain a bit more why it was needed to fake the dl size?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The initial download of UT_GOTY.exe is 90mb but it is going to download about 700mb more as its first step when you run it. I don't need to fake it, I'm just doing it to give the user a better sense of how big the download actually is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok; but would this affect the download gauge (in the download dialog), or is this value purely informative (and is used only in the description text zone)?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's also used in the download dialog as a hint but as soon as it gets the response from the server, it gets reset to the "real" size.