Jump to content

Compile Question


Recommended Posts

Posted (edited)

Sorted. If curious scroll down. 

 

(Don't know if this is in the right place as it's not really tech-support). 

 

So I compiled a couple of edited Apropos SE scripts. Green checkmark, A-OK. 

Apropos SE works out of the box. 

But after overwriting the old scripts with the edited scripts(pex), suddenly I get a warning in-game about Skyrim being out of date and the mod no longer working. 

This doesn't happen when I use the supplied PEX scripts, which I assume are the same as the Source-Scripts I am editing. 

 

The scripts compiled just fine, but does it matter WHAT I use to compile the scripts? I used PCA SE. 

I can also use a Notepad++ plugin to compile scripts. 

 

SHOULD I be using the Creation Kit for this exclusively? Or does it not matter and there's just an .esp change that needs to happen? 

 

Error Image in the spoiler: 
 

Spoiler

image.png.9285ee30f9cededc1b66a21b3ca98b7d.png

 

Edited by sinivii
Posted
4 hours ago, sinivii said:

But after overwriting the old scripts with the edited scripts(pex), suddenly I get a warning in-game about Skyrim being out of date and the mod no longer working. 

If you can post the exact warning (text or picture), someone might recognize what's happening.

 

4 hours ago, sinivii said:

SHOULD I be using the Creation Kit for this exclusively?

You don't have to.  I never compile with the CK.

Posted
13 minutes ago, Hex Bolt said:

If you can post the exact warning (text or picture), someone might recognize what's happening.

 

You don't have to.  I never compile with the CK.

I suspect the guy who ported Apropos 2 to SE might not have provided the correct source . . . 

 

Anyway good idea, gonna post it in the OP.  

 

image.png.9285ee30f9cededc1b66a21b3ca98b7d.png

 

 

Posted
1 hour ago, Hex Bolt said:

If you can post the exact warning (text or picture), someone might recognize what's happening.

 

You don't have to.  I never compile with the CK.

I fixed it. 

Did a quick compare between the provided source, and the source for the hentairim patch made by crajjjj and commented out these lines in Apropos2SystemConfig.psc

image.png.9915a30ddb398af858f809a87a9e4e1e.png

 

My edits work just fine now. 

Posted
15 minutes ago, sinivii said:

Did a quick compare between the provided source, and the source for the hentairim patch made by crajjjj and commented out these lines in Apropos2SystemConfig.psc

That is a legitimate check that you removed.  If your JContainers installation is missing, outdated, or not working, you'll have inexplicable problems when Apropos2 has trouble reading data.  You might look at the patch's value of minimumJFeatureVersion and that of your game's reported value JContainers version to see how different they are.

Posted (edited)
1 hour ago, Hex Bolt said:

That is a legitimate check that you removed.  If your JContainers installation is missing, outdated, or not working, you'll have inexplicable problems when Apropos2 has trouble reading data.  You might look at the patch's value of minimumJFeatureVersion and that of your game's reported value JContainers version to see how different they are.

Huh, sounds bad. Patcher took shortcuts or used a different method?  
Anyway, I found these in the original source files (not the patch ones). 

 

Int requiredJCAPIVersion = 3
Int minimumJCfeatureVersion = 0

Checked my own JContainers install to see which API version it was, says 4. 

Gonna re-enable the check and test this out. 

 

EDIT: 
Yeah that removed the message. Thanks for the pointer! 

Edited by sinivii
works

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...