[MOD] Targeting UI Extension now with External Camera - (Nov 27, 2013)

The place to discuss scripting and game modifications for X Rebirth.

Moderators: Scripting / Modding Moderators, Moderators for English X Forum

User avatar
Observe
Posts: 5326
Joined: Fri, 30. Dec 05, 17:47
xr

Post by Observe »

Dungeoncrawler wrote:Can't seem to exit external view by hitting the applicable key.
Make sure you give it a second to reset the menu after it goes full-screen, then pressing key 1 should exit. Either that, or something went wrong.
Dungeoncrawler
Posts: 1093
Joined: Sun, 7. Dec 03, 05:32
x3tc

Post by Dungeoncrawler »

Observe wrote:
Dungeoncrawler wrote:Can't seem to exit external view by hitting the applicable key.
Make sure you give it a second to reset the menu after it goes full-screen, then pressing key 1 should exit. Either that, or something went wrong.
Must be conflicting with another mod I'm using? Not only can I not leave external view mode, but I cannot reenter the targeting menu after the first time. It requires me to either reload the save, or the game. Last time something like this happened it was due to a mod conflict.

edit - saving the game to a new slot, then reloading that save seems to have fixed the issue.
User avatar
Observe
Posts: 5326
Joined: Fri, 30. Dec 05, 17:47
xr

Post by Observe »

Dungeoncrawler wrote:
Observe wrote:
Dungeoncrawler wrote:Can't seem to exit external view by hitting the applicable key.
Make sure you give it a second to reset the menu after it goes full-screen, then pressing key 1 should exit. Either that, or something went wrong.
Must be conflicting with another mod I'm using? Not only can I not leave external view mode, but I cannot reenter the targeting menu after the first time. It requires me to either reload the save, or the game. Last time something like this happened it was due to a mod conflict.
Based on your description, I suspect it's something to do with my code rather than some other mod conflict. For one thing, there aren't many mods using this code-method.

I wonder if there is some particular sequence leading up to this condition? Or does it happen right away if you go Skunk external view?
Dungeoncrawler
Posts: 1093
Joined: Sun, 7. Dec 03, 05:32
x3tc

Post by Dungeoncrawler »

Observe wrote:
Dungeoncrawler wrote:
Observe wrote:
Dungeoncrawler wrote:Can't seem to exit external view by hitting the applicable key.
Make sure you give it a second to reset the menu after it goes full-screen, then pressing key 1 should exit. Either that, or something went wrong.
Must be conflicting with another mod I'm using? Not only can I not leave external view mode, but I cannot reenter the targeting menu after the first time. It requires me to either reload the save, or the game. Last time something like this happened it was due to a mod conflict.
Based on your description, I suspect it's something to do with my code rather than some other mod conflict. For one thing, there aren't many mods using this code-method.

I wonder if there is some particular sequence leading up to this condition? Or does it happen right away if you go Skunk external view?
Srry, guess you didn't see my edit :). Saving the game to a new slot, then loading that save seems to have fixed it.
User avatar
Observe
Posts: 5326
Joined: Fri, 30. Dec 05, 17:47
xr

Post by Observe »

Dungeoncrawler wrote:Srry, guess you didn't see my edit :). Saving the game to a new slot, then loading that save seems to have fixed it.
Thanks for letting me know! Please let me know if this (or anything else) happens again. In the meantime, I'm looking at my code to see if there is potential for some timing issue that could cause what you describe.

Thanks
User avatar
Observe
Posts: 5326
Joined: Fri, 30. Dec 05, 17:47
xr

Post by Observe »

FYI: I have updated to 1.2.1 with possible fix to prevent the situation you described from happening. I'll be away for a few days, but please continue posting feedback.

Thanks!
Anubitus
Posts: 693
Joined: Fri, 21. Jan 05, 00:44
x4

Post by Anubitus »

hey,

i tried your mod as i think its a great concept but somehow it dont work very well in my game..

the moment i click target in the modes selection the selection screen dissapears and i cant open any screen, not even the main menu where you can save, load, quit etc..

i have ceveral extentions installed:

5k scan range
better speed control
combat system extension
core shields
helpfull directions
improved engineer
improved fleets
lr scanner duration
manual command extension
no draft no traffic double speed highways
no more grandmas in space
no stardust
no steering mode notivication
npc bail modifier
rs stars
shield v2
show skills
smart miner
tastefull yisha armour
techno bar sfx
tie fighter boost sfx
UFO
warnign system extension

do you have an idea as to wich of these extensions might be conflicting with your mod..?

thanks
Thurmonator
Posts: 205
Joined: Thu, 4. Dec 03, 21:07
x2

Post by Thurmonator »

there seem to be a few bugs with this version. Ther is a sound bug when using around highways. And there is a bug with the data window as well as the sound every time the range updates gets to be very monotonous, and sometimes it bugs out too. Thought you should know. Thx.
User avatar
kaehla
Posts: 18
Joined: Tue, 15. Apr 08, 09:37
x4

Post by kaehla »

Hi observe, as usual you are on board to improve X games.

Thank for this mod, juste one thing, are you able to make a t file ? It's easier to translate your mod (in french for my part).
[ external image ]
Visiter le forum de la Confrérie des échanges XChange Guild
spartanheyho
Posts: 162
Joined: Sun, 24. Nov 13, 16:06

Post by spartanheyho »

Got this debug text for your mod after starting new game in free play mode:

Code: Select all

[General] ======================================
[General] ======================================
[=ERROR=] LookupKeyName::LookupName(): The key name "diff" is not recognized in lookup 'ScriptXML'. Originated from: "extensions\osr_target_ext\md\MainMenu.xml.(pck|xml)"
[General] ======================================
[General] ======================================
[=ERROR=] LookupKeyName::LookupName(): The key name "sel" is not recognized in lookup 'ScriptXML'. Originated from: ""
[General] ======================================
[General] ======================================
[=ERROR=] LookupKeyName::LookupName(): The key name "add" is not recognized in lookup 'ScriptXML'. Originated from: "extensions\osr_target_ext\md\MainMenu.xml.(pck|xml)"
[General] ======================================
[General] ======================================
[=ERROR=] LookupKeyName::LookupName(): The key name "sel" is not recognized in lookup 'ScriptXML'. Originated from: ""
[General] ======================================
[General] ======================================
[=ERROR=] Error loading MD file extensions\osr_target_ext\md\MainMenu.xml: Invalid root node

Also, since latest version, the option to turn off data (was option 4 on menu screen) is gone. Is this intentional?

EDIT: Disregard debug log. Those reports are normal (.exe game bug that creates false flags) but my question still stands.
killerog
Posts: 3464
Joined: Fri, 28. Oct 05, 16:31
x4

Post by killerog »

Looking fantastic Observe :)
Image
User avatar
DeadlyDa
Posts: 1883
Joined: Mon, 5. Jan 04, 04:46
x4

Post by DeadlyDa »

Good stuff Observe!

Being a totally "retro" kind'a guy, I'm still running the 1.1 version...but frankly it's working really well for me.

I use a Corsair K90 keyboard, and setting up some of the macro keys for "target nearest" and "engage auto-target" really helps game play...especially in De Veies, where it's impossible to see the red icons against all the yellow backgrounds.

Thanks...
balogt
Posts: 773
Joined: Thu, 18. Dec 03, 09:00
x3

Post by balogt »

well if it isnt deadly da. long time. how did you set the macro key..i was thinking of setting f10 or f11 to do that but am not sure how in this new game...ps i have an old "retro" pre windows keyboard..no windows keys. between ctrl and alt...so i am the truely retro guy :)

balog
User avatar
DeadlyDa
Posts: 1883
Joined: Mon, 5. Jan 04, 04:46
x4

Post by DeadlyDa »

Hi balogt,

Long time...no speak!

Actually, the K90 is a "gaming keyboard", and has special configuration software and drivers to allow you to code macros for 1 of 18 special hardware keys.

I had to do this, since the macros I coded for my joy stick (Saitek X52-Pro) don't play back correctly with Rebirth.

Unfortunately I don't know of any way (at this point) to attach keystrokes to a standard PC function key :(
Vayde
Posts: 850
Joined: Fri, 6. Feb 04, 21:02
x3tc

Post by Vayde »

Hello deadlyda, nice to see you on these forums again :)


Vayde
Still life in the old dog yet...
User avatar
DeadlyDa
Posts: 1883
Joined: Mon, 5. Jan 04, 04:46
x4

Post by DeadlyDa »

Hey there Vayde! Thought I'd drop by and say thanks to Observe for the targeting mod.

I just logged an hour or so on our old X3R/DDTC mod, just to verify a few things...and to be honest it is still a great gaming experience.

Rebirth is of course a very different type of game, but hopefully as Ego brings more features online, and us "modder types" start filling in the gaps, it will be just as rewarding a gaming experience.

...catch ya on IM later.
killerog
Posts: 3464
Joined: Fri, 28. Oct 05, 16:31
x4

Post by killerog »

Wow has been along time since I last saw you around here balogt. Good to see you popup again :)
Image
User avatar
hannahb
Posts: 67
Joined: Fri, 31. Aug 07, 13:33
x3tc

Post by hannahb »

Targeting with external camera, saaweeeet!
User avatar
Observe
Posts: 5326
Joined: Fri, 30. Dec 05, 17:47
xr

Post by Observe »

Thank you everyone for your feedback, suggestions and kind words! I apologize for not responding sooner.

Due to other obligations, I won't be able to do much more with this for the time-being. Hopefully the mod can be useful to some in its current state.

Part of the reason I created this, was to provide examples of some of the things that can be accomplished with Mission Director code. Anyone is free to take this further if desired.

Thanks. :)
User avatar
euclid
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 13486
Joined: Sun, 15. Feb 04, 20:12
x4

Post by euclid »

Awesome work Observe, hope you are able to rejoin us soon :-)

Cheers Euclid
"In any special doctrine of nature there can be only as much proper science as there is mathematics therein.”
- Immanuel Kant (1724-1804), Metaphysical Foundations of the Science of Nature, 4:470, 1786

Return to “X Rebirth - Scripts and Modding”