Necesse

Necesse

View Stats:
Alexandre76 Aug 27, 2023 @ 10:58am
idea for a Mod maker ???
I wonder if anyone else got this idea of a Mod maker for Necesse , like for Making Mods Easier ??? just asking about it.
Last edited by Alexandre76; Sep 3, 2023 @ 12:59pm
< >
Showing 1-15 of 15 comments
ShuFlngPu Aug 28, 2023 @ 12:48pm 
Originally posted by Alexandre76:
I wonder if anyone else got this idea of a Mod maker for Necesse , like for Making Mods Easier ??? just asking about it.
New in v. 0.21.27
If you are just starting out modding, you can skip this section.
In version 0.21.27 and forward, the game has changed the Java runtime environment it used. If you try to launch the game with the old runtime environment, you may run into crashes or other problems. You can download the runtime currently being used here. To help with compatibility, the language level is still version 8. In IntelliJ, you can change your JDK and language level by going to File -> Project Structure... -> Project. Make sure that Gradle is also using the correct JDK by going to File -> Settings -> Build, Execution and Deployment -> Build Tools -> Gradle -> Gradle JVM. The example project has been updated to use this new Java and Gradle version.

Getting started and example project
To get started on modding, there is an official example project you can download, found on Github. It includes basic stuff like adding items, tiles, objects, monsters, recipes and more. It also includes build tools using Gradle to easily compile and structure your mod so that it can be read and loaded by the game, as well as development tools like loading your in-development mod, so that you can upload it to the Steam Workshop when complete.

Modding tools
An integrated development environment (IDE). For example Intellij IDEA Community which is free.
A Java development kit. The game is built using Adoptium Java17, which you can find here but for compatibility reasons is still only using language level 8. If you are using the Intellij IDE, this is not needed as a JDK is already included in it. Make sure you are using language level 8 by going to File -> Project Structure... -> Language Level.
An image editing tool, like pixel art editors Asesprite or Pyxel Edit.
An audio editing tool, like Audacity or REAPER.

Unfortunately, the wiki is all there is for making mods for this game but its easily possible to get source and modify from Unity and the like. imo; if you want to do this, I think it would be helpful and a great boon to the game.
Alexandre76 Aug 29, 2023 @ 10:35am 
Originally posted by ShuFlngPu:
Originally posted by Alexandre76:
I wonder if anyone else got this idea of a Mod maker for Necesse , like for Making Mods Easier ??? just asking about it.
New in v. 0.21.27
If you are just starting out modding, you can skip this section.
In version 0.21.27 and forward, the game has changed the Java runtime environment it used. If you try to launch the game with the old runtime environment, you may run into crashes or other problems. You can download the runtime currently being used here. To help with compatibility, the language level is still version 8. In IntelliJ, you can change your JDK and language level by going to File -> Project Structure... -> Project. Make sure that Gradle is also using the correct JDK by going to File -> Settings -> Build, Execution and Deployment -> Build Tools -> Gradle -> Gradle JVM. The example project has been updated to use this new Java and Gradle version.

Getting started and example project
To get started on modding, there is an official example project you can download, found on Github. It includes basic stuff like adding items, tiles, objects, monsters, recipes and more. It also includes build tools using Gradle to easily compile and structure your mod so that it can be read and loaded by the game, as well as development tools like loading your in-development mod, so that you can upload it to the Steam Workshop when complete.

Modding tools
An integrated development environment (IDE). For example Intellij IDEA Community which is free.
A Java development kit. The game is built using Adoptium Java17, which you can find here but for compatibility reasons is still only using language level 8. If you are using the Intellij IDE, this is not needed as a JDK is already included in it. Make sure you are using language level 8 by going to File -> Project Structure... -> Language Level.
An image editing tool, like pixel art editors Asesprite or Pyxel Edit.
An audio editing tool, like Audacity or REAPER.

Unfortunately, the wiki is all there is for making mods for this game but its easily possible to get source and modify from Unity and the like. imo; if you want to do this, I think it would be helpful and a great boon to the game.

What i mean be "Mod Maker" is something like a tool for the person to make the Mod easier than Before even if Github is Useful not everyone have the Knowledge of Java, C+ ,Lua script, but i think a Tool for Creating mods is the best choice.
maybe with Visual coding ?
ShuFlngPu Aug 29, 2023 @ 3:27pm 
Originally posted by Alexandre76:
Originally posted by ShuFlngPu:
New in v. 0.21.27
If you are just starting out modding, you can skip this section.
In version 0.21.27 and forward, the game has changed the Java runtime environment it used. If you try to launch the game with the old runtime environment, you may run into crashes or other problems. You can download the runtime currently being used here. To help with compatibility, the language level is still version 8. In IntelliJ, you can change your JDK and language level by going to File -> Project Structure... -> Project. Make sure that Gradle is also using the correct JDK by going to File -> Settings -> Build, Execution and Deployment -> Build Tools -> Gradle -> Gradle JVM. The example project has been updated to use this new Java and Gradle version.

Getting started and example project
To get started on modding, there is an official example project you can download, found on Github. It includes basic stuff like adding items, tiles, objects, monsters, recipes and more. It also includes build tools using Gradle to easily compile and structure your mod so that it can be read and loaded by the game, as well as development tools like loading your in-development mod, so that you can upload it to the Steam Workshop when complete.

Modding tools
An integrated development environment (IDE). For example Intellij IDEA Community which is free.
A Java development kit. The game is built using Adoptium Java17, which you can find here but for compatibility reasons is still only using language level 8. If you are using the Intellij IDE, this is not needed as a JDK is already included in it. Make sure you are using language level 8 by going to File -> Project Structure... -> Language Level.
An image editing tool, like pixel art editors Asesprite or Pyxel Edit.
An audio editing tool, like Audacity or REAPER.

Unfortunately, the wiki is all there is for making mods for this game but its easily possible to get source and modify from Unity and the like. imo; if you want to do this, I think it would be helpful and a great boon to the game.

What i mean be "Mod Maker" is something like a tool for the person to make the Mod easier than Before even if Github is Useful not everyone have the Knowledge of Java, C+ ,Lua script, but i think a Tool for Creating mods is the best choice.
maybe with Visual coding ?

I see what you are sayin I think. Itd probably be best in visual and click and drop kind of format id think. IDK tho, at some point theyll have to be interested in code to code ya know?
Ive seen modlet makers that present the info like, "Here is moddable equipment", "Here is where you can edit mobs" "How to change color for 'new' mobs, ect. Not for this game but, might be a good idea for what youre potentially up to?
Alexandre76 Aug 30, 2023 @ 8:24am 
Originally posted by ShuFlngPu:
Originally posted by Alexandre76:

What i mean be "Mod Maker" is something like a tool for the person to make the Mod easier than Before even if Github is Useful not everyone have the Knowledge of Java, C+ ,Lua script, but i think a Tool for Creating mods is the best choice.
maybe with Visual coding ?

I see what you are sayin I think. Itd probably be best in visual and click and drop kind of format id think. IDK tho, at some point theyll have to be interested in code to code ya know?
Ive seen modlet makers that present the info like, "Here is moddable equipment", "Here is where you can edit mobs" "How to change color for 'new' mobs, ect. Not for this game but, might be a good idea for what youre potentially up to?

Well first thing that i would like to begin Modding for the First time be using Visual Script or this tool even help some People begin the Visual Script For Modding who's know what they would do after that.
Alexandre76 Aug 30, 2023 @ 4:31pm 
Originally posted by Alexandre76:
Originally posted by ShuFlngPu:

I see what you are sayin I think. Itd probably be best in visual and click and drop kind of format id think. IDK tho, at some point theyll have to be interested in code to code ya know?
Ive seen modlet makers that present the info like, "Here is moddable equipment", "Here is where you can edit mobs" "How to change color for 'new' mobs, ect. Not for this game but, might be a good idea for what youre potentially up to?

Well first thing that i would like to begin Modding for the First time be using Visual Script or this tool even help some People begin the Visual Script For Modding who's know what they would do after that.

Even if Fair that his Name ? see this i don't thing he will make a tool for Modding Necesse.
ShuFlngPu Aug 31, 2023 @ 2:16am 
Originally posted by Alexandre76:
Originally posted by Alexandre76:

Well first thing that i would like to begin Modding for the First time be using Visual Script or this tool even help some People begin the Visual Script For Modding who's know what they would do after that.

Even if Fair that his Name ? see this i don't thing he will make a tool for Modding Necesse.
If he does, great!
If he gets into it and realizes its wayyyyy more work than he thought, so be it. Still a good idea.
Fair  [developer] Aug 31, 2023 @ 2:41am 
It is a good idea. But I think it's a bit too much work right now :)
Alexandre76 Aug 31, 2023 @ 7:01am 
Originally posted by Fair:
It is a good idea. But I think it's a bit too much work right now :)

Is there someone Else with you Making the game ?
Fair  [developer] Aug 31, 2023 @ 7:11am 
Yea, I have got a few helping me now :)
Alexandre76 Aug 31, 2023 @ 7:14am 
Originally posted by Fair:
Yea, I have got a few helping me now :)

i Think You can keep the Idea of the Tool for Creating mods for Necesse and make it later if you want of Course.
TITOMOSQUITO187 Aug 31, 2023 @ 9:43am 
It will come. Most times other gamers make mod tools well before the developer has time to. With so many updates, and stuff, modding can become a nightmare for a game. So it is better to wait for the updates to slow way down before going full board in modding. Terraria didn't even implement modding, and start using the Workshop until a couple years ago. tMoidLoader, which I am pretty sure started as a community manager.
Alexandre76 Aug 31, 2023 @ 12:38pm 
Originally posted by TITOMOSQUITO187:
It will come. Most times other gamers make mod tools well before the developer has time to. With so many updates, and stuff, modding can become a nightmare for a game. So it is better to wait for the updates to slow way down before going full board in modding. Terraria didn't even implement modding, and start using the Workshop until a couple years ago. tMoidLoader, which I am pretty sure started as a community manager.

Sure about terraria Idk why they didn't make a mod Tool yet maybe later or even the Mcreator Studio can make a tool for Terraria because Terraria have Less Code thing than Minecraft or something like i forgot how it's called.
MoonLifer Sep 2, 2023 @ 2:49am 
Oh I thought any ideas for modders... Because I thought of some sort of world editor.
Also I have seen a conversation in tModloader Discord about IDE, but most of the people had opinion that you better learn how to code yourself than use any programs which will do it for you. The exception was for some utils, code helpers and other extensions.
Alexandre76 Sep 2, 2023 @ 4:20am 
Originally posted by MoonLifer:
Oh I thought any ideas for modders... Because I thought of some sort of world editor.
Also I have seen a conversation in tModloader Discord about IDE, but most of the people had opinion that you better learn how to code yourself than use any programs which will do it for you. The exception was for some utils, code helpers and other extensions.

Ah yes first thing is that Some People want to begin their Journey on Coding and making content easily, after that if they interested in Modding they will probably learn by himself.
ShuFlngPu Sep 2, 2023 @ 12:57pm 
Originally posted by Alexandre76:
Originally posted by TITOMOSQUITO187:
It will come. Most times other gamers make mod tools well before the developer has time to. With so many updates, and stuff, modding can become a nightmare for a game. So it is better to wait for the updates to slow way down before going full board in modding. Terraria didn't even implement modding, and start using the Workshop until a couple years ago. tMoidLoader, which I am pretty sure started as a community manager.

Sure about terraria Idk why they didn't make a mod Tool yet maybe later or even the Mcreator Studio can make a tool for Terraria because Terraria have Less Code thing than Minecraft or something like i forgot how it's called.
Its mostly because mod tools are alot of busybody work.
As an example, ordering all the configs into a visual representation means you have to go, find the exact file path, name and its case sensitive. Find the exact line of the config you want to mod, have it search the text, change the exact line to another exact line,
Then you have to find a spot for them in your program, then you have to configure the app for all the choices.

Its easy to say- very busybody repetitive labor. Then do that over 100x and you get the idea of how much time these things can take.
Then if the dev changes config location or directory or even the line thats being modded; modlet breaks. lol
Last edited by ShuFlngPu; Sep 2, 2023 @ 1:01pm
< >
Showing 1-15 of 15 comments
Per page: 1530 50

Date Posted: Aug 27, 2023 @ 10:58am
Posts: 15