modding

    1. TheDerpGamerX

      [PvP and RP] Skies of Eden StarMade Server

      Join Skies of Eden! We are a fast growing server dedicated to giving our players the best StarMade experience! We have custom events and passive mining station scripts. We will have custom NPC factions complete with lore and custom scripted interactivity. Pirates and NPCs will call for...
    2. Benevolent27

      Server Admin Requests for Systems 2.0

      Hello! So I'm loving all the customization available in the chamber system, HOWEVER, I have a few suggestions here so that servers can start utilizing these features that you spent so much time creating for us! (Thank you by the way! :D) As a server admin, my focus is on providing unique...
    3. Benevolent27

      Wrapper 2.0 Requests - Some humble modder requests

      Ok, so I still completing a wrapper that I've been writing for quite some time. I call it "Wrapper 2.0". It has quests, events, and a plethora of unique commands only available on LvD. I would like to release a ton of new features when systems 2.0 is released, such as automated events where...
    4. Benevolent27

      Blueprint Download Detector - Wrapping Client-side - Linux

      So this is a pretty basic script for linux. It wraps the log file and looks for log entries regarding downloading a blueprint design to local. It tells you when it starts and when finished. I created this since the game doesn't seem to bother informing the player when a blueprint download is...
    5. Benevolent27

      SQL_Query.sh - Makes SQL Queries a breeze!

      What is it? It's a bash shell script that performs a SQL Query for you, reformatting the data in a much easier to read and parse way. It also has a bunch of added support to it for scripters, including custom wrapping of the data, a config file to store your presets into, and it does error...
    6. Benevolent27

      The StarMade World File and SQL Command Reference

      Good afternoon folks! So. the /sql_query command is HUGE, but you're not going to realize this till you know how to use SQL queries and also know what data is actually inside of the world file and also how FAST these queries are. So, to help the public out a bit, I wrote some how-to guides and...
    7. Centauri

      StarMade Advanced Decoratives : Nice, Efficent, Server-Side Pack (SAD Pack)

      Greetings fellow StarMade players! Today, I bring V0.1 of the StarMade Advanced Decoratives Pack! This adds many useful blocks for creating stations, colonies, and ships! Here are the blocks currently in the pack: As of V0.1, all modded blocks are shown in the build menu as their...
    8. Asypha

      Tutorial Video Suggestion: Creating Custom LoD Shapes.

      I'm not sure if this is the right place for this, or even something your team would like others doing, but it would be REALLY nice if there was a resource to reference, such as a video tutorial, on creating our own custom LoD shapes from Blender models. (Other programs would be fine, but...
    9. AngelSquad

      using a camera as a way to enter a shipcore

      I was fooling around with the BlockConfig file and i changed the camera to <Enterable>true</Enterable>, apparently this allows you to enter the ship like a second core, you can switch into flight mode and build mode, however you cant see any weapons you have installed and even though in build...
    10. WitherFireGaming

      How does one change the procedural backgrounds?

      I am aware you can edit the generic background to make a custom greenscreen or whatever you like, but where are the procedural backgrounds stored? I want to replace some of the textures with nice Hubble images or similar.
    11. Benevolent27

      Release Cycle - Phase 2 - Add a follow-up for modders

      Simply put Hello! This idea is to add a brief time-period to your development cycle. Following a release, create an official sticky thread asking the modders in the community what sort of features they might want to have in order to develop content for StarMade. Have this be a normal, usual...
    12. Benevolent27

      Open up the world database - Unleash the modders

      IN SHORT: Alright, so! This idea is for the devs to open up database access to modders. Basically have a version of StarNet that communicates with the StarMade server, performing a SQL query on a selected open database (such as the world file). There is a TON of useful information available...
    13. Benevolent27

      A few more scripter requests - Ability to tell the UID of ANY entity a player is in

      So I am making some support scripting for my wrapper and I noticed that I cannot easily determine the UID of an asteroid or planet part. I was able to do a workaround for the planet parts by comparing the astronaut's specific location within a sector to all of the planet parts in the same...
    14. Benevolent27

      A Scripter's Wishlist - For Future-Compatible Server Modding, creating Quests, Events, and More.

      So, I've spent a lot of time scripting and brainstorming for the LvD server, and I now have a quest engine up and running. Players can run a command, see their available quests for the day, and then start an instanced quest. I also have spontaneous events planned, random encounters with...
    15. Code North

      Nonlinar Power-consumption for Weapons

      I started to "mod" my bock-config (please tell me that counts as modding in this sub), dreaming to turn Starmade to somthing that it isnt, but i like it to be. So question is: <PowerConsumption style="buff" inverse="true" value="x" linear="true" /> Slaves allow for ajusting the power...
    16. Benevolent27

      Recognized by Council A Simple Suggestion about Modding

      My suggestion here is simple. For modding, just let us know what is currently possible and what is not, also show what next options may be opening up. I also suggest you present this information on a wiki page. This way people will not waste their time trying to do the impossible and can also...
    17. Benevolent27

      Read by Council Block Editor - Copy and paste existing blocks

      So, currently I think there is already a good basis for block creation and custom server settings. However, I think there can be be some work done on these, and I think a few additions of usability would really go a long way toward opening up their use. This is by no means a complete write-up...