STEAM GROUP
Special K - "Kaldaien's Mod" Special☆K
STEAM GROUP
Special K - "Kaldaien's Mod" Special☆K
373
IN-GAME
2,859
ONLINE
Founded
May 23, 2016
Language
English
All Discussions > Development > Topic Details
 This topic has been pinned, so it's probably important
Kaldaien Jan 20, 2018 @ 1:52am
Special K - v 0.9.24 [Obsolete] - (10/30/18)
This thread is obsolete (4/12/19)
    Please refer to the 0.10.0 thread instead


Release History

For the latest version of a game-specific mod and how to install, see below:

General Special K:

    Branch=Testing
    7/17/18
    v0.9.23[github.com]
    New CPU / HDR Toys
    6/4/18
    v0.9.21[github.com]
    D3D11 Smart Capture for Steam Screenshots
    3/29/18
    v0.9.10[github.com]
    Cumulative updates for FFXV + Ni No Kuni 2

    Branch=Latest
    5/16/18
    v0.9.20[github.com]
    Added D3D11 Shader Parameter Editing
    4/30/18
    v0.9.19.1[github.com]
    Compat Updates + Ys VIII Plug-In
    4/14/18
    v0.9.17[github.com]
    Rewrote performance critical sections of MinHook
    4/13/18
    v0.9.16[github.com]
    Added VRAM residency to D3D11 Texture Cache widget
    4/10/18
    v0.9.15[github.com]
    Optimized System Call Hooks: NtUser*
    4/8/18
    v0.9.14[github.com]
    June 2010 DirectX Dependencies Removed
    4/6/18
    v0.9.13.3[github.com]
    Added CPU thread profiling widget
    4/3/18
    v0.9.12[github.com]
    Ni no Stutter Built-in to Global Injector
    3/30/18
    v0.9.11[github.com]
    Compatibility Updates
    3/7/18
    v0.9.8[github.com]
    Rate-limit SteamAPI in FFXV to reduce hitching
    3/6/18
    v0.9.7[github.com]
    Various ReShade Fixes
    3/5/18
    v0.9.6[github.com]
    Final Fantasy XV Launch Tweaks
    3/3/18
    v0.9.5.3[github.com]
    Multimedia Class Scheduling
    2/28/18
    v0.9.4.2[github.com]
    Auto-Update and Startup Performance Improved.
    2/21/18
    v0.9.3[github.com]
    Fixed all known issues with auto-update
    2/20/18
    v0.9.2[github.com]
    Multi-threading performance boost
    2/18/18
    v0.9.1.4[github.com]
    Unordered Access Texture Caching (needed for FFXII)
    2/10/18
    v0.9.0[github.com]
    First official 0.9.x release


Development Plan

0.9.0 is moving the project out of its current feature building phase into feature consolidation. That is, ensuring the texture and render mod features in D3D11 and D3D9 use a common codebase and trying to extend these features to GL.

I also want to modularize the core, breaking everything into tasks -- don't need / want texture modding? Disable that task, and have fewer potential compatibility issues with third-party software.

Fleshing out the command console with a complete set of variables to control most features is also planned, since they make the macro feature introduced in 0.8.x much more powerful.

I will actually write some real documentation for stuff as well -- imagine that :P
Last edited by Kaldaien; Apr 12, 2019 @ 6:22pm
Originally posted by Aemony:
This thread have been locked due to being obsolete.

Please move all further discussions over to the new thread:

Special K - v 0.10.0 - <Coming Soon> - [HDR and Simplicity For the Masses]
< >
Showing 1-15 of 11,950 comments
Aemony Jan 20, 2018 @ 4:18am 
Modular! Documentation! Tasks!

We're heading into an interesting direction, although I hardly look forward to the multitude of issues we're bound to hit on the way.
Kaldaien Feb 10, 2018 @ 10:52am 
NOTE to Alpha / Beta testers

Remember to change your Special K install branch back to Testing or Latest (Main). The alpha/beta branch is dead now and will be removed in a few months.
masterotaku Feb 10, 2018 @ 10:56am 
Documentation will be great. I sometimes forget some commands or settings and it takes time to find them again. Subscribing to the thread, and congratulations on the new version :).
Kaldaien Feb 10, 2018 @ 12:02pm 
Yeah, documentation is going to be a big undertaking, but needed.

I wish I were joking when I said I suspect 80% of the people using this software don't know more than 20% of its features :)

Documentation will extend way beyond what you probably think of with this mod. It will cover the systems I use for auto-update, DLC management, multi-part .7z patching, etc. I want to open all of that up, and let users distribute their own mods using SKIM64.exe.

So, stuff's going to slow down, yes, but a lot of features that only I could use in older versions of the software will become open for everyone to use.
masterotaku Feb 10, 2018 @ 1:14pm 
Good news for the next version of my FFXII fix (do you mind if I talk about this stuff, Kal? Well, if you like the game I assume that you're interested):

http://u.cubeupload.com/masterotaku/FFXIITZA016.jpg

No more black bars in cutscenes! And that screenshot shows that it disables all letterboxing even in ultrawide monitors (I assume the same could be true for triple monitors, but I can't test that). Edit: the only drawback is that some faint shadows are enlongated to the bottom, in the zone where the black box was supposed to be. I suppose the game didn't care about rendering things correctly in that part of the screen.

There were two responsible pixel shaders. One that is usually for the minimap elements, and another dedicated black bars shader (that's why I didn't detect that it was fixable until now).

The condition for black bars disabling (after pressing the hotkey) is that color must be pure black for all three components. That way I can avoid disabling other things. The translucent black text box when speaking with NPCs disappears too.

I'll upload this tomorrow, presumably. I'm finishing some touches for 3D, which is almost perfect now.

Edit 2: ugh, I have way too many hotkeys. I have to clean up that mess and organize it better.
Last edited by masterotaku; Feb 10, 2018 @ 1:16pm
masterotaku Feb 10, 2018 @ 2:56pm 
Also, I've just modified the F5 hotkey to toggle tone mapping correctly. So it won't break other effects anymore. I'm not sure if I'll include it in my "h" preset. Tone mapping gives a more contrasty feel in general, but it can make character models and some textures more... dull. Or maybe it's just darker.
Last edited by masterotaku; Feb 10, 2018 @ 2:59pm
Kaldaien Feb 10, 2018 @ 3:05pm 
I offered to make a floating widget full of key combos a while back, nobody seemed interested :)

On a more serious note, there are things I plan to do in Special K to ease this kind of stuff. Triggering and visually displaying key combo states for third-party software would be pretty simple.

If you're going to use a zillion button combos rather than some kind of UI, you probably are going to want 3DMIgoto to add hotkey banks or something like that :P

I don't anticipate ever needing this in Special K, because I have a UI with buttons and sliders and tigers oh my.
masterotaku Feb 10, 2018 @ 3:13pm 
Originally posted by Kaldaien:
Triggering and visually displaying key combo states for third-party software would be pretty simple.

That's something I've been requesting for 3Dmigoto for some time (maybe it'll come soon enough. There is more text now when reloading or dumping shaders). Like being able to show on-screen the state of hotkeys when you press them, because currently I have to count number of presses on my head, or reset everything to make sure I have the correct state in some hotkey.
Kaldaien Feb 10, 2018 @ 3:15pm 
That's no good. 3DMigoto is really advanced software, I can't understand why it can't visually display the state of certain things? :-\

I know I have it easy with ImGui, but if I needed to, I could add a little status line like you'd see in vi or emacs with the most important state listed in simple text :)
Kaldaien Feb 10, 2018 @ 6:24pm 
Whose genius idea was it at Square Enix to store 2.5 GiB crash dumps in FFXII?!

    No, I'm not sending you those logs

For filling up my entire disk with crash logs, I intend never to send you one again.
Erebus Feb 10, 2018 @ 6:30pm 
Originally posted by Kaldaien:
Whose genius idea was it at Square Enix to store 2.5 GiB crash dumps in FFXII?!

    No, I'm not sending you those logs

For filling up my entire disk with crash logs, I intend never to send you one again.
If anyone has as shitty of internet as I do it would be nigh impossible to even submit those.
HolyDeath3000 Feb 10, 2018 @ 7:39pm 
Originally posted by Kaldaien:
Whose genius idea was it at Square Enix to store 2.5 GiB crash dumps in FFXII?!

    No, I'm not sending you those logs

For filling up my entire disk with crash logs, I intend never to send you one again.
I had 2 of those. You just realized about those crash logs? Its all over the discussion thread in FFXII Zodiac Age section :D

Good news is my game stopped crashing in a way that it no longer triggers those crash dumps XD
Last edited by HolyDeath3000; Feb 10, 2018 @ 7:41pm
Aemony Feb 10, 2018 @ 7:49pm 
What the hell is going on with window mode gaming in Windows 10? I've heard recently of worse performance while playing in window mode since Fall Creators Update, but have been unable to experience something similar since I practically never play at window mode.

However today I played Dragon Ball FighterZ in window 1920x1080 on my 1080 Ti, and at times the game starts stuttering along at 45-50 FPS for no apparent reason at all, with low CPU and GPU usages across the board.

This with a card that is capable of playing it at 8K 60 FPS while in exclusive fullscreen mode... >_<
HolyDeath3000 Feb 10, 2018 @ 8:25pm 
Originally posted by Aemony:
What the hell is going on with window mode gaming in Windows 10? I've heard recently of worse performance while playing in window mode since Fall Creators Update, but have been unable to experience something similar since I practically never play at window mode.

However today I played Dragon Ball FighterZ in window 1920x1080 on my 1080 Ti, and at times the game starts stuttering along at 45-50 FPS for no apparent reason at all, with low CPU and GPU usages across the board.

This with a card that is capable of playing it at 8K 60 FPS while in exclusive fullscreen mode... >_<
LOL my 970 at 1533Mhz plays Dragon ballz at 1080p solid 60 fps with no stutters. Do you have the settings set correctly for it?
ponpat Feb 11, 2018 @ 12:24am 
Originally posted by Kaldaien:
Yeah, documentation is going to be a big undertaking, but needed.

I wish I were joking when I said I suspect 80% of the people using this software don't know more than 20% of its features :)

Documentation will extend way beyond what you probably think of with this mod. It will cover the systems I use for auto-update, DLC management, multi-part .7z patching, etc. I want to open all of that up and let users distribute their own mods using SKIM64.exe.

So, stuff's going to slow down, yes, but a lot of features that only I could use in older versions of the software will become open for everyone to use.

I think you might be right here, but at the same time, I do not think everybody NEEDS the other 80%. I am perfectly fine with just FPS limiting, more control regarding fullscreen mode, seeing my FPS and your achievement notification. Everything else is rarely touched or was never touched and I think I do not need to ;)

But it is great that you will make it easier for people who want to use other features to use them. Just saying that not everyone will need to know the 80% ;)
< >
Showing 1-15 of 11,950 comments
Per page: 1530 50

All Discussions > Development > Topic Details