Jump to content

AFGMAlpha

Premium Member
  • Posts

    22
  • Joined

  • Last visited

Nexus Mods Profile

About AFGMAlpha

AFGMAlpha's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator Rare
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. How does one go about keeping armor they used in a mod retain the tint override (in this case, I used Steel) when I package a mod and distribute it? I have it currently working fine for myself, but my friend downloaded the mod and the armor changed color when it was rescaled from a vendor (went from Steel to Veridium and became darker). I'm assuming I have to stick the tint I used in the mod itself somehow? Any help would be appreciated. Edit: Figured it out I guess, I had to also include these in my Builder to Player Package creation.
  2. Yeah I did, one of the pages on the wiki said BioWare used 0-1 million, so I went with 100075. Thank you very much for all the help, I'll be sure to give thanks on my mod page (so scrubs like me can send you PMs for help lol). :)
  3. I do not, just OpenOffice and I just got done trying multiple ways of creating the .GDA file with no luck. I'd appreciate it, thanks. Downloading GDApp now while I wait. EDIT: Think I made one correctly myself, gonna test it now and see if it works. EDIT 2: Loaded up my save in the previous area to the Templar Quarters and didn't get any displayfloaty messages, then I entered the Templar Quarters and had "storage script running" or whatever and then under it "storage chest created", each only once. Checked to see if the armor stand was there, it was and I could get the items from it. DID I WIN, COACH?!
  4. Alright, when I use OpenOffice and drag the file on ExcellProcessor.exe, the window pops up for a split second, goes away and I get nothing. When I used Google Docs, I get some sort of error and tells me to press a button to close it.
  5. Got a link for it, but when I drop "PRCSCR_afgm_armor1.xls" file on the ExcellProcesssor.exe, I don't get a .GDA file or anything. Nevermind, supposedly ExcellProcessor doesn't like OpenOfficeCalc lol I'll try Google Docs
  6. Not sure if I'm understanding this correctly, but I basically want to make the example from here (with my script name and correct area), then toss it in the ExcellProcessor.exe and place it in my module's override folder?
  7. http://forums.nexusmods.com/index.php?/topic/853171-optimizing-modscript/
  8. Continuing from here (as suggested by mcgoy) since my mod is working now, just trying to optimize the mod/script. ----- Going to do the displayfloaty test now, PRCSCR or Plot looks like a good way to go. EDIT: Ran around on another character that was outside the tower and the message appears most of the time unless I went into a conversation, then it'd be gone, but for the most part, the message would just be over my head between 2-6 lines.
  9. Tomorrow sounds good, thank you for all the help today. :D
  10. 'Single Player' was selected under 'Hierarchy'. Ran the mod and it worked; container was in the correct spot, items were in said container and items were obtainable from container. I also ran the mod without anything having 'Plot' flagged like the original did. Also while I was trying the mod, "storage script running" was always above my head, is this a good thing? lol
  11. 1. I made a new module and used your suggestion, mainly because I don't want my mod to conflict with anyone else's. 3. Made sure my new script is selected for this. 5. Didn't touch the script for my container this time, left it alone. 6. So it should look like this then? Or do I also replace the "TAL_RESOURCE_IP_STORAGE_CHEST"? //const string TAL_STORAGE_CHEST_SPAWNED = "TAL_STORAGE_CHEST_SPAWNED"; const string AFGM_ARMOR1_CONTAINER = "afgm_armor1_container"; const resource TAL_RESOURCE_IP_STORAGE_CHEST = R"afgm_armor1_container.utp"; void main() { object oMainControlled = GetMainControlled(); object oChest = UT_GetNearestObjectByTag(oMainControlled, AFGM_ARMOR1_CONTAINER); //DisplayFloatyMessage(oMainControlled, "storage script working", FLOATY_MESSAGE, 16777215, 30.0); if (!IsObjectValid(oChest)) { location lSpawn = Location(GetArea(oMainControlled), Vector(148.77, 117.68, -0.94), 0.0); CreateObject(OBJECT_TYPE_PLACEABLE, TAL_RESOURCE_IP_STORAGE_CHEST, lSpawn); //DisplayFloatyMessage(oMainControlled, "storage chest created", FLOATY_MESSAGE, 16777215, 30.0); } }
  12. Indeed it is. Yeah, I'd like to learn to do more than just making armor and putting it in a chest, but for now I'd like to get it to work properly and find out what I did wrong with it.
  13. I went and remade the whole mod, I'll let you know how it goes and I look forward to seeing what you find in my mess of a mod B2B, I think it might of just been some sloppy mistakes on my part.
  14. Its the only thing that got my chest to open finally, unless I changed something by accident and didn't see it. I'm uploading it now to my mod page. EDIT 3: Looks like my friend is running into the same problem with it not opening after I uploaded it, if that didn't fix it, I'm not sure what to do as I was comparing each option on the chest to another from a different mod and they matched. It was a simple chest to use for storage in camp, hopefully that doesn't make too much of a difference. Friend still can't get the placeable to open for him, I even tried changing the model to an armor stand and still nothing.
×
×
  • Create New...