Jump to content

tomm434

Account closed
  • Posts

    132
  • Joined

  • Last visited

Reputation

0 Neutral

Nexus Mods Profile

Profile Fields

  • Country
    None
  1. You need to unset her from being player teammate when you fire her. AmataRef.SetPlayerteammate 0Then everything should be fine. (event with special TTW scripts which hide her companion menu)
  2. I'm not back in the way you think. YAY now you can mark NPC. http://s6.postimg.org/ln51v7kml/Fallout_NV_2015_10_18_14_54_30_970.jpg
  3. Folks, I need a betatester - someone responsible who has monitor with aspect ratio of 16\9 (1600\900, 1920\1080) or at least NOT 16\10 (like I have.) to start the mod and capture video with a couple of screenshots. Then change some values in MCM menu and do the same again. Please PM.
  4. It depends on how neat it would look. And where markers should be located? On the top of the head or at the body level? I don't know what would be better and I have doubts about that it will look nice. I'll make some tests. I just made feature to set your own color for markers and text (all RGB range) and noticed fps drop from 75 to 66 when having all 10 markers on the screen (which is noticeable when you move and keep in mind that my game is almost mod-free) so now I'm trying to optimize scripts. which is a priority.
  5. Testudini, Yes this mod definitely is not about just quest objectives anymore. You can specify how many markers you want for objectives and how many for custom ones. http://s6.postimage.org/j8zoo46ct/Fallout_NV_2015_10_17_00_46_09_577.jpg Next I'll see if I can make it work on people so you can mark anyone. (that can be tricky and I'll need custom icons for that) Still if anyone wants to help with graphics (make custom icons for markers) or designing mod page (so it looks neat - I always have problems with that) I'll appreciate any help. Just PM me. And another thing - I really thought this mod would slowdown the game but it doesn't! At least when I activate 10 markers at the same time I still don't experience lag (thought I play without ENB and my PC specs are too much for FalloutNV and I my game is not heavily modded)
  6. Thanks.Visual Quest Markers is a cool name. Right now I'm considering name "Screen markers". Because these markers are not necessary belong to the quest.
  7. Check pm! Also does somebody know what name should I give to the mod? I'm out of ideas.
  8. Here they are http://s6.postimg.org/61vzzzpkd/Fallout_NV_2015_10_15_00_28_54_623.jpghttp://s6.postimg.org/pz1x8y8fh/Fallout_NV_2015_10_15_00_29_08_811.jpghttp://s6.postimg.org/6soq5rrxp/Fallout_NV_2015_10_15_00_29_22_471.jpg
  9. I don't need to change it - I need to return a value for the mod.
  10. And also you can set your own markers and switch off objective markers in case you don't want some of them displaying. http://www.dailymotion.com/video/x39n4hw
  11. Hello everyone! I need to know screen resolution on every game load I tried: GetNumericIniSetting "iSize W:Display"But it didn't work. I also tried extracting it from XML menu, I created menu object (in HUDMainMenu) in which I story screen width and height <text name="MGSMScreenRes"> <visible> &false; </visible> <x><copy src="screen()" trait="width"/></x> <y><copy src="screen()" trait="height"/></y> </text> let MGSMain.fResolutionXOriginal := GetUIFloat "HudMainMenu/MGSM_HUD/MGSM_Sheesh/MGSMScreenRes/x" let MGSMain.fResolutionYOriginal := GetUIFloat "HudMainMenu/MGSM_HUD/MGSM_Sheesh/MGSMScreenRes/y"But on game load I receive different values - My resolution * 1.06 ==(1526x954) (mine is 1440x900). I have no idea how this is going to work in different monitors.. Please help?
  12. Here are objective markers just like in MGS5. Video http://www.dailymotion.com/video/x39jl1a_falloutnv-2015-10-13-23-02-42-367_videogames http://s6.postimage.org/j4due1bn5/Fallout_NV_2015_10_13_23_08_10_972.jpg http://s6.postimage.org/q9090t8a9/Fallout_NV_2015_10_13_23_08_21_498.jpg Coming soon (as soon as NVSE 3e beta comes out I think they'll be ready for release) Meanwhile I would welcome some help (if one thinks they can do better shape of markers and is willing to make icon 64x64) I will be able to add them (user will be able to switch between them in MCM menu).
  13. Nevermind figured it out somehow Final code: </image> <image name="Lunette_BlackScreen"> <visible> <copy src="io()" trait="_Lunette_BlackISFX" /> </visible> <filename> blacktexture.dds </filename> <depth> 21 </depth> <x> <copy src="screen()" trait="width"/> <sub src="me()" trait="width"/> </x> <y> <copy src="screen()" trait="height"/> <sub src="me()" trait="height"/> </y> <height> <copy src="screen()" trait="height"/> </height> <width> <copy src="screen()" trait="width"/> </width> <Depth>0</Depth> </image>And yet another question - Can I make image or text dissapear (not just vanish instantly) without using Alpha tag?
×
×
  • Create New...