-
Posts
81 -
Joined
-
Last visited
Everything posted by z4x
-
Just realized I posted it in wrong section, if some moderator is reading this please move it to mod authors section: https://forums.nexusmods.com/index.php?/forum/380-nexus-feedback-and-talk/
-
Title alone is self explanatory. What part you don't understand?
-
Exactly, let me block whoever I want from MY COMMENT PAGES, just like you can block mod authors by writing their name.
-
The functionality clearly wasn't built around "reasoning" in the first place. When "A" posts anything on "B's" comment page then "B" can block him for no reason. People abuse this system because they lose nothing, as long as they don't post on their main account no one can ever block them back.
-
Not sure if you realize but some modders are also users, and having multi account (user, modder) is not officially allowed.
-
I can block some other author from all of my content and still have access to all of his mods even though he can't download mine. The same thing happens other way around, its really demotivating working on mods knowing the fact someone who blocked me from his mods can still use mine. Looks like the biggest oversight in the history of this site? Possible solutions: If mod author "A" blocks mod author "B" from his content, make it automatically block author "B" from "A's" content Remove comment requirement for content blocking (currently you can't block someone if he hasn't commented in your files) Remove comment requirement for reverse-blocking only (requires you to be already blocked by other author) TL;DR: If I block someone from all of my content I shouldn't be able to download theirs.
-
Rather than 1000 downloads make it 1000 endorsements. :)
-
Not huge fan of these changes, navigation top bar is barely visible, notifications have no thumbnails, mod tracking is moved (couldn't even find where). I really liked that the site theme was blue for Skyrim, green for Fallout4 etc, now it's all gone and looks like mobile webpage.
-
More games in Donation Points store and minor changes
z4x replied to Dark0ne's topic in Site Updates
Good decision with one key per account! It will result in less tiny pseudo mods uploaded on separate pages for the sole purpose of DP farming and selling SkyrimSE keys. -
Does anyone know if it's possible to add more Top-Level dialogue topics to vanilla NPCs that have their 4-dialogue scenes defined already? And have my new topic infos to be displayed alongside the vanilla ones in Skyrim style? Especially using XDI mod: https://www.nexusmods.com/fallout4/mods/27216? which unlocks more lines? Example: 1. (vanilla) How do you feel about us? 2. (vanilla) That's all for now. 3. (vanilla) We should go our separate ways. 4. (vanilla) Thoughts? 5. (new) Some custom dialogue
-
These are mostly cosmetic mods, why they had to update Skyrim.exe (thus breaking SKSE) for that?
- 12 replies
-
- sse
- creation club
-
(and 1 more)
Tagged with:
-
It's true for Fallout's version (F4SE), but SKSE is like 10-20 times bigger and can take much longer to update.
-
OnPackageStart/End/Change Events Never Called
z4x replied to CriusX's topic in Fallout 4's Creation Kit and Modders
If that's the case, it would be possible to set up a RegisterForRemoteEvent call on the actor.Did anyone try either of these solutions? RegisterForRemoteEvent or attaching directly to Actor? -
OnPackageStart/End/Change Events Never Called
z4x replied to CriusX's topic in Fallout 4's Creation Kit and Modders
OnPackageChange() OnPackageStart() OnPackageEnd()These 3 events are bugged for me as well, definitely it's not something on your end. But I was testing them on RefAlias too so possibly they only work on Actor script (in Skyrim they worked fine on everything btw). -
SSE Is OnUnequipped event still bugged in SE?
z4x replied to z4x's topic in Skyrim's Creation Kit and Modders
The only thing needed is to attach this script to any armor in CK, equip it on follower then re-enter Whiterun: ScriptName OnUnequippedTest extends ObjectReference Event OnUnequipped(Actor akActor) Debug.Trace("OnUnequipped is fixed!") endEvent If "OnUnequipped is fixed!" gets printed in log, its fixed. Would check it myself, but I don't have the whole modding setup for SE (still deciding if its worth to switch). -
SSE Is OnUnequipped event still bugged in SE?
z4x posted a topic in Skyrim's Creation Kit and Modders
Does anyone know if non-player actors are still unequipping items when changing cells (OnUnload) without sending OnUnequipped event? It has been fixed in Fallout4, I'm curious about Special Edition? -
Its much better, it shows more mods on main page and it doesn't look like 2005 site, finally.
-
Hey, since you probably have it disassembled already, would you mind telling us if SSE is really FO4 engine with Skyrim assets or its just 64 bit compilation of old Skyrim with some modifications like some people say? It would clear a lot of misunderstandings we see these days.
-
Does anyone know what are they used for? Also I couldn't find any papyrus functions related to them, like GetLinkedAlias similarly to GetLinkedRef. Is there any usage example?
-
"In light of recent changes to the official Bethesda forums" I noticed there is something wrong with official forums - mods section is dead, but what happened exactly? (been semi-afk for several months...)
-
Do you guys have some list of most popular suggestions that is available for public? I would like to send more feedback (is it even possible after initial survey?), but don't want to spam you with similar ideas.
-
Since most lighing mods are focusing on interiors, and my problem is disgusting exterior lighting, im looking for mod that changes it eventually. My main problem is lack of "environment lighting" that makes parts character (the ones not directed at sun) pure black. Something similar to this screenshot: - http://home.arcor.de/skalpadda/scrn/skyrim_1.jpg The only known to me thing that fixes it is ENB (bloom, smart shadowing and environment lighting), but its kinda overkill for my PC. Is there any alternative? (I tried every single .ini shadow related option as well as premade templates - nothing fixes that specific issue)
-
Thanks, exactly what I needed. Would give you +rep but havent found such function :(
-
If I add some guy to friends then I see he added me back (in his profile activity tab). Does it mean that he was online or could it be done automaticly? like some auto-accept friends feature? Sorry for dumb question, but its kinda important for me ;)