:moo:
for example I’ve .so files… Can I run my mod under Windows?
and when I have only .dll files in my mod… Can I run it under Linux?
Must I’ve both files? (dll + so) ? I can’t compile mod under windows and I don’t know what I have to do ?
:moo:
for example I’ve .so files… Can I run my mod under Windows?
and when I have only .dll files in my mod… Can I run it under Linux?
Must I’ve both files? (dll + so) ? I can’t compile mod under windows and I don’t know what I have to do ?
Linux can´t handle dll
Windows can´t handle so
So compile both , and you can run it in both os…
and also to allow client running a pure server u must pack ui_mp_x86.dll/.so and cgame_mp_x86.dll/.so in your distributed pk3, else ET will switch back to etmain dll/so
hmm
when I put only so or dll files ET replace both type of files ?