By The Way this is not just fixing a bug or code I thought this was the correct tag/channel.
So I am working on a game and I am creating my own rom system and while I was creating this rom system I also make a command line thingy that works on the Roblox Studio edit mode. It have commands like studfect -syc
which updates the modules. its mostly just a system to manage packages and have commands to install and delete and other stuff its more like a kernel for the EZROM system(the rom system i am working on for privately). The rom system is different than the command line system. Ik the rom system is just an open source library or just a tool but I don’t know what to clarify the command line system as, for now I just named it studcommands, as the name stud is my new roblox account and commands to represent the commands that are built in.
And another question is, Is the rom system and command line system even worth working or just pointless?
3 Likes
How does this system work exactly? Do you have links to the sources of the modules and load them with a function when the command is called? Can you give us a showcase?
It is super alpha as there is only 2 commands that work
The plans is like to create a windows like terminal for the Roblox Studio Edit Mode (not play testing or anything) just on Edit Mode
![image](//devforum-uploads.s3.dualstack.us-east-2.amazonaws.com/uploads/original/5X/1/f/e/1/1fe1dce52230188c45c5f3005cb9a962d1363c9e.png)
If I run that command in the command line in edit mode, it will check and update if the version of the rom is not updated
![image](//devforum-uploads.s3.dualstack.us-east-2.amazonaws.com/uploads/original/5X/f/6/2/b/f62b0d505370b4b757dee6621acb4da23e7190fa.png)
Here this time I changed some code and the version so it would update
Sounds cool, can you explain it further though? How does updating work?
1 Like
The command line system is like part of the ezrommanage, it like intergraded ezrommanage won’t work without command line and command line won’t work with ezrommanage. I am thinking of making the command line its own thing.
So the command line has the latest version inplace and if that versions(with the versions of the ezrom module) don’t match it will load the module and replace the old one, the command line module won’t be found anywhere as it is loaded in anytime it needed, so it will always be the latest version
Nice, so why did you create this ROM? Are you using it for other projects or just a hobby thing? Or a showcase?
Its a combination of a hobby and for other projects, this ROM system is to make it easy to use modulescripts like a boot loader instructions for Read Only Memory
Well if it’s beneficial for your projects, then you can keep developing and using it. I see absolutely no problems with this. If you ever finish it in the future, you can even release it on GitHub if you wish.
1 Like
Yea sure that sounds like a great Idea thank you!