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
// Patches code with achivement fixes | |
using System; | |
using GameGrind; | |
using UnityEngine; | |
using UnityEngine.SceneManagement; | |
// Token: 0x02000018 RID: 24 | |
public class CompleteLevel : MonoBehaviour | |
{ | |
// Token: 0x0600008E RID: 142 |
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
#1 | |
#Lexico | |
https://rpgmaker.net/content/games/1/downloads/lexico-hi.zip | |
https://rpgmaker.net/content/games/1/downloads/lexico-lo.zip | |
#2 | |
#Metroid Origins | |
#4 | |
#Zero's Impossible Fortress | |
https://rpgmaker.net/content/games/4/downloads/zero_impossible-fortress__.zip | |
#6 |
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
#1 | |
#Lexico | |
https://rpgmaker.net/content/games/1/downloads/lexico-hi.zip | |
https://rpgmaker.net/content/games/1/downloads/lexico-lo.zip | |
#2 | |
#Metroid Origins | |
#4 | |
#Zero's Impossible Fortress | |
https://rpgmaker.net/content/games/4/downloads/zero_impossible-fortress__.zip | |
#6 |
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
let lp = { | |
name: 'test', | |
objective: { | |
direction: glpk.GLP_MAX, | |
name: 'r5', | |
vars: [ | |
{ name: 'D', coef: -1.0 }, | |
{ name: 'D_ext', coef: 1.0 } | |
] | |
}, |
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
require "open-uri" | |
require "json" | |
j=JSON.parse(open('https://api.github.com/repos/easyrpg/player/issues?milestone=20&state=closed&per_page=100&page=2').read()); | |
jj=JSON.parse(open('https://api.github.com/repos/easyrpg/player/issues?milestone=20&state=closed&per_page=100').read()); | |
j = j + jj | |
j = j.sort { |x,y| x["number"] <=> y["number"] } | |
j.each { |x| | |
x["labels"] = (x["labels"].map { |y| y["name"] }.join("\n")) | |
} |
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
--- xyzcrush.cpp 2018-01-27 02:08:27.431825844 +0100 | |
+++ xyzcrush_new.cpp 2018-01-27 02:03:22.000000000 +0100 | |
@@ -25,6 +25,7 @@ | |
# include <algorithm> | |
#endif | |
#include "zopfli/zlib_container.h" | |
+#include "../../include/xyzimage.h" | |
# ifdef __MINGW64_VERSION_MAJOR | |
int _dowildcard = -1; /* enable wildcard expansion for mingw-w64 */ |
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
// ==UserScript== | |
// @name HTML5 Audio for learnrussian.rt.com | |
// @namespace Replaces flash audio on learnrussian.rt.com with HTML5 audio | |
// @include http://learnrussian.rt.com/* | |
// @include https://learnrussian.rt.com/* | |
// ==/UserScript== | |
document.querySelectorAll("div[audio]").forEach(function(x) { | |
var audio = document.createElement("audio"); | |
audio.setAttribute("controls", ""); |
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
msgid "" | |
msgstr "" | |
"Project-Id-Version: GAME_NAME 1.0\n" | |
"Language-Team: YOUR NAME <[email protected]>\n" | |
"Language: \n" | |
"MIME-Version: 1.0\n" | |
"Content-Type: text/plain; charset=UTF-8\n" | |
"Content-Transfer-Encoding: 8bit\n" | |
"X-CreatedBy: LcfTrans" |
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
1. Ineluki MP3/TastenPatch | |
In Sound & Musik Dateien mit Endung .link.wav | |
Theoretisch müssten alle .link.wav-Spiele eine oldharmony.dll enthalten | |
2. | |
DynRPG: dynpatch.dll im Hauptverzeichnis | |
3. | |
DestinyPatch: Destiny.dll im Hauptverzeichnis |
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
[ | |
{ | |
"file": "005c702a648cd31169f3ba8b67c66e347b27eb80.exe", | |
"code": "34eb9f7427363ed24a1ecd08265cdc2d5cf8ccaa", | |
"data": "5f4b48e2b5b0505f339a600911b51d0656ec72fb", | |
"icon": "b4f12bab7596ef33f67e4bb0ff54e29c0ac8b133", | |
"exfont": "24d09b52d64124c304d910ed9dfdaa61a7d65a75", | |
"logo1": "1682bdf82e7eaab53b7e3b6cfd60d5c09449b3b8", | |
"logo2": "", | |
"logo3": "" |
NewerOlder