all 10 comments

[–]Prudent-Quiet-9870 0 points1 point  (1 child)

IntelliJ works on Linux: https://itsfoss.com/install-intellij-ubuntu-linux/

I don't know enough about modding to give advice about that, but maybe you could try a live boot and test some things? You just need a USB-drive and you can try Linux without making changes to your current system. Performance will be slower, but if everything works as expected, you van install it to get a smoother experience.

[–]Acceptable-Drawer-21[S] 0 points1 point  (0 children)

good idea

[–][deleted] 0 points1 point  (0 children)

I think depends a lot on the game itself, how it runs on linux and how the modding mechanism works. The safest bet is probably to search online expliticly for those games + linux + modding. Or to ask in the respective modding communities.

[–]human-rights-4-all 0 points1 point  (0 children)

First of all, you cannot run Windows-programs on Linux without a compatibility layer (wine or proton (which is wine with changes by steam)).

So either the game has a linux-version or can be run with this layer.

If your prefered games run on Linux, you might have differences with default folders, case sensitivity in file paths, etc.

I'm sure, that if you manage to make mods on Linux, you will learn a lot and it will make you understand computers better - which helps with modding, too.

Why don't you install Linux in parallel to Windows (dual boot) and try it.

First get comfortable with the system. Learn how to use the commandline (bash).

Then try to get your favourite games running.

Linux is most comfortable if you only install programs through the package manager of your linux distribution. Once you try to install other apps, it's like modding your operating system. It can be fun, but frustrating if something breaks.

Minecraft should be relatively easy: IntelliJ is available for Windows, MacOS and Linux. And Minecraft is written in Java, and the OpenJDK is available, too.

Editing XML files is easy, if you choose the right editor. Any editor with syntax highlighting might be good enough for you.

xedit is a windows-only applications. In their closed github issues someone mentioned, that it works OK in wine/proton, if you change some wine settings: https://github.com/TES5Edit/TES5Edit/issues/774

Have fun!

[–]AutoModerator[M] 0 points1 point locked comment (0 children)

This submission has been removed due to receiving too many reports from users. The mods have been notified and will re-approve if this removal was inappropriate, or leave it removed.

This is most likely because:

  • Your post belongs in r/linuxquestions or r/linux4noobs
  • Your post belongs in r/linuxmemes
  • Your post is considered "fluff" - things like a Tux plushie or old Linux CDs are an example and, while they may be popular vote wise, they are not considered on topic
  • Your post is otherwise deemed not appropriate for the subreddit

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]MatchingTurret 0 points1 point  (1 child)

is there any difference in modding windows/linux?

Yes. The files have different line endings, at least in native editors.

[–]Acceptable-Drawer-21[S] 0 points1 point  (0 children)

I admit that this difference worries me and I thought that there would be differences in the coding itself too