Darth333 thank you for making this... but just one question though.. well maybe more than one :p
when i open a git file it shows a few things for orientation
http://www.imagemonster.org/getimg/gitfile.gif)
one is for x orientation and one for Y Orientation... but your armband only shows one field for orientation is this x or y ... and if its for just one can you make it where itll show you both?
My armband will give you the XOrientation. I never really bothered with the YOrientation as this value rarely changes when you look at the exiting .git files...and honestly, I don't really know what it visually changes in the game, especially for creatures :confused: Perhaps someone who has played with this value can tell us...
does the position you get work with the direction you are facing when you activate the armband?
Originally posted by sketch42
does the position you get work with the direction you are facing when you activate the armband?
Yes, the relevant extract of the code is:float GetOrientation= GetFacing(OBJECT_SELF);
New version uploaded! v. 2.0.2
The script has been modified to convert degrees in radians so that you will now be able to get the bearing in the output and not just the orientation in degrees. This will facilitate the positioning of placeables in the .git file.
Sample output:
Beginning whereami output:
Module: 601dan
> 365.64645
> 138.08188
> 6.70874
> Orientation: 106.80502
> Bearing: 1.86410
End of whereami output
Download link is in the first post (or just click the banner at the top of these forums).
Thank you for this Darth333. It is always nice to see add on features to even the mildest of modding tools.
Sweet, thanks Darth333! :D
This should make Module making much easier. :)
is it possible to get the armband to display the last script fired??
please say yes........ please say yes.......... please say yes
Originally posted by sketch42
is it possible to get the armband to display the last script fired??
please say yes........ please say yes.......... please say yes
There is no way to display a script "as is" but you can insert debugging functions in your script (you don't need the armband for this). Check this thread:
http://www.lucasforums.com/showthread.php?s=&threadid=125847)
Hello,
With the permission of Darth333, I've updated this armband's dialog. It will now also tell you the tag and distance of the nearest Creature, Placeable, Trigger, Waypoint, and Door. You can then choose to force open the nearest door.
These appear in normal dialog, not in the Feedback screen. (To make them appear in the feedback screen, uncomment the commented sections in d3_getloc.nss and recompile.)
Thanks for that useful update and for uploading it at SWK.com :) (edit: and for changing the title of this thread :D )
Now I've got to find some time to use the armband :rolleyes:
I for one think that this is a really useful edit for an already fantastic mod, great job tk102 and Darth333 :thumbsup:
Yeah thanks guys! (Guy) And Darth333 (girl):p
An infuriated T7Nowhere informed me of an issue with v2.0.3's Orientation/Bearing readout. Steam spouted from his ears as he explained that these readings seemed to be affected by the initiation of the extended dialog.
As a workaround, I've updated the scripts so that nearest objects are written immediately to the Feedback screen. I've also added instructions on how to install this mod without any dialog at all. (This latter method quenched T7Nowhere's fiery wroth.)
Originally posted by tk102
An infuriated T7Nowhere informed me of an issue with v2.0.3's Orientation/Bearing readout. Steam spouted from his ears as he explained that these readings seemed to be affected by the initiation of the extended dialog.
As a workaround, I've updated the scripts so that nearest objects are written immediately to the Feedback screen. I've also added instructions on how to install this mod without any dialog at all. (This latter method quenched T7Nowhere's fiery wroth.)
wroth? Do you mean wrath?
Thank you for the fix though TK. I would think it might be hard seeing steam come out of T7's ears with that helmet on though. By the way has anybody noticed how T7 looks like Mandalore?:p
Edit tk102: Um Yes, wrath. T7 scared my noun into an adjective.
Man, there has been so many good modz out there, and this one deservies a 10!!!!:)
The armband has been updated to fix a bug that would prevent the bearing and orientation to display correctly (more details in this thread:
http://www.lucasforums.com/showthread.php?t=150339) )
I just fusionned the script that gets the coordinates and the script that fires the .dlg together.
Download:
http://www.starwarsknights.com/tools.php#ae)
:bluidea: What a simple fix! :doh:
When I created 'DAP: I', I drew out levels, and set up coordinates. The Whereami Armband works like a charm. Thanks Darth333Lady. Yes! I did not know this existed untill I saw the thread.. lol... I am so slow some times... lol... :)
All hail Darth333 the :queen queen.
Kudos Darth333... :thumbs1:
I don't know if someone has mentioned this, but when I use the "Where Am I Band', my character records the orientation or bearing from the oposite direction. I was wondering if this was fixed, or if this is something new?
Either way! I still think this is one of the coolest utilities made!
Are you using the last version? (v. 2.0.5) It should give you the direction in which your pc is facing. Otherwise, I'll double check it but it works fine for me.
I checked your first post of this thread, and I didn't see any indication. Is there a 'Whereami' band for KotOR I?
No but I can make one :D Check back tomorrow!
Hello! I was wondering if you released a KotOR I version yet? :) hehehe...
I made it but didn't tested it yet. I am using the TSL patcher this time :) It should be up in a few days.
I made it but didn't tested it yet. I am using the TSL patcher this time :) It should be up in a few days.
:thumbsup: Cool! :)
I have a problem with the armband. I have the latest version and all of that but the bearing is off. When I set the bearing of a placeable like a computer according to the armband, when in game the placeable is always 90 degrees to the right of where my character was facing.
Any idea on what i might be doing wrong?
-Gsccc
I have a problem with the armband. I have the latest version and all of that but the bearing is off. When I set the bearing of a placeable like a computer according to the armband, when in game the placeable is always 90 degrees to the right of where my character was facing.
Any idea on what i might be doing wrong?
It seems like the output from the whereami armband doesn't match up for all areas/modules for some reason. I had the same problem when I converted the Nar Shaddaa vents into an arena module.
In that particular case at least, this formula seemed to produce the desired Bearing results:
Bearing = (Angle - 90.0) * (PI / 180.0)
...where Bearing is the value put in the placeable entry in the GIT file, and Angle is the corresponding 0-360 degree value (as used by the NWScript GetFacing/SetFacing functions).
I won't guarantee it works in your case, but it might be worth a try. :)
Well its not that much of a problem, all i really have to do is pick the spot I want, and then face my character 90 degrees to the left of where i want the object facing.
-Gsccc
It seems like the output from the whereami armband doesn't match up for all areas/modules for some reason. I had the same problem when I converted the Nar Shaddaa vents into an arena module.
In that particular case at least, this formula seemed to produce the desired Bearing results:
Bearing = (Angle - 90.0) * (PI / 180.0)
Well its not that much of a problem, all i really have to do is pick the spot I want, and then face my character 90 degrees to the left of where i want the object facing.
Does the armband give the correct bearing for some areas/modules? If not, the script could easily be fixed as stoffe -mkb- suggested.
It doesn't seem to occur in every module...
I used the armband without any problems for the Trayus core and in the Dxun jungle module but I remember having a similar issue with the area editor included in Kotor tool in the Telos academy module.
I'll try to look into this.
Edit: what module are you working on Gsccc?
Hey Darth333,
I was wondering if you had success in creating the "Whereami' Band for KotOR I?
Darth333, I was in the ebon hawk. It could also be that the placeables were just made in different directions, did you use the same placeable for each instance?
-Gsccc
Sorry for bumping this, but I'm having a problem. I installed the whereami-armband as you once told me, by editing the spells.2da file with KotOR tool. Well, i have TSL Hak Pad mod installed, and now when I try to launch the Hak Pad, it uses Whereami armband instead. So I want to uninstall the whereami armband. How do I do this, because i have edited the spells.2da (Added the armbands row to it, as you told me to do here (
http://lucasforums.com/showthread.php?t=157201).)
So, how do I uninstall it? Please, someone help. :)
Did you install the Hak Pad after the Wherami Armband? Or did you overwrite your existing spells.2da with the Wherami Armband's?
The Hak Pad should've just appended the spells.2da so that this kind of problem didn't happen..
However, rather than uninstall, it might be easier for you to go into the Hak Pad .uti file and change the "activate spell" to the proper line listed in the spells.2da.. (this option won't be available however if you overwrote the spells.2da)
Umm.. It's like three months when i installed the Whereami band, and i can use the hak pad from the Defender's wrist consoles "Integrated MODs" option. (God bless you, Defender :))
Anyways, I think i installed the Whereami band later. Not sure, but that's what I think. And yes, i did NOT overwrite the spells.2da. I edited it with KotOR tool as Darth333 told me. Well, I try what you told. (And I downloaded the fix from Hak Pad topic, but it didn't fix it.)
And Chainz, what actually IS the proper line? :O
And how do I edit the .uti file :o. Yeah, I'm starter..
(And I downloaded the fix from Hak Pad topic, but it didn't fix it.)
And Chainz, what actually IS the proper line? :O
yah, the fix for the Hak Pad will only work if both the mods are working. It's not an "install" type of fix..
The Hak Pad doesn't have a proper line.. that's the point of the Patcher. The line is dynamic (changing) depending at what point it was installed and whatever mods were installed prior to the Hak Pad install.
But from the sounds of your problem.. the Wherami Armband edit was using the same line value as the Hak Pad was. Since your edit "may" have overwrote the Hak Pad's line (or replaced it rather).. you'll need to check your spells.2da.
If there is no listing for Hak Pad.. then re-install my mod (delete the hak_pad.uti before re-install)...
If there is an entry for Hak Pad.. make sure it's not using the same line number value of the Wherami Armband.. if it is.. change the Hak Pad to a higher number, then re-edit the hak_pad.uti's properties to "activate" the new line number you gave Hak Pad :)
Thanks, ChAiNz, there really wasn't line of Hak Pad. But I have the Booster pack 2 installed too, so what do I do then? Just as you told but install the booster pack too? (Of course normal hak pad first..)
EDIT: Oh, I think I got it. I try now :).
RE-EDIT:
Thank you EVER so much ChAiNz! It works fine now :). I did what you said. (Deleted the hak_pad.uti and then re-installed the mod, and the booster pack, just in case, and after that deleted my old Hak Pad with Tk's KSE and then cheated a new one.)
Thank you ever so much for help.
Thank you EVER so much ChAiNz! It works fine now :). I did what you said. (Deleted the hak_pad.uti and then re-installed the mod, and the booster pack, just in case, and after that deleted my old Hak Pad with Tk's KSE and then cheated a new one.)
Thank you ever so much for help.
My pleasure :D
Glad you got it to work.. and just so that you know, the Hak Pad should be able to activate the Wherami Armband (if the band is in your inventory).. and will also activate Defender's Wrist Console (also, as long as the band is in your inventory)..
Should make it easier to use them since you won't have to equip the items on your character in order to access the functions :D
Is this PC only? Is there anyway to get the 'whereami' mod to work on XBOX? I am on Nar Shaddaa and stuck in the room Zez Kai Ell was in. I have wasted 5 hours of my life trying to get this work.
It seems that it works for the xbox as well but you need a modded xbox.
In order to use this with XBOX... I would need to know first off
1.) will this be potentially injurious to my XBOX
2.) Will this take forever to do/learn to do?
In order to use this with XBOX... I would need to know first off
1.) will this be potentially injurious to my XBOX
2.) Will this take forever to do/learn to do?
3.) Go here (
http://www.lucasforums.com/showthread.php?t=166492) and read up on X-Box Modding. It should answer both of those :)
Thank you for the link. I think I may have played my last time through KOTOR II. I can't mod my box because I play Madden online A LOT. That's right... I'm a Star Wars/Madden geek. Not enough of us if you ask me.
Meh. I LOVED KOTOR 1... I just wish they would have taken more time with KOTOR II. Sadness...
Apologies for the bump, but I just wanted to ask about the possibility of including a feature.
I just wanted to know whether it would be possible to add to the whereami script a part so that the feedback in Messages Log>Feedback also gives you which room you are in?
Just a suggestion to enhance the best armband in TSL :)
Apologies for the bump, but I just wanted to ask about the possibility of including a feature.
I just wanted to know whether it would be possible to add to the whereami script a part so that the feedback in Messages Log>Feedback also gives you which room you are in?
I don't think that's possible to handle entirely in-game since the scripting language contains no functions for retrieving the room tag, or has any awareness at all of which room the player is in.
(It could probably be handled via an external application though, where the armband prints out the coordinates of the player along with the name of the area and module. The external app would then extract that information from the Feedback log, look up the .lyt file for the area and try to match the player coordinates against the room coordinates.)
Oh well. It was just a suggestion :)
Thanks for the response, though :)
Sorry for bumping this, but could it be that 6 is the limit of the amount of outputs you can have in a save? Because I recorded 8 times, and there were only 6 in the .txt.