Results 1 to 10 of 22

Thread: Missing one damn Alien Artifact

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #20

    Some cheats

    Well, got all of them now. It was the one behind the orc chief's hut that was missing - I just hadn't realized there is a space there. Though I needed to use a bit of console magic to find it. Here's some console spells in case you have similar troubles:

    List positions of missing artifacts:
    Code:
    for(%i=0;%i<FunTickets.getCount();%i++) {%g=FunTickets.getObject(%i); if (%g.gotTicket != "1" && %g.getName() $= "FunTicket") {echo(%g.getPosition());}}
    See your own position:
    Code:
    echo(gamechar.getPosition());
    You can compare the artifact positions to your own position (NB. the last number is the height) to find them. Or, if you want to have it really easy, you can just teleport your character directly to the next artifact:

    Code:
    for(%i=0;%i<FunTickets.getCount();%i++) {%g=FunTickets.getObject(%i); if (%g.gotTicket != "1" && %g.getName() $= "FunTicket") { gamechar.setPosition(%g.getPosition());}}
    Actually this quickly sets your character position to each missing artifact's position in turn, but since no collision detection is done in the loop, only the last position matters.

    Oh, and if you haven't used consoles before:
    • You can paste into the console with CTRL-V
    • You can use up and down arrow to move in console history, e.g. pressing up arrow once shows you the previous command. No need to re-enter commands.


    --Juddre
    Last edited by juddre; 01-22-2012 at 03:54 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
****Custom Design Skin By BoneMaster****