Jump to content

Compiler Collection for Interface.u


Recommended Posts

1 hour ago, Rolo said:

What exactly is your problem? I checked, all the files seem to be in place. Maybe there is a problem with the hosting itself? In any case, try downloading from Google: https://drive.google.com/file/d/1ob2k3DoD4ZX3AA2tclLpVYCzxIbFKaSE/view 
password: itrface

Miss understanding, 

It's up to salvation and I need the small update of salvation 152 protocol 

Link to comment
Share on other sites

  • 4 weeks later...
  • 11 months later...
22 minutes ago, YulRun said:

Anyone know if anything like this exists currently for any version of the Classic Client? Cheers.

 

i do have all compilers up to 388

Link to comment
Share on other sites

  • 2 months later...
  • 1 month later...
  • 3 months later...
  • 1 month later...
  • 2 months later...
  • 3 months later...

You have deleted a lot of things you need in the compiler. At least you deleted the strip command. To return the strip to normal operation, you need to return Editor.u, Fire.u. Editor.u is needed for the command, Fire.u for the Editor.u build. You also need to add them to UT2003.ini, example below:

[Editor.EditorEngine]
CacheSizeMegs=32

EditPackages=Core
EditPackages=Engine
EditPackages=Fire
EditPackages=Editor
EditPackages=NWindow
EditPackages=Interface

 

If you want to protect your code at least a little, use this command to build your interface.u, or any other unrealscript file you need.

 

To compile with the strip command, use the Make_Interface_Strip.bat file

Source Editor, Fire and Make_Interface_Strip.bat: Download

 

After the first build of Editor.u and Fire.u, you can delete the source code folders if they bother you, they are no longer needed for further work.

 

I use this command myself, though in a different compiler. I decided to share the fix because I was helping a friend with restoring this feature, as I was surprised that it didn't work for him. For this reason, that it uses a similar compiler, I decided to share the fix here.

Edited by emu-dev
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...