Jump to content

OLD - SCR Locked Thread (Do Not Use)


Recommended Posts

Posted

I can't use leveled items because they're random. There's no way to force the list to place every item in the list into the vendor's container. While that works for the vanilla game, SexoutStore is intended solely to allow the player to buy Sexout stuff and having a random chance of what they're looking for simply not being there due to bad lack would defeat the purpose.

Posted

I don't think BunX etc should be entirely in Sexout Store alone. They have a rightful place in the levelled lists of medical vendors, at least. Not all merchants, but doctors should have 'em.

Posted

I think it would make sense to at least prevent them from appearing if you aren't running the appropriate mod, like the store, pregnancy, or lust. Initially (I thought) SCR was supposed to be a resource for other mods right? Not just adding stuff "all over" the game world itself..

Posted

I think it would make sense to at least prevent them from appearing if you aren't running the appropriate mod' date=' like the store, pregnancy, or lust. Initially (I thought) SCR was supposed to be a resource for other mods right? Not just adding stuff "all over" the game world itself..

[/quote']

 

Fair point - an ismodloaded in the script that adds them to the levelled lists would be good.

 

As to SCR adding some stuff vs. being 'just' a resource: I agree SCR should take care not to overreach, but on the other hand, if you're like me & hit your esp limit rather early, you kinda cringe at the thought of every small functionality - like adding bunx to medical levelled lists - requiring a brand new esp...

Posted

I think it would make sense to at least prevent them from appearing if you aren't running the appropriate mod' date=' like the store, pregnancy, or lust. Initially (I thought) SCR was supposed to be a resource for other mods right? Not just adding stuff "all over" the game world itself..

[/quote']

 

Fair point - an ismodloaded in the script that adds them to the levelled lists would be good.

 

As to SCR adding some stuff vs. being 'just' a resource: I agree SCR should take care not to overreach, but on the other hand, if you're like me & hit your esp limit rather early, you kinda cringe at the thought of every small functionality - like adding bunx to medical levelled lists - requiring a brand new esp...

I would expect pregnancy to do that, since it's the only mod in which bunX makes sense. If an alternative comes along.. then it could add it to the list as well, no?

Posted

I would expect pregnancy to do that' date=' since it's the only mod in which bunX makes sense. If an alternative comes along.. then it could add it to the list as well, no?

[/quote']

 

Well, yeah, doesn't much matter which mod does the adding, as long as it's not a new one :)

Posted

I would expect pregnancy to do that' date=' since it's the only mod in which bunX makes sense. If an alternative comes along.. then it could add it to the list as well, no?

[/quote']

 

Well, yeah, doesn't much matter which mod does the adding, as long as it's not a new one :)

 

Right.. I always thought that was the "point" of SCR. Add records to an ESM that other mods can use, but don't "touch" the game world. IMHO it's been slipping away from this goal WRT perks, this new NPC in freeside or wherever, etc. These things in the leveled lists have been there a long time, I just didn't really notice them until now because I never get to play.. ;)

Posted

SCR needs Sexout.esm to be present or the game will crash. You need both downloads from the Sexout OP. You can't just pick one.

Posted

In game, the Fortress CuntJack, Fortress Restraints and other similar items' textures are missing. The Vault APFI SkinSuit is also coming up as the missing texture icon (the big red exclamation mark). Yes, I tried toggling ArchiveInvalidation and re-installing, but nope, no texture.

Posted

The ! does not mean missing textures. It means missing meshes. Please read the OP and download the "requirements you really should install before complaining about stuff not showing".

Posted

Yeah, entirely my fault, what I did was, under the Required downloads for SexoutStore where it said BDSM stuff and Julia Chang, I only download the Julia Chang because I thought the both were in the one file. Downloaded the data.7z, fixed it, thanks.

Posted

APFI Skinsuit is still mishing the texture, checked I have everything.

 

Edit: Fixed it, sorry, I really need to read things twice.

Posted

I would expect pregnancy to do that' date=' since it's the only mod in which bunX makes sense. If an alternative comes along.. then it could add it to the list as well, no?

[/quote']

 

Well, yeah, doesn't much matter which mod does the adding, as long as it's not a new one :)

 

Right.. I always thought that was the "point" of SCR. Add records to an ESM that other mods can use, but don't "touch" the game world. IMHO it's been slipping away from this goal WRT perks, this new NPC in freeside or wherever, etc. These things in the leveled lists have been there a long time, I just didn't really notice them until now because I never get to play.. ;)

Yeah fair enough, it makes sense, I added the Perks because I felt they could be checked against by other plugins then, but hadn't figured they would be harder to hide, unlike items that just appear when added, I added Jentai because I needed a REF to include her in scripts, I'll start moving the adding of stuff to pregnancy, and see what I can do to make it so stuff can be turned off if Pregnancy isn't detected.

Posted
I can't use leveled items because they're random. There's no way to force the list to place every item in the list into the vendor's container. While that works for the vanilla game' date=' SexoutStore is intended solely to allow the player to buy Sexout stuff and having a random chance of what they're looking for simply not being there due to bad lack would defeat the purpose.[/quote']

Ahha, fould Formlists of those be better for you then you wouldn't have to update the Store inventory as stuff was added it could be done in SCR as it's added, Only thing that it may need is a check that mesh packs are installed for Lady Outfit, Ghost Suit etc, no sure how you do that currently as we are tring not to have the esp loaded.

 

All the Pregnancy related ones like BunX, FertX & BunAway are actually already added by the Pregnancy ESM. The others like STD kits, Condoms etc, I think may stay, maybe dependant on the Disease slider being active. I will probably create a slider for Drugs like Diseases for the TranqX & NoDoze. Will have to get Chase to Add LustX stuff from Lust I guess, I was hoping to test it a bit more once I get Pregnancy back on track.

 

Sorry guy's, I'll try reign in the Meglomania a bit :)

 

New Update 20120829.1:

 

Changed Sexout perks to Non-Playable

 

Removed a heap of LevelledList/FormList additions of Drugs, Special Ammo etc.

Posted

Or you can make an activate event on a container so that everytime it is open it will empty itself and recreate the inventory from a list. Heven't tried with a vendor's container though.

Posted

I think what I'll do is empty the vendor containers and re-fill them every time the Player enters the cell. After I teach myself how to loop through a FID list, that is.

Posted

I think what I'll do is empty the vendor containers and re-fill them every time the Player enters the cell. After I teach myself how to loop through a FID list' date=' that is.

[/quote']

 

additem on a list adds 1 of each member of a list. So just do:

container.removeAllItems

container.addItem FormList NumberToAdd

 

By the way you should set ownership of SexoutStoreVendContHArmorREF to SexoutStoreNPCHArmor and the whole cell (or cells now) should be owned by SexoutStoreFactMain I think.

Doing so solves the issues of items appearing on the wrong vendor list for me.

Posted

What I don't get is why the game asks for a specific container if it's just going to have the vendor sell everything in the cell anyway.

 

Regarding the faction owner of the cell, I thought I had that set... But on further investigation I obviously do not. Oops.

Posted

What I don't get is why the game asks for a specific container if it's just going to have the vendor sell everything in the cell anyway.

 

Regarding the faction owner of the cell' date=' I thought I had that set... But on further investigation I obviously do not. Oops.

[/quote']

 

As far as I know you can sell from any container that you own. The one listed in your NPC form might be a leftover from Oblivion and/or Fallout3

Posted

That's incredibly dumb. What if I want something marked as owned but I don't want it sold. How am I supposed to do that? Or do I just have to not clutter cells?

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...