Aller au contenu

Photo

Ancient Elven Boots


  • Veuillez vous connecter pour répondre
11 réponses à ce sujet

#1
TriggerHappy64

TriggerHappy64
  • Members
  • 130 messages
Hello,

I'm trying to install an override (.utp) file from www.dragonagenexus.com/downloads/file.php to put the ancient elven boots in the chest at lothering.  Can I use the tool set to do this or does anyone know what I need to do?

#2
TriggerHappy64

TriggerHappy64
  • Members
  • 130 messages
Does anyone know how to do this? I think it has something to do with the override folders.

#3
Karma

Karma
  • Members
  • 391 messages
The instructions on the site say to just install the dazip. That should take care of it. However, if there's only the one .utp file, just dropping that file into the packages/core/override folder in your My Documents should work.

#4
TriggerHappy64

TriggerHappy64
  • Members
  • 130 messages
Thanks, except I've tried putting it in that folder and the boots are still not where they should be and this even after reloading an old save before Lothering.

Modifié par TriggerHappy64, 28 novembre 2010 - 08:47 .


#5
Karma

Karma
  • Members
  • 391 messages
I can give you a script that will add the boots to your inventory if you want. You can copy and paste the script into the toolset, save and compile it, drop it into packages/core/override, and then use the in-game console to use it. Would that work?

#6
TriggerHappy64

TriggerHappy64
  • Members
  • 130 messages
Sure! Ideally, I wish I could get that .utp file to work so I could just put the boots into the chantry cabinet.  It's so annoying that this hasn't been fixed in a patch.

Modifié par TriggerHappy64, 28 novembre 2010 - 09:39 .


#7
Karma

Karma
  • Members
  • 391 messages
[dascript]

void main()

{

CreateItemOnObject(R"gen_im_arm_bot_med_elv.uti", OBJECT_SELF, 1, "", TRUE);

}

[/dascript]

#8
Karma

Karma
  • Members
  • 391 messages
When you run the script via console, you'll type in "runscript" (without the " " of course) and then the name of your script.

#9
TriggerHappy64

TriggerHappy64
  • Members
  • 130 messages
ok I managed to create the script, saved it and compiled it but where do I find the file to put it into the override folder?
Do I export it?  And which export method would I use?  Sorry, I've never used the toolset before and I'm unfamiliar with how it works.

Modifié par TriggerHappy64, 29 novembre 2010 - 02:33 .


#10
Karma

Karma
  • Members
  • 391 messages
If you right-click on the file in the toolset, you should see the export option. Choose export without dependent resources.



The script could be hiding in any one of several toolsetexport folders. You may just want to search for it using the Windows' Search feature.

#11
TriggerHappy64

TriggerHappy64
  • Members
  • 130 messages
Ok I got it, I'm going to try it out and report back.

#12
TriggerHappy64

TriggerHappy64
  • Members
  • 130 messages
Edit: It works! thanks so much!

Modifié par TriggerHappy64, 29 novembre 2010 - 02:56 .