Search found 4 matches

by Anno444
Sat Mar 23, 2024 9:11 am
Forum: Tools
Topic: Basic UE4 Win64 Base Table
Replies: 132
Views: 173133

Re: Basic UE4 Win64 Base Table

Suggestion: change

Code: Select all

getregionsize(address)
to

Code: Select all

getregionsize(address,allregion)
and move enumMemoryRegions() call outside of cycles where getregionsize gets called.

I'm not sure if result of enumMemoryRegions() changes mid-activation, but this change makes activation faster.
by Anno444
Tue Feb 18, 2020 4:04 pm
Forum: Tables
Topic: Zelda: Breath of the Wild (CEMU)
Replies: 310
Views: 375545

Re: Zelda: Breath of the Wild (CEMU)

My modified table for Cemu 1.17.1. Some of the stuff was moved under 'BaseMemory'. Requires 'Float Big Endian' custom type: alloc(TypeName,256) alloc(ByteSize,4) alloc(ConvertRoutine,1024) alloc(ConvertBackRoutine,1024) alloc(UsesFloat,1) TypeName: db 'Float Big Endian',0 ByteSize: dd 4 UsesFloat: d...
by Anno444
Fri Sep 06, 2019 3:08 pm
Forum: Single Player Cheat Requests
Topic: Anno 1404 Dawn of Discovery and Venice ADDON
Replies: 10
Views: 50620

Re: Anno 1404 Dawn of Discovery and Venice ADDON

So, I've been messing around with this game, and have made a few cheats. Might as well share with others. Selected AI: Allows you to edit reputation of the AI player you have selected. Works with all AI players, but editing reputation for Lord Northburgh, for example, may cause some problems. Select...
by Anno444
Sat Jun 29, 2019 2:29 pm
Forum: Tables
Topic: Mount and Blade: Warband 1.173
Replies: 91
Views: 166397

Re: Mount and Blade: Warband 1.173

Knockouts Only: <?xml version="1.0" encoding="utf-8"?> <CheatTable> <CheatEntries> <CheatEntry> <ID>8460</ID> <Description>"Only Knockout"</Description> <LastState/> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>{ Game : mb_warband.exe Version: Date : 2019-06-27 Author : DNSPC ...