SaneEngineer / No-Grass-In-Objects-NG

NGIO ported to AE
MIT License
32 stars 5 forks source link

The grass cache process wont start #6

Closed goober442 closed 2 months ago

goober442 commented 2 months ago

I'm honestly at a loss. All of the right settings are enabled in the mod's TOML and I have the PrecacheGrass.txt file in Skyrim's root folder. Unfortunately the game keeps starting as normal. Any help at all would be highly appreciated.

SaneEngineer commented 2 months ago

Could you please post your toml and NGIO-NG.log. Thank you.

goober442 commented 2 months ago

I will when I'm next able to access my computer. I did look for the NGIO log at some point though and was not able to find it where it was supposed to be.

Shira0ri commented 2 months ago

yeah caching starts normally on 1.0.8, but on 1.0.9, it only started, said that caching was done, and closes without actually caching anything.

AllstaRawR commented 2 months ago

@goober442 Maybe I'm understanding this wrong, but are you saying that you expect to launch the game normally, through SKSE, and it will just start caching? I did not know that was an option. I was using the MO2 plugin from the original NGIO here to generate grass cache, modified slightly as seen here. Do I not need to use a MO2 plugin and the DLL actually takes care of this on its own? Screenshot 2024-04-20 075350

jsghines commented 2 months ago

@goober442 Maybe I'm understanding this wrong, but are you saying that you expect to launch the game normally, through SKSE, and it will just start caching? I did not know that was an option. I was using the MO2 plugin from the original NGIO here to generate grass cache, modified slightly as seen here. Do I not need to use a MO2 plugin and the DLL actually takes care of this on its own? Screenshot 2024-04-20 075350

If the game sees a PrecacheGrass.txt file in the root folder, it will automatically run the grass caching process on game launch. I also tried modifying the script but it has issues with the NG version, it will only randomly render some of the worldspaces and then erroneously claim it's finished.

goober442 commented 2 months ago

Could you please post your toml and NGIO-NG.log. Thank you.

grass control.txt

Here it is, I had to transfer the contents of the TOML into a text document since Github wouldn't let me send the TOML itself. Theres still no log though.

SaneEngineer commented 2 months ago

Sorry for the confusion, the change in config comes with an issue, Skip-pregenerate-world-spaces and Only-pregenerate-world-spaces need to be on the same line, otherwise only the first worldspace will be read.

SaneEngineer commented 2 months ago

@goober442 Can you check C:\Users\YOUR_USERNAME_HERE\Documents\My Games\Skyrim Special Edition\SKSE\skse64.log and see if NGIO-NG.dll shows up in the log.

goober442 commented 2 months ago

Sorry for the confusion, the change in config comes with an issue, Skip-pregenerate-world-spaces and Only-pregenerate-world-spaces need to be on the same line, otherwise only the first worldspace will be read.

Alright I'll try that, thank you.

goober442 commented 2 months ago

Sorry for the confusion, the change in config comes with an issue, Skip-pregenerate-world-spaces and Only-pregenerate-world-spaces need to be on the same line, otherwise only the first worldspace will be read. How should they look on the same line exactly? And when I copy one and move it to the other's line do I delete the original?

SaneEngineer commented 2 months ago

For reference look at Skip-pregenerate-world-spaces. The line should look like this with the semi-colons separating the world spaces. Also makes sure to remove the quotation marks around the worldspace with version 1.0.9 or 1.0.10. Only-pregenerate-world-spaces = DLC2ApocryphaWorld;DLC01Boneyard;WindhelmPitWorldspace

goober442 commented 2 months ago

@goober442 Can you check C:\Users\YOUR_USERNAME_HERE\Documents\My Games\Skyrim Special Edition\SKSE\skse64.log and see if NGIO-NG.dll shows up in the log.

It doesn't.

goober442 commented 2 months ago

I may have to try this with MO2 and see if it is just an issue with vortex. Its likely i've messed up somewhere in this installation but for the life of me I cant figure out what.

goober442 commented 2 months ago

Well i've made progress, the process starts but then instantly ends. I just had to install 10.9.

goober442 commented 2 months ago

Alright, deleted the skip-pregenerate-world-space and only-pregenerate lines, the process seems to start like normal. Didn't see anything in the grass folder, but I will try again. Thanks for the help so far everyone.

goober442 commented 2 months ago

I've successfully generated a pre cache. I had to delete those two lines to do so. It's likely it was just an issue with me so i'm sorry if I wasted your guys time. Anyway, since the issue has been resolved I will be closing this.