Jump to content

[REL] NandoCrypt - File Encryption Resource


Recommended Posts

  • 4 weeks later...
Posted

I downloaded it and started using it. It didn't take me that long to figure it out. It's pretty cool. Thanks for your hard work!

Two things.

1: It would be nice to add an entire folder with files instead of having to type them individually.

2: I have something like this in another replace script to set lod distance:

if ( existsCol ) then
                col = engineLoadCOL(colPath)
                engineReplaceCOL ( col, id )
                engineSetModelLODDistance(id,500)      -- This
            end

I'm not sure if that fits within the theme of your script to have that, but I thought I'd mention it because I would personally need that lod.

Posted (edited)
13 hours ago, Nixon said:

I downloaded it and started using it. It didn't take me that long to figure it out. It's pretty cool. Thanks for your hard work!

Two things.

1: It would be nice to add an entire folder with files instead of having to type them individually.

2: I have something like this in another replace script to set lod distance:

if ( existsCol ) then
                col = engineLoadCOL(colPath)
                engineReplaceCOL ( col, id )
                engineSetModelLODDistance(id,500)      -- This
            end

I'm not sure if that fits within the theme of your script to have that, but I thought I'd mention it because I would personally need that lod.

Thanks for the feedback. I appreciate the suggestions.

1. I will investigate if scanning an entire folder for file names is possible/viable. It would indeed be useful.

2. The replace script is very basic. I'm looking to improve it soon very shortly. I'll see if I can include a setting for Model LOD Distance in it and also in newmodels-example which could also use it. 

Edited by FernandoMTA
Posted

Thank you for the update. I finally got around to replacing the older version in my server. The updated version works well. Each model can have it's own LOD. Very nice.

  • Like 2
Posted
17 hours ago, Nixon said:

Thank you for the update. I finally got around to replacing the older version in my server. The updated version works well. Each model can have it's own LOD. Very nice.

You're welcome. I'll remain open to suggestions!

  • 2 years later...
  • 9 months later...

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...