Jump to content

ET Lua Modding


Zelly

Recommended Posts

Hello it is I the Zelly.

I am bored here so I figured I would reach out see if anyone is interested in assisting with some lua scripts for servers.
I do not have anything in particular in mind.

At the moment I am currently working on rewriting(sort of) my LESM into an api. Not really sure if calling it an api is correct terminology I mostly make up stuff. It's an api of an api!
The goal of my new project is to basically have drag and drop projects that are loaded by my api.
Primary reason for this is to not repeat all the basic coding and you can get right to the core of your project.

 

Example of a project loaded by my lua might look something like this
myproject/ - folder 

myproject.lua - main lua file for the project, access to custom callbacks/a huge amount of client/server/game functions

myproject/commands/ - folder of commands for the project

myproject/commands/mycommand.lua - command that could be easily customized to work with admin levels or override existing commands, and ability to add detailed help command information

 

Here is my LESM that became feature bloated and ran into a few roadblocks: https://bitbucket.org/zelly/lua-enhanced-server-mod/src

Here is my new project: https://github.com/Zelly/zapi which is sort of based of LESM but without the actual features just the code, if that makes sense.

If anyone is interested in helping me brainstorm functionality or help out or whatever let me know :^)

  • Like 1
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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...

Important Information

By using this site, you agree to our Terms of Use.