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
'use strict'; | |
const SLMessage = require('./SLMessage.js').SLMessage; | |
const MSG_ID = 12566; | |
exports.SLEquipmentConfigurationMessage = class SLEquipmentConfigurationMessage extends SLMessage { | |
constructor(buf) { | |
var size; | |
if (buf) { |
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
{ | |
"telemetry.enableTelemetry": false, | |
"editor.fontFamily": "'Fira Code Retina', Consolas, 'Courier New', monospace", | |
"editor.fontSize": 13, | |
"editor.fontLigatures": true, | |
"explorer.confirmDelete": false, | |
"window.zoomLevel": 0, | |
"extensions.ignoreRecommendations": false, | |
"files.associations": { | |
"*.tmpl": "html" |
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
using System.Diagnostics; | |
namespace ac4bfmp_launcher | |
{ | |
class Program | |
{ | |
static void Main(string[] args) | |
{ | |
var p = new ProcessStartInfo(@"path\to\Ubisoft Game Launcher\UbisoftGameLauncher.exe", "-upc_uplay_id 437 -upc_game_version 0 -upc_exe_path [path_to_exe_base64_encoded] -upc_working_directory [working_directory_base64_encoded] -uplay_steam_mode"); | |
// for example, my AC4BFMP.exe is located at D:\games\Steam\steamapps\common\Assassin's Creed IV Black Flag\AC4BFMP.exe, |