Giter VIP home page Giter VIP logo

baldursgate3-cheattable's Introduction

He77o W0r7d

  • 📫 How to reach me?
    Over discord ឵឵឵MaoMao#4832 (yes you will not be able to add me like that just make sure to search me on justemutarkov discord servers)

baldursgate3-cheattable's People

Contributors

themaoci avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

requaos

baldursgate3-cheattable's Issues

No longer working.

As of few days ago the table functions no longer work, as in, any of of them. The game was probably updated and it's pointing to wrong values?

And just to confirm that I do know how to use CheatEngine tables, e.g. this one does work:

https://fearlessrevolution.com/viewtopic.php?p=311856#p311856

But it also lacks a lot of the functions your has so, I'd rather use your if it did work.

Thanks!

add inspiration not working

add inspiration not working. last use crashed my game. previous attempts beforehand just stopped me from gaining inspiration from other sources.

Big spawn item crash

Adding scrolls keeps crashing my game. Please consider adding script to spawn them in the bag under feet of chosen character.

Update for patch 4#?

Heya, not to be a bother or anything, just a question, if you will have time to update the code to the new patch since it seems that the "register commands" tab doesn't work atm x}

Also just wanted to say GREAT thanks for creating the table in the first place, was able to enjoy the game a lot more than I should have.

Add Spell From Variable Name - not working -> solution proposed

Hi TheMaoci,
The "Add Spell From Variable Name" script is a great idea but it does not work for me.
While experimenting a bit, this one does work:

You could expand the idea to other sections (spawning armors, weapons, etc...)

{$lua}
if syntaxcheck then return end
[ENABLE]
local spellString = getAddress("m_spellString")
spellString = readString(spellString, 255, false)
print("Adding spell: " .. spellString)
local spell = {
 spellString
}
AddSpellToPlayer(spell)
[DISABLE]

Dark background - cosmetic improvements (proposal)

Hi Themaoci,
(Noway3 here :) )

Great that you implemented the dark background stuff.
May I suggest some cosmetic improvements? I let you you try it out with the code replacement that I pasted below:

  • I added color switching for the check boxes, making it visible with the dark background too
  • I changed the font color only for the main window, that keeps the other CT windows readable, like the console one (I could not find how to change the background of the console to dark)
  • Instead of pure black background, I have found the Dark blue (0x200000) mitigates better with all other foreground colors but that's just my preference.

Code replacement suggestion for <ID>104424</ID>

{$LUA}
function SetDarkBackgrounds(dark_mode)
  local al = getAddressList()
  if dark_mode then
    --[BackgroundColor] --
    al.Control[0].BackgroundColor = 0x200000
    al.Control[1].BackgroundColor = 0x200000
    -- [Checkboxes]
    al.CheckboxActiveSelectedColor = 0x00FF00
    al.CheckboxActiveColor = 0x00FF00
    al.CheckboxSelectedColor = 0x0000FF
    al.CheckboxColor = 0xFFFF00
    -- Change default text color from BLACK to GREY for better visibility
    local i
    for i=0, al.Count-1 do
      if al[i].Color==0x000000 then
        al[i].Color=0xC0C0C0
      end
    end
  else
    -- [BackgroundColor] --
    al.Control[0].BackgroundColor = 0XFFFFFF
    al.Control[1].BackgroundColor = 0xFFFFFF
    -- [Checkboxes]
    al.CheckboxActiveSelectedColor = 0xFFFFFF
    al.CheckboxActiveColor = 0x0000FF
    al.CheckboxSelectedColor = 0x0000FF
    al.CheckboxColor = 0x000000
    -- Change default text color from GREY to BLACK for better visibility
    local i
    for i=0, al.Count-1 do
      if al[i].Color==0xC0C0C0 then
        al[i].Color=0x000000
      end
    end
  end
end
[ENABLE]
SetDarkBackgrounds(true)
[DISABLE]
SetDarkBackgrounds(false)

These are other colors that can be also tuned eventually:

  -- color order is : BGRToHex(0, 0, 0)

  -- [Active/SelectedColor] --
  -- al.SelectedBackgroundColor
  -- al.SelectedSecondaryBackgroundColor
  -- al.SelectedColor

  -- [Signs/Arrows] --
  -- al.ExpandSignColor
  -- al.DecreaseArrowColor
  -- al.IncreaseArrowColor

  -- [Foundlist/SearchColor] --
  -- getMainForm().color
  -- getMainForm().Foundlist3.Color

Companion cheats - add approval not working

I'm trying to add approval for a companion but nothing happens.

Steps:

  1. Checked Lae'zel below select companions
  2. Checked Add/Remove points from selected companions
  3. Checked add approval
  4. Checked +10 approval

I don't get any error message or anything else, nothing happens.

Update for patch 3

This is awesome. Thank you so much for creating the table. I noticed that after patch 3, some functionalities didn't seem to work anymore (such as always roll 20). Is it possible to update this to match the latest patch?

Thanks again.

Roll Dice Cheat

Hi,

When I have gone to run the ct file today the roll dice option seems to have disappeared. It was crashing my game sometimes but I would rather deal with the crashing as I would have been reloading the game if the option weren't selecting.

Can you let me know why this has stopped working please? or how I can input a command into the console to get it working again please. Thanks in advance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.