z Dragon Age The Veilguard

Upload your cheat tables here (No requests)
Kibikun
Noobzor
Noobzor
Posts: 5
Joined: Thu Sep 22, 2022 2:53 am
Reputation: 0

Re: z Dragon Age The Veilguard

Post by Kibikun »

zachillios wrote:
Mon Nov 04, 2024 4:37 pm
ori'grom wrote:
Mon Nov 04, 2024 12:32 pm
Foomy wrote:
Sat Nov 02, 2024 5:19 pm
Anyone have pointers for companion skill points? I think I fucked up and got all my companions at max bonds level before they have any skill point, so at this point I'm fucked since I can't use script since they need a skill point to be used before the cheat to work
Have you ever managed to find a solution to this? Am in the same boat and 11 hours in. Both my Harding and Neve are at rank 10 with no skill points. I'd hate to reset the whole playthrough.
Try this out:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>215</ID>
      <Description>"Companion Ability Points Fix"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Dragon Age The Veilguard.exe
  Version: 
  Date   : 2024-11-04
  Author : zach

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(FixCAB,Dragon Age The Veilguard.exe,89 83 C8 01 00 00 E8 9C) // should be unique
alloc(newmem,$1000,FixCAB)

label(code)
label(return)

newmem:

code:
  mov [rbx+000001C8],#99
  jmp return

FixCAB:
  jmp newmem
  nop
return:
registersymbol(FixCAB)

[DISABLE]

FixCAB:
  db 89 83 C8 01 00 00

unregistersymbol(FixCAB)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Dragon Age The Veilguard.exe+D25559

Dragon Age The Veilguard.exe+D25538: 5B                    - pop rbx
Dragon Age The Veilguard.exe+D25539: E9 22 21 00 00        - jmp "Dragon Age The Veilguard.exe"+D27660
Dragon Age The Veilguard.exe+D2553E: CC                    - int 3 
Dragon Age The Veilguard.exe+D2553F: CC                    - int 3 
Dragon Age The Veilguard.exe+D25540: 40 53                 - push rbx
Dragon Age The Veilguard.exe+D25542: 48 83 EC 30           - sub rsp,30
Dragon Age The Veilguard.exe+D25546: 48 8B D9              - mov rbx,rcx
Dragon Age The Veilguard.exe+D25549: 48 8B 89 E8 01 00 00  - mov rcx,[rcx+000001E8]
Dragon Age The Veilguard.exe+D25550: E8 EB 33 FF FF        - call "Dragon Age The Veilguard.exe"+D18940
Dragon Age The Veilguard.exe+D25555: 48 8D 4B 28           - lea rcx,[rbx+28]
// ---------- INJECTING HERE ----------
Dragon Age The Veilguard.exe+D25559: 89 83 C8 01 00 00     - mov [rbx+000001C8],eax
// ---------- DONE INJECTING  ----------
Dragon Age The Veilguard.exe+D2555F: E8 9C 1D 75 FF        - call "Dragon Age The Veilguard.isGlimpseEnabled"+BB50
Dragon Age The Veilguard.exe+D25564: 48 8B 83 E0 01 00 00  - mov rax,[rbx+000001E0]
Dragon Age The Veilguard.exe+D2556B: 4C 8D 43 28           - lea r8,[rbx+28]
Dragon Age The Veilguard.exe+D2556F: 48 8B 93 E8 01 00 00  - mov rdx,[rbx+000001E8]
Dragon Age The Veilguard.exe+D25576: 4C 8D 4C 24 40        - lea r9,[rsp+40]
Dragon Age The Veilguard.exe+D2557B: 48 8B 8B D8 01 00 00  - mov rcx,[rbx+000001D8]
Dragon Age The Veilguard.exe+D25582: 48 83 C0 38           - add rax,38
Dragon Age The Veilguard.exe+D25586: 48 89 44 24 40        - mov [rsp+40],rax
Dragon Age The Veilguard.exe+D2558B: E8 90 43 FF FF        - call "Dragon Age The Veilguard.exe"+D19920
Dragon Age The Veilguard.exe+D25590: 48 8B 93 E8 01 00 00  - mov rdx,[rbx+000001E8]
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Please make backup saves and do not leave this script on. To get it to work, save, turn script on, load save, turn script off.
How do I go about applying this? Sorry I am new to this.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

Enferno33
Expert Cheater
Expert Cheater
Posts: 232
Joined: Tue Dec 24, 2019 6:05 am
Reputation: 48

Re: z Dragon Age The Veilguard

Post by Enferno33 »

Kibikun wrote:
Sun Nov 10, 2024 9:34 pm
zachillios wrote:
Mon Nov 04, 2024 4:37 pm
ori'grom wrote:
Mon Nov 04, 2024 12:32 pm


Have you ever managed to find a solution to this? Am in the same boat and 11 hours in. Both my Harding and Neve are at rank 10 with no skill points. I'd hate to reset the whole playthrough.
Try this out:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>215</ID>
      <Description>"Companion Ability Points Fix"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Dragon Age The Veilguard.exe
  Version: 
  Date   : 2024-11-04
  Author : zach

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(FixCAB,Dragon Age The Veilguard.exe,89 83 C8 01 00 00 E8 9C) // should be unique
alloc(newmem,$1000,FixCAB)

label(code)
label(return)

newmem:

code:
  mov [rbx+000001C8],#99
  jmp return

FixCAB:
  jmp newmem
  nop
return:
registersymbol(FixCAB)

[DISABLE]

FixCAB:
  db 89 83 C8 01 00 00

unregistersymbol(FixCAB)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Dragon Age The Veilguard.exe+D25559

Dragon Age The Veilguard.exe+D25538: 5B                    - pop rbx
Dragon Age The Veilguard.exe+D25539: E9 22 21 00 00        - jmp "Dragon Age The Veilguard.exe"+D27660
Dragon Age The Veilguard.exe+D2553E: CC                    - int 3 
Dragon Age The Veilguard.exe+D2553F: CC                    - int 3 
Dragon Age The Veilguard.exe+D25540: 40 53                 - push rbx
Dragon Age The Veilguard.exe+D25542: 48 83 EC 30           - sub rsp,30
Dragon Age The Veilguard.exe+D25546: 48 8B D9              - mov rbx,rcx
Dragon Age The Veilguard.exe+D25549: 48 8B 89 E8 01 00 00  - mov rcx,[rcx+000001E8]
Dragon Age The Veilguard.exe+D25550: E8 EB 33 FF FF        - call "Dragon Age The Veilguard.exe"+D18940
Dragon Age The Veilguard.exe+D25555: 48 8D 4B 28           - lea rcx,[rbx+28]
// ---------- INJECTING HERE ----------
Dragon Age The Veilguard.exe+D25559: 89 83 C8 01 00 00     - mov [rbx+000001C8],eax
// ---------- DONE INJECTING  ----------
Dragon Age The Veilguard.exe+D2555F: E8 9C 1D 75 FF        - call "Dragon Age The Veilguard.isGlimpseEnabled"+BB50
Dragon Age The Veilguard.exe+D25564: 48 8B 83 E0 01 00 00  - mov rax,[rbx+000001E0]
Dragon Age The Veilguard.exe+D2556B: 4C 8D 43 28           - lea r8,[rbx+28]
Dragon Age The Veilguard.exe+D2556F: 48 8B 93 E8 01 00 00  - mov rdx,[rbx+000001E8]
Dragon Age The Veilguard.exe+D25576: 4C 8D 4C 24 40        - lea r9,[rsp+40]
Dragon Age The Veilguard.exe+D2557B: 48 8B 8B D8 01 00 00  - mov rcx,[rbx+000001D8]
Dragon Age The Veilguard.exe+D25582: 48 83 C0 38           - add rax,38
Dragon Age The Veilguard.exe+D25586: 48 89 44 24 40        - mov [rsp+40],rax
Dragon Age The Veilguard.exe+D2558B: E8 90 43 FF FF        - call "Dragon Age The Veilguard.exe"+D19920
Dragon Age The Veilguard.exe+D25590: 48 8B 93 E8 01 00 00  - mov rdx,[rbx+000001E8]
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Please make backup saves and do not leave this script on. To get it to work, save, turn script on, load save, turn script off.
How do I go about applying this? Sorry I am new to this.
Copy the entire script, open Cheat Engine, paste it. Save it to a table for future use.

Enferno33
Expert Cheater
Expert Cheater
Posts: 232
Joined: Tue Dec 24, 2019 6:05 am
Reputation: 48

Re: z Dragon Age The Veilguard

Post by Enferno33 »

Also, everyone should go and give a thumbs up (rate) to Zanzer, Cielos, zachillios, udoo, Kekalorr and anyone / everyone else who posted scripts and helped build an amazing table for all to use.

It's a shame that they have thousands of downloads and only a few ratings (thumbs up)...

YOU CAN RATE THEM FASTER THAN YOU CAN DOWNLOAD THE TABLES / SCRIPTS FFS!

Kibikun
Noobzor
Noobzor
Posts: 5
Joined: Thu Sep 22, 2022 2:53 am
Reputation: 0

Re: z Dragon Age The Veilguard

Post by Kibikun »

Enferno33 wrote:
Sun Nov 10, 2024 11:25 pm
Kibikun wrote:
Sun Nov 10, 2024 9:34 pm
zachillios wrote:
Mon Nov 04, 2024 4:37 pm

Try this out:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>215</ID>
      <Description>"Companion Ability Points Fix"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Dragon Age The Veilguard.exe
  Version: 
  Date   : 2024-11-04
  Author : zach

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(FixCAB,Dragon Age The Veilguard.exe,89 83 C8 01 00 00 E8 9C) // should be unique
alloc(newmem,$1000,FixCAB)

label(code)
label(return)

newmem:

code:
  mov [rbx+000001C8],#99
  jmp return

FixCAB:
  jmp newmem
  nop
return:
registersymbol(FixCAB)

[DISABLE]

FixCAB:
  db 89 83 C8 01 00 00

unregistersymbol(FixCAB)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Dragon Age The Veilguard.exe+D25559

Dragon Age The Veilguard.exe+D25538: 5B                    - pop rbx
Dragon Age The Veilguard.exe+D25539: E9 22 21 00 00        - jmp "Dragon Age The Veilguard.exe"+D27660
Dragon Age The Veilguard.exe+D2553E: CC                    - int 3 
Dragon Age The Veilguard.exe+D2553F: CC                    - int 3 
Dragon Age The Veilguard.exe+D25540: 40 53                 - push rbx
Dragon Age The Veilguard.exe+D25542: 48 83 EC 30           - sub rsp,30
Dragon Age The Veilguard.exe+D25546: 48 8B D9              - mov rbx,rcx
Dragon Age The Veilguard.exe+D25549: 48 8B 89 E8 01 00 00  - mov rcx,[rcx+000001E8]
Dragon Age The Veilguard.exe+D25550: E8 EB 33 FF FF        - call "Dragon Age The Veilguard.exe"+D18940
Dragon Age The Veilguard.exe+D25555: 48 8D 4B 28           - lea rcx,[rbx+28]
// ---------- INJECTING HERE ----------
Dragon Age The Veilguard.exe+D25559: 89 83 C8 01 00 00     - mov [rbx+000001C8],eax
// ---------- DONE INJECTING  ----------
Dragon Age The Veilguard.exe+D2555F: E8 9C 1D 75 FF        - call "Dragon Age The Veilguard.isGlimpseEnabled"+BB50
Dragon Age The Veilguard.exe+D25564: 48 8B 83 E0 01 00 00  - mov rax,[rbx+000001E0]
Dragon Age The Veilguard.exe+D2556B: 4C 8D 43 28           - lea r8,[rbx+28]
Dragon Age The Veilguard.exe+D2556F: 48 8B 93 E8 01 00 00  - mov rdx,[rbx+000001E8]
Dragon Age The Veilguard.exe+D25576: 4C 8D 4C 24 40        - lea r9,[rsp+40]
Dragon Age The Veilguard.exe+D2557B: 48 8B 8B D8 01 00 00  - mov rcx,[rbx+000001D8]
Dragon Age The Veilguard.exe+D25582: 48 83 C0 38           - add rax,38
Dragon Age The Veilguard.exe+D25586: 48 89 44 24 40        - mov [rsp+40],rax
Dragon Age The Veilguard.exe+D2558B: E8 90 43 FF FF        - call "Dragon Age The Veilguard.exe"+D19920
Dragon Age The Veilguard.exe+D25590: 48 8B 93 E8 01 00 00  - mov rdx,[rbx+000001E8]
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Please make backup saves and do not leave this script on. To get it to work, save, turn script on, load save, turn script off.
How do I go about applying this? Sorry I am new to this.
Copy the entire script, open Cheat Engine, paste it. Save it to a table for future use.
Thank you for this!

Kibikun
Noobzor
Noobzor
Posts: 5
Joined: Thu Sep 22, 2022 2:53 am
Reputation: 0

Re: z Dragon Age The Veilguard

Post by Kibikun »

Kibikun wrote:
Sun Nov 10, 2024 11:45 pm
Enferno33 wrote:
Sun Nov 10, 2024 11:25 pm
Kibikun wrote:
Sun Nov 10, 2024 9:34 pm


How do I go about applying this? Sorry I am new to this.
Copy the entire script, open Cheat Engine, paste it. Save it to a table for future use.
Thank you for this! Any reason why when I hit the box it doesn't activate?
Last edited by Kibikun on Sun Nov 10, 2024 11:54 pm, edited 1 time in total.

Kibikun
Noobzor
Noobzor
Posts: 5
Joined: Thu Sep 22, 2022 2:53 am
Reputation: 0

Re: z Dragon Age The Veilguard

Post by Kibikun »

Kibikun wrote:
Sun Nov 10, 2024 11:53 pm
Kibikun wrote:
Sun Nov 10, 2024 11:45 pm
Enferno33 wrote:
Sun Nov 10, 2024 11:25 pm


Copy the entire script, open Cheat Engine, paste it. Save it to a table for future use.
Thank you for this! Any reason why when I hit the box it doesn't activate?

Enferno33
Expert Cheater
Expert Cheater
Posts: 232
Joined: Tue Dec 24, 2019 6:05 am
Reputation: 48

Re: z Dragon Age The Veilguard

Post by Enferno33 »

Kibikun wrote:
Sun Nov 10, 2024 11:53 pm
Kibikun wrote:
Sun Nov 10, 2024 11:45 pm
Enferno33 wrote:
Sun Nov 10, 2024 11:25 pm


Copy the entire script, open Cheat Engine, paste it. Save it to a table for future use.
Thank you for this! Any reason why when I hit the box it doesn't activate?
You're welcome.
Make sure that everything was deleted from the original script and that everything was copied / pasted from the new script. Also, be sure that the original script didn't have "extra's" attached to it.
I.E. Drop down boxes of other stuff, if so, then delete those as well.

Once you do that, save the table and close / restart the game and table.

Most importantly, has there been a new update? If so, then that is why it won't work. You **MUST** have the same version as when the script was created. Until the script is updated as well.

DarkFearless
Expert Cheater
Expert Cheater
Posts: 162
Joined: Sat Jan 26, 2019 5:38 am
Reputation: 2

Re: z Dragon Age The Veilguard

Post by DarkFearless »

demorest2 wrote:
Sun Nov 10, 2024 8:18 pm
DrKazman69 wrote:
Sun Nov 10, 2024 7:51 pm
Just a small fyi, items can be upgraded to whatever number you want using the last item equipped, that includes uniques. Running around with a plus 100 unique staff is pretty insane
Reset after game reload
Yeah -- would be great if it stuck...

Rankti
Expert Cheater
Expert Cheater
Posts: 82
Joined: Mon Mar 26, 2018 8:19 am
Reputation: 17

Re: z Dragon Age The Veilguard

Post by Rankti »

DrKazman69 wrote:
Sun Nov 10, 2024 7:51 pm
Just a small fyi, items can be upgraded to whatever number you want using the last item equipped, that includes uniques. Running around with a plus 100 unique staff is pretty insane
What I did was to use "last item equipped" to downgrade maxed items to lvl9 and then used "Equipment Editor" script to upgrade the items at the workshop back to max and legendary and it works and doesn't get reset

DarkFearless
Expert Cheater
Expert Cheater
Posts: 162
Joined: Sat Jan 26, 2019 5:38 am
Reputation: 2

Re: z Dragon Age The Veilguard

Post by DarkFearless »

Rankti wrote:
Mon Nov 11, 2024 12:55 am
DrKazman69 wrote:
Sun Nov 10, 2024 7:51 pm
Just a small fyi, items can be upgraded to whatever number you want using the last item equipped, that includes uniques. Running around with a plus 100 unique staff is pretty insane
What I did was to use "last item equipped" to downgrade maxed items to lvl9 and then used "Equipment Editor" script to upgrade the items at the workshop back to max and legendary and it works and doesn't get reset
We're talking about keeping it at Lvl. 99. Haha.

Thedude715
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Nov 11, 2024 1:13 am
Reputation: 0

Re: z Dragon Age The Veilguard

Post by Thedude715 »

Sorry if this is a total noob and or scrub question but all I wanted to do was get the faction reps up so that i could run a build needing some of the rank 4 items earlier, but the faction pointer dont seem to work at all? Tested both the potion and mana ones and they work no problem. Also figured out how to give myself materials but not valuables which is what I would need to boost my faction rep with out the direct command.

kiwiz
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Nov 11, 2024 4:28 am
Reputation: 0

Re: z Dragon Age The Veilguard

Post by kiwiz »

zachillios wrote:
Sat Nov 09, 2024 12:16 am
So good news and bad news. Good news is I have a functioning armor editor that includes rarity and upgrade level, bad news is to get it to populate you must upgrade the item's level, so if you maxed your items up you wont be able to utilize it. Please test it for me:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>249</ID>
      <Description>"Equipment Editor"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Dragon Age The Veilguard.exe
  Version: 
  Date   : 2024-11-08
  Author : zachw

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(Ar_Ed,Dragon Age The Veilguard.exe,8B 7E 38 FF 92 C8 00 00 00) // should be unique
alloc(newmem,$1000,Ar_Ed)
globalalloc(ArEd,4)
label(code)
label(return)

newmem:
push rax
lea rax,[rsi+38]
mov [ArEd],rax
pop rax
code:
  mov edi,[rsi+38]
  call qword ptr [rdx+000000C8]
  jmp return

Ar_Ed:
  jmp newmem
  nop 4
return:
registersymbol(Ar_Ed)

[DISABLE]

Ar_Ed:
  db 8B 7E 38 FF 92 C8 00 00 00

unregistersymbol(Ar_Ed)
dealloc(newmem)
dealloc(ArEd)
{
// ORIGINAL CODE - INJECTION POINT: Dragon Age The Veilguard.exe+2508A8A

Dragon Age The Veilguard.exe+2508A61: 48 8B 10                 - mov rdx,[rax]
Dragon Age The Veilguard.exe+2508A64: 48 8B C8                 - mov rcx,rax
Dragon Age The Veilguard.exe+2508A67: FF 92 D0 00 00 00        - call qword ptr [rdx+000000D0]
Dragon Age The Veilguard.exe+2508A6D: 4C 8B E8                 - mov r13,rax
Dragon Age The Veilguard.exe+2508A70: 48 85 C0                 - test rax,rax
Dragon Age The Veilguard.exe+2508A73: 0F 84 6E 01 00 00        - je "Dragon Age The Veilguard.exe"+2508BE7
Dragon Age The Veilguard.exe+2508A79: 48 8B 16                 - mov rdx,[rsi]
Dragon Age The Veilguard.exe+2508A7C: 48 8B CE                 - mov rcx,rsi
Dragon Age The Veilguard.exe+2508A7F: 8B 98 8C 01 00 00        - mov ebx,[rax+0000018C]
Dragon Age The Veilguard.exe+2508A85: 48 89 7C 24 50           - mov [rsp+50],rdi
// ---------- INJECTING HERE ----------
Dragon Age The Veilguard.exe+2508A8A: 8B 7E 38                 - mov edi,[rsi+38]
// ---------- DONE INJECTING  ----------
Dragon Age The Veilguard.exe+2508A8D: FF 92 C8 00 00 00        - call qword ptr [rdx+000000C8]
Dragon Age The Veilguard.exe+2508A93: 48 89 44 24 38           - mov [rsp+38],rax
Dragon Age The Veilguard.exe+2508A98: 3B FB                    - cmp edi,ebx
Dragon Age The Veilguard.exe+2508A9A: 75 28                    - jne "Dragon Age The Veilguard.exe"+2508AC4
Dragon Age The Veilguard.exe+2508A9C: 32 C0                    - xor al,al
Dragon Age The Veilguard.exe+2508A9E: 48 8B 7C 24 50           - mov rdi,[rsp+50]
Dragon Age The Veilguard.exe+2508AA3: 4C 8B 6C 24 48           - mov r13,[rsp+48]
Dragon Age The Veilguard.exe+2508AA8: 48 8B 74 24 58           - mov rsi,[rsp+58]
Dragon Age The Veilguard.exe+2508AAD: 4C 8B 7C 24 40           - mov r15,[rsp+40]
Dragon Age The Veilguard.exe+2508AB2: 48 8B AC 24 90 00 00 00  - mov rbp,[rsp+00000090]
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>250</ID>
          <Description>"Upgrade Level"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>4 Bytes</VariableType>
          <Address>ArEd</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>251</ID>
          <Description>"Rarity"</Description>
          <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Common
2:Uncommon
3:Rare
4:Epic
5:Legendary
</DropDownList>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>4 Bytes</VariableType>
          <Address>ArEd</Address>
          <Offsets>
            <Offset>8</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
I wasn't to sure If this will work for EA, so I tried it, To my surprise it worked, tested on one armor, so I went out again to upgrade my caretaker, took a couple mins and to my confusion now It doesn't work. It showing "error well scanning for AOB's: Ar_Ed error: Not all results found", was there an update or some shii LMAO that happened between the mins i was buying memento for my caretaker lol, like i'm confused. Would you know why or how this happened?

kadaz83
Novice Cheater
Novice Cheater
Posts: 23
Joined: Wed Sep 06, 2017 7:20 am
Reputation: 4

Re: z Dragon Age The Veilguard

Post by kadaz83 »

is it possible to create a fly mod? cause there are some place which i can't access cause the games are so buggy..like the quest gate of lost ages in dock town..where we can't use the dagger to open the pathway down and can't open all the unique big chest..?

Vodziak
Expert Cheater
Expert Cheater
Posts: 55
Joined: Thu Oct 15, 2020 8:02 am
Reputation: 3

Re: z Dragon Age The Veilguard

Post by Vodziak »

There is a nasty bug in the game that makes it impossible to interact with unique chests and some shrines. According to information from the EA forum, the game "forgets" that we have a lirium dagger, which is visible when the bug is activated - the dagger disappears from the character model. Is there anything we can do about it with CE?

User avatar
MalevolentWizard
Noobzor
Noobzor
Posts: 7
Joined: Sat Nov 09, 2024 5:44 am
Reputation: 0

Re: z Dragon Age The Veilguard

Post by MalevolentWizard »

Thedude715 wrote:
Mon Nov 11, 2024 1:17 am
Sorry if this is a total noob and or scrub question but all I wanted to do was get the faction reps up so that i could run a build needing some of the rank 4 items earlier, but the faction pointer dont seem to work at all? Tested both the potion and mana ones and they work no problem. Also figured out how to give myself materials but not valuables which is what I would need to boost my faction rep with out the direct command.
Might be better off asking in the discord or PM. I had better luck with PM for my questions

Post Reply

Who is online

Users browsing this forum: admantx, austinn4160, aymenxd22, Babisakti, Bing [Bot], DotBot, Munck, Ninomae Tako'nis, Salqeraxe