Skip to content

Instantly share code, notes, and snippets.

View Friday-The13-rus's full-sized avatar

Antony Friday-The13-rus

View GitHub Profile
@Friday-The13-rus
Friday-The13-rus / ingameMenu.ws
Created May 31, 2023 18:47
Witcher 3 QuickSave Menu 4.03
/***********************************************************************/
/** © 2015 CD PROJEKT S.A. All rights reserved.
/** THE WITCHER® is a trademark of CD PROJEKT S. A.
/** The Witcher game is based on the prose of Andrzej Sapkowski.
/***********************************************************************/
enum InGameMenuActionType
@Friday-The13-rus
Friday-The13-rus / upk.bt
Created September 9, 2018 18:43
010 Editor template for UPK archives v573
typedef struct {
int Size;
if (Size > 0)
char Value[Size];
else
wstring Value;
} sizedString <read=ReadSizedString>;
string ReadSizedString( sizedString &s ) {
return s.Value;