flibitijibibo / MonoKickstart

Kick start executable for running stand-alone distributed Mono applications
Other
73 stars 14 forks source link

Terraria 1.4 #8

Closed StephenLynx closed 4 years ago

StephenLynx commented 4 years ago

I've tried using this on terraria and I get this error when trying to run:

Corlib not in sync with this runtime: expected corlib version 149, found 36.

flibitijibibo commented 4 years ago

You did not update all the files. It may be better to wait until a proper patch is made by a developer (or modder).

StephenLynx commented 4 years ago

I just copied all the files from the precompiled directory and pasted over the ones I had. Was there anything else I should've done or those files just don't work with 1.4?

flibitijibibo commented 4 years ago

The kick file needs to be renamed to the main assembly name. Again, you probably will want someone who knows what they’re doing to put this together safely for you, throwing arbitrary files around is not a good idea.

StephenLynx commented 4 years ago

I should've rtfm'd tbh. Anyway, it worked and it improved performance by a reasonable margin.

StephenLynx commented 4 years ago

Now, there are 2 quirks that I'm observing:

1: the game won't launch if I use setsid steam -no-browser

2: the game takes a while to actually stop running when I exit.