Dragon Age: Origins Message Board  STATUS: ACTIVE - Trainers are still being considered and updated for this title as patches are released. There is no guarantee that a trainer can be made or updated but it will be reviewed by our staff.

Our Dragon Age: Origins Trainer is now available for version Patch #6 and supports STEAM. Our Dragon Age: Origins message board is available to provide feedback on our trainers or cheats.
Dragon Age: Origins Trainer
REQUEST MORE OPTIONS
0 option(s) for voting
FILE UPDATE REQUEST
0 report(s) filed
BOOST UPDATE PRIORITY
Boost currently not available
Message Board for PC version
Page 14 of 28   •  First Page  •  Previous Page  •   Next Page  •   Last Page
Signup or Login to Post
Console commands
  • Current rank: 1 Star. Next Rank at 100 Posts.
    Send a message to DReCHo
    ELITE
    DReCHo posted on Nov 05, 2009 3:25:39 AM - Report post
     
    runscript addapproval X Y
    X = party member's number (see this topic for the numbers)
    Y = amount of approval (can be negative i think, to decrease approval)
  • Send a message to TeeAitsch
    INACTIVE
    TeeAitsch posted on Nov 05, 2009 3:40:04 AM - Report post
     
    i tried it with every number from 1-6 with zz- zz_ in front and without it still doesn´t work
     
  • Current rank: 1 Star. Next Rank at 100 Posts.
    Send a message to BuckAMayzing
    ELITE
    BuckAMayzing posted on Nov 05, 2009 4:14:03 AM - Report post
     
    Ok, folks. I noticed someone mentioned DMA earlier. Now, I'm familiar with C++ and assembly (in assembly class now) but I'm wanting to know how you guys get around DMA. Do disassemble the .exe and look for the assembly code that changes your attributes, and then intercept those? If I knew more about this I could maybe help out a bit if I ever get the time.
  • Current rank: 1.5 Stars. Next Rank at 500 Posts.
    Send a message to woots
    ELITE
    woots posted on Nov 05, 2009 6:33:48 AM - Report post
     
    quote:
    originally posted by Asqwed

    You guys are going to love this.
    Someone found a way to add talents!

    runscript addtalent ###

    some talent ###:
    4020 - Rogue section of talents (add this first and then the others below)
    100001 - Deft Hands
    100002 - Improved Tools
    100003 - Mechanical Expertise
    100004 - Device Mastery
    100075 - Stealth
    100076 - Stealthy Item Use
    100077 - Combat Stealth
    100078 - Master Stealth

    Some other interesting commands:
    runscript zz_party_addgifts (add a bunch of gifts to the inventory. I'm guessing high level gifts)
    runscript zz_givearmor (gives a set of Dragonbone armor)
    runscript removetalent ### (self explanatory)


    First posted on nfohump forums by Vini.

    Awesome dude thx for post I will try shortly... nice find

  • Current rank: 1 Star. Next Rank at 100 Posts.
    Send a message to mohsincisco19
    ELITE
    mohsincisco19 posted on Nov 05, 2009 6:37:16 AM - Report post
     
    thanks for the cheat but can you find cheat for mage
  • Current rank: 1 Star. Next Rank at 100 Posts.
    Send a message to quantum2000
    ELITE
    quantum2000 posted on Nov 05, 2009 6:50:30 AM - Report post
     
    People,I want to post some things I know about using artmoney/CoSMOS like programms(I use artmoney so most of it relates to artmoney):
    1.In DA:O attributtes/skills/talents points are always coded by two values
    2.First one is float 8 bytes(the easiest to find) - change the number of points you can spend in-game
    3.Second is a tricky one - it is float 4 bytes - it contains what I would call "fail-safe".The fail-safe is becoming negative if you spent more points that game allow for current situation(3 for attributes,1 for skills, 1-2 for mage/warrior/rogue talents,1 for specialization)and in future you want be able to spend this type of points until it returns to positive value - practiccaly when you level up it won't allow to spend attribute/skills/talents/mages points depending on what you have say it overspent.So I figured how to get pass by it(made it on my own but maybe someone did it in trainers...)
    does it work(example - I use ArtMoney):
    - my character leveled up and I have 3 attribute points
    - search in artmoney for Float 8 byte that equals 3
    - spend 1 point and filter for Float 8 byte that equals 2
    - spend more/less - filter until you find it
    - now the tricky part(where you search "fail-safe" value)
    - make your available attribute points back to 3 IN-GAME
    - start a new search now you search for float 4 bytes that equals 3
    - now you change float 8 to 6(it is important that you change to this number for novice users(for advanced the formula is like this - basic value the game gives you to spend(3,2,1 depending type) minus the number of points you spent(for example you have 3 points to spend and by changing float 8 bytes you spent 9 so float 4 bytes will be -6)
    - now you spend ALL your points IN-GAME
    - you filter for float 4 bytes that equals -3
    - if you have more than 1 value than dispent 1 point in game and filter for float 4 bytes that equals -2
    - now you have both 8 and 4 byte float - CHANGE them to the number of points you want to spent and it will do the trick
    If somebody needs further instructions/clarifications - post reply in this thread or PM me.If modders decide to put it into new topic - do it.Please consider tha I leave in eastern hemispher so I will be able to answer for next 8-10 hours,after I have to give my bear some vodka and go to sleep)))

  • Current rank: 1 Star. Next Rank at 100 Posts.
    Send a message to rsgeiger
    ELITE
    rsgeiger posted on Nov 05, 2009 7:29:41 AM - Report post
     
    Ok, I want to add my share, and I think you will like them:

    Mega Defense: "runscript cheat" -- this gives a temporary effect (about 100+ seconds) of extreme defense. It says it is changing cleaverness, but it seems to not change that stat.

    Darkspawn Bowling: "runscript bowlingforferelden" -- now THIS is fun! It creates a Forcefield (sphere shaped) around you. Anything you run into is hit for major damage! Again, about 90-100 seconds long!

    I found these in the designerscripts.rim file. I also found there the createitem script, but I cant figure out the syntax to use it. I think the full item list is found in designeritems.erf, but these scripts usually need numbers pertaining to a database index. Well, if anyone figures it out, please share!
  • Current rank: 1 Star. Next Rank at 100 Posts.
    Send a message to Amarantha
    ELITE
    Amarantha posted on Nov 05, 2009 7:40:06 AM - Report post
     
    quote:
    originally posted by quantum2000

    People,I want to post some things I know about using artmoney/CoSMOS like programms(I use artmoney so most of it relates to artmoney):
    1.In DA:O attributtes/skills/talents points are always coded by two values
    2.First one is float 8 bytes(the easiest to find) - change the number of points you can spend in-game
    3.Second is a tricky one - it is float 4 bytes - it contains what I would call "fail-safe".The fail-safe is becoming negative if you spent more points that game allow for current situation(3 for attributes,1 for skills, 1-2 for mage/warrior/rogue talents,1 for specialization)and in future you want be able to spend this type of points until it returns to positive value - practiccaly when you level up it won't allow to spend attribute/skills/talents/mages points depending on what you have say it overspent.So I figured how to get pass by it(made it on my own but maybe someone did it in trainers...)
    does it work(example - I use ArtMoney):
    - my character leveled up and I have 3 attribute points
    - search in artmoney for Float 8 byte that equals 3
    - spend 1 point and filter for Float 8 byte that equals 2
    - spend more/less - filter until you find it
    - now the tricky part(where you search "fail-safe" value)
    - make your available attribute points back to 3 IN-GAME
    - start a new search now you search for float 4 bytes that equals 3
    - now you change float 8 to 6(it is important that you change to this number for novice users(for advanced the formula is like this - basic value the game gives you to spend(3,2,1 depending type) minus the number of points you spent(for example you have 3 points to spend and by changing float 8 bytes you spent 9 so float 4 bytes will be -6)
    - now you spend ALL your points IN-GAME
    - you filter for float 4 bytes that equals -3
    - if you have more than 1 value than dispent 1 point in game and filter for float 4 bytes that equals -2
    - now you have both 8 and 4 byte float - CHANGE them to the number of points you want to spent and it will do the trick
    If somebody needs further instructions/clarifications - post reply in this thread or PM me.If modders decide to put it into new topic - do it.Please consider tha I leave in eastern hemispher so I will be able to answer for next 8-10 hours,after I have to give my bear some vodka and go to sleep)))

    That is both difficult and not necessary tbh, and also one of the reason why CE's better than ArtMoney (at least in my book).
    With CE you only have to do the search once, coz it scans for both 4 and 8 bytes float at the same time.

    So just go through with the search once and you'll get 2 addresses, set the value you want, switch back to the game, exit the level up screen, open it again and voila, you can spend you attribs (note that the game won't allow you to spend more than 100 points at a time, so if you set the value higher than that, you'll have to go through the level up screen a few times to distribute em all).


    As for skills and spells, I prefer using the console to add them, after all it's really easy to figure them out, just takes 2 hours tops to make a list of all the skills a PC can gain (emphasize on PC coz one would have to resort to the yet-to-be-available toolset to grab the skill number for some creature-only skills like "Archdemon Vortex", you just need to be motivated.

    @rsgeiger: As far as the items are concerned I think it's best we just wait a day more or two til the toolset finally gets released so we'll have the complete list right away. That is unless someone wants to try trial and error on these

    [Edited by Amarantha, 11/5/2009 7:51:22 AM]

Page 14 of 28   •  First Page  •  Previous Page  •   Next Page  •   Last Page
Signup or Login to Post
All times are (GMT -06:00) Central Time (US & Canada). Current time is 2:47:08 PM