-
Posts
2,679 -
Joined
-
Last visited
-
Days Won
18
Everything posted by hishutup
-
CTD caused by Racemenu and nioverride.dll
hishutup replied to MartineV's question in Guide Support & Bug Reports (retired)
It may have been related to this but I dont know. -
Skyrim Revisited Pre-Release Feedback
hishutup replied to Neovalen's topic in Skyrim Revisited (retired)
It shouldnt matter because bashed patch load pretty close to last. The only time it does is when a plugin can accidentally overwrite other mods. -
Bathing in Skyrim... Two MCM Menus?
hishutup replied to MysticDaedra's question in Guide Support & Bug Reports (retired)
If you did the merge, then you have to disable the merged mods. -
GUIDE General Oblivion Support
hishutup replied to hishutup's question in Guide Support & Bug Reports
updating it... I think Oblivion will settle again soon. I also have no clue. I dont think I have tried oblivion on win 10 yet.- 459 replies
-
GUIDE General Oblivion Support
hishutup replied to hishutup's question in Guide Support & Bug Reports
hmm, if the game loaded a tad then its probably something with the fonts, revert them back to vanilla and see [Fonts] SFontFile_1=Data\Fonts\Kingthings_Regular.fnt SFontFile_2=Data\Fonts\Kingthings_Shadowed.fnt SFontFile_3=Data\Fonts\Tahoma_Bold_Small.fnt SFontFile_4=Data\Fonts\Daedric_Font.fnt SFontFile_5=Data\Fonts\Handwritten.fnt You may also have the same issue as the guy above. The only other thing I can think of is Steam being dumb. Are you launching it via the steam client? ...I really need to figure out something to do with this guide...- 459 replies
-
ENB Dots... Matrix
hishutup replied to MysticDaedra's question in Guide Support & Bug Reports (retired)
Don't thank me, thank manga. :P -
ENB Dots... Matrix
hishutup replied to MysticDaedra's question in Guide Support & Bug Reports (retired)
This may help https://forum.step-project.com/topic/8412-general-problems-with-enbs-and-solutions-troubleshooting/ -
Game crashes - memory block hits 26
hishutup replied to snoochems's question in General Skyrim LE Support
It would be beneficial to provide the log. People generally default to [Memory] DefaultHeapInitialAllocMB=768 ScrapHeapSizeMB=256 which is 512MB and 256MB effective -
Skyrim Revisited Pre-Release Feedback
hishutup replied to Neovalen's topic in Skyrim Revisited (retired)
Dlc version is here. Maybe this is even worth a look https://forum.step-project.com/topic/4975-skyrim-landscape-overhaul-by-c0331 -
SKYRIMLE Skyrim Landscape Overhaul (by C0331 AKA privata)
hishutup replied to phryxolydian's topic in Skyrim LE Mods
The edits are literally everywhere, I was originally going to ignore it if they are minor edits but they are actually very nice additions. The world fells like it has a little more substance now, like Oblivion. -
pack Weather and Lighting (by Smile44)
hishutup replied to Smile44's topic in Step Skyrim LE Packs (retired)
probably my sticky on the wao mod page. -
ACCEPTED Verdant - A Skyrim Grass Plugin (by Preeum)
hishutup replied to TechAngel85's topic in Skyrim LE Mods
I saw logical grass but from the screen shots it looks a little blocky or the screenshots are really bad. Regardless, it probably deserves its own topic for discussion :P -
TES5Edit Script Plugin Merge - Unresolved Reference Errors
hishutup replied to MadWizard25's question in General Skyrim LE Support
There is a known "bug" that is because of non-contingous plugins. For Example: A(being merged) B(not being merged) C(being merged) you'll notice that there will be several broken references. When merging its a must that you move all the plugins that are not being merged to the top of the LO. To 'fix' the example above, use this LO B A C This is still a bug in the Merge Plugins Standalone PreAlpha #504, major believes his new method will eliminate this issue. -
ACCEPTED Verdant - A Skyrim Grass Plugin (by Preeum)
hishutup replied to TechAngel85's topic in Skyrim LE Mods
Exactly, I had so many ideas but the engine is really strict on the number of paint that can be used in one quad. The clipping doesnt bother me but land tears and mismatched ground textures do. I was planning to make a mod that removed the road mesh and use the landscape but I would have to redo so many areas so that it stays under the 5 tex limit. -
pack A Real Explorer's Guide to Skyrim
hishutup replied to CJ2311's topic in Step Skyrim LE Packs (retired)
-
ACCEPTED Verdant - A Skyrim Grass Plugin (by Preeum)
hishutup replied to TechAngel85's topic in Skyrim LE Mods
This is what I ment unit userscript; uses mteFunctions; function Initialize: integer; var i: int; f,e: IInterface; begin f:=FileSelect('Select a file to remove LAND from:',false); for i:=0 to Pred(RecordCount(f)) do begin e:=RecordByIndex(f,i); if Signature(e) <> 'LAND' then continue; try RemoveNode(e) except on x: exception do begin AddMessage('Something went wrong, I dont really know what... but take this'); AddMessage(x.Message); end; end; end; AddMessage('If you so desire, you may want to clean the ITMs after the application is restarted.'); end; end. Of course this wont run unless you edit mteFunctions line: 1786 function FileSelect(prompt: string; newfile: boolean): IInterface; line: 1821 if newfile then cbFiles.Items.Add('-- CREATE NEW FILE --');EDIT: yes I know, use two spaces for tab but I dont really care :/ -
ACCEPTED Verdant - A Skyrim Grass Plugin (by Preeum)
hishutup replied to TechAngel85's topic in Skyrim LE Mods
This was something that wasnt really geared toward your question but the purpose is to change some of the landscape textures to nograss variants so that grass doesnt spawn, this is a vanilla feature but they definitely missed some spots. Me personally it causes a larger headache than its worth. -
SKYRIMLE Skyrim Landscape Overhaul (by C0331 AKA privata)
hishutup replied to phryxolydian's topic in Skyrim LE Mods
well, there was an update which covers tamriel. I really like this mod and it seems to do ok with ETaC and Custom Placed Trees Megapatch I suggest that you guys give this a look even though its probably not step-like. -
ACCEPTED Verdant - A Skyrim Grass Plugin (by Preeum)
hishutup replied to TechAngel85's topic in Skyrim LE Mods
btw, the grass clipper fix is really annoying because its easy to get tears in the landscape from other mods. I'll probably write an xEdit script to move them because there are a lot. -
SKYRIMLE Regional Snow and Ice (by HappyChappy)
hishutup replied to EssArrBee's topic in Skyrim LE Mods
Maybe a request from the author is in order because it seems like the downfall is the textures. I would like to see the psd uploads so that someone may make custom versions from another retex. -
SKYRIMLE Regional Snow and Ice (by HappyChappy)
hishutup replied to EssArrBee's topic in Skyrim LE Mods
I really liked the idea of this mods but the textures just dont look that great to me. I really wish that they were more defined. -
Serious HD Retexture... Seriously?
hishutup replied to MysticDaedra's topic in Skyrim Revisited (retired)
yeah, its a little strange and I doubt that any custom package would be viable. -
GUIDE General Oblivion Support
hishutup replied to hishutup's question in Guide Support & Bug Reports
The guide is horribly out dated. As for win10, theres a bug with the forced autoupdate, the nvidia drivers keep breaking and uses windows basic driver. Restarting may fix it but no promises.- 459 replies

