Sherincall
Sherincall
Reactions
-
Re: Feature request: per-tileset overrides for global shaders
Even though this is tagged as "Feature request" and this is the Trello discussion forum, this is directly related to: https://trello.com/c/J2dEDD8o/8-improve-shader-support-for-content-crea… (View Post)3 -
Re: Suggestion: Release the Toolset's source code to the community
We've been asking BioWare for this, and BD since it was announced, but it still comes down to legal stuff. Any third party stuff BW incorporated came with a specific license that likely doesn't allow… (View Post)2 -
Re: NWN:EE Steam beta CPU performance
A single core maxed out and a GPU at 30% sounds about right for a high load area. 8fps is quite extreme though. I'm guessing the Xeon isn't used to crunching so much single-threadedness. Try disablin… (View Post)1 -
Re: How do you define RP/Action/Social tags?
Traditionally in NWN, Social has taken to mean 18+ server with a sexual connotation. I guess this was due to lack of an "Adult" tag, but that is what it means for a lot of people now. I wou… (View Post)1 -
Re: From script, can you tell if mod is single player or running on server?
From nwscript.nss: So, try: int IsSinlgePlayer() { return GetPCPublicCDKey(GetFirstPC(), FALSE) == ""; } (View Post)4