• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

[MODLETS] Friendly Trader Rekt, Traders Dawn to Dusk

Ricowan

New member
Friendly Trader Rekt

This is a very simple modlet that changes Trader Rekt's stance from Dislike to Like.  The result is that Rekt uses friendly dialog instead of being an @%$#, nothing else changes.

This modlet works on existing saves, no need to start new.

You can change the stance from "Like" to "Neutral" if you'd rather not have him be friendly.  Trader Hugh is neutral, for reference.

Download: FriendlyRekt.zip at GitHub

Traders Dawn to Dusk

Another simple modlet that changes the open and close times of all traders to dusk and dawn, since Trader Jen claims that's when they're open.

This modlet works on existing saves, no need to start new.

Download: TradersDuskDawn.zip at GitHub

 
Last edited by a moderator:
Same here. The link is not functioning. The error message has to do with SSL. I was able to successfully download it by opening a clean browser window, and copy/pasting the URL for the file. I now have the download and I look forward to using it.

 
Yeah, I had to copy the link to a new tab also, that worked.

Thanks for this. Some days I just can't handle that guy, this will make it so much better. :D  

 
Haha this is great.  I get many complaints about Rekt and this is just what's needed lol.  Thanks for this.

 
can you make Jen have Rekt's bad attitude, cause we all know a woman isn't that happy all the time lol
LOL  I'm sure it can be done, just change her stance from "Like" to "Dislike".

You can even change each trader's dialog somewhat, Jen has her own voice:  voice_set="trader_jen".  Take a look at npc.xml for their configuration.

 
Last edited by a moderator:
im no modder but i'll take a look

LOL  I'm sure it can be done, just change her stance from "Like" to "Dislike".

You can even change each trader's dialog somewhat, Jen has her own voice:  voice_set="trader_jen".  Take a look at npc.xml for their cofiguration.

 
Add this line to the npc.xml file in my mod:

    <setattribute xpath="/npc/npc_info[@trader_id='2']" name="stance">Dislike</setattribute>
 

 
Add this line to the npc.xml file in my mod:

    <setattribute xpath="/npc/npc_info[@trader_id='2']" name="stance">Dislike</setattribute>
 
so i gave this a shot, now jen acts like she is talking but she has no voice sounds now

rekt is working fine

this is what i have in your xml file

<configs>
    <setattribute xpath="/npc/npc_info[@trader_id='8']" name="stance">Like</setattribute>
    <setattribute xpath="/npc/npc_info[@trader_id='2']" name="stance">Dislike</setattribute>
</configs>

 
Last edited by a moderator:
Hmm, maybe they didn't give Jen the dislike voice acting.  :(   Sorry.

You added the code correctly, it just doesn't work as expected.

 
I can't click on the link, it'll open then auto close.

Maybe it's on Opera GX's side or what but when I copied the link and tried in Firefox it worked.

Maybe Opera GX doesn't like that site or something?

 
I've finally uploaded my modlets to GitHub and updated the upload links.  Hopefully this fixes all the link issues!

Added modlet to change the open/close times for all traders.

 
Back
Top