E.g.
General
Ideas for CS2D - READ THE FIRST POST (OP)!
Hajt:
attack and
attack2 return value:
hacked: It would be there already if it would work with the current Lua execution model - but it doesn't. Imagine you would have to wait for the server to respond (after it executed your Lua script) if the attack should be executed or not. Only after that you would actually see the attack (or not). That delay would be really annoying and is not acceptable for that reason.
DC I think that is acceptable.
DC Surelly, that will fuck the game.
hacked: You can also simulate that using timers and equip and strip commands.
DC: I'm tired of being constantly asking for the same thing, but I guess I'm not the only person who's in need of it. CS2D doesn't run .so libraries on Linux, so I'm begging you to please add LuaJIT. I can ensure you that CS2D is NOT going to break for replacing the Lua core with the LuaJIT core, it's the same code with some enhancements that make it faster, and better coders will be able to use the FFI library to develop tools which people needs, I have received messages of people asking me for help with such things but I always have to reply that I cannot help them. Most of the CS2D servers are running on a Linux machine and that's when it becomes essential to have a FFI interface whenever you can't run a Linux library, creating a DLL for windows is easy but what's the point if no one is going to use it?
Re: Ideas for CS2D - READ THE FIRST POST (OP)!
Starkkz suggestion.
Yates.
Starkkz. Also for Unreal Software enhancements (non CS2D), I think you should add built-in credits. So likes will get transferred to other accounts in the credits.
Starkkz: Reinforcement! (Bigger the better)
Starkkz has written
DC: I'm tired of being constantly asking for the same thing, but I guess I'm not the only person who's in need of it. CS2D doesn't run .so libraries on Linux, so I'm begging you to please add LuaJIT. I can ensure you that CS2D is NOT going to break for replacing the Lua core with the LuaJIT core, it's the same code with some enhancements that make it faster, and better coders will be able to use the FFI library to develop tools which people needs, I have received messages of people asking me for help with such things but I always have to reply that I cannot help them. Most of the CS2D servers are running on a Linux machine and that's when it becomes essential to have a FFI interface whenever you can't run a Linux library, creating a DLL for windows is easy but what's the point if no one is going to use it?
gotya2: surely everyone will know how to compile a library.