niv
niv
Reactions
-
Re: nwsync feedback & discussion thread
@Severum You have two approaches here. You can use your webserver mechanisms to throttle client transfer rates. Look up "ratelimit" in your web server documentation. It'd be best if you pic… (View Post)1 -
Re: nwsync feedback & discussion thread
@TheCapulet Requires adding the zstd library to the package and writing the necessary code to support targeting it. Why are you so intent on zstd for the serverside repository? @NotFitForPurpose The … (View Post)Post edited by niv on2 -
Re: nwsync feedback & discussion thread
The "documentation" for the per-file format is here: https://github.com/Beamdog/nwsync/blob/master/private/libupdate.nim#L134 The tooling only uses zlib because that was easiest. :) I didn'… (View Post)2 -
Re: I wish I had a tool to translate a module
Well, your .mod contains texts stored under language ID 2, which is the german codepath. Even if the text itself is in french. (View Post)2 -
Re: I wish I had a tool to translate a module
[4294967295]{2: "Syrthe, Office du recrutement, 1er Útage"} 2 Is German. You're only adopting languages 0 and 1. See languages.nim here: https://github.com/niv/neverwinter.nim/blob/master/n… (View Post)1