• 0 Posts
  • 270 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle


  • Got to upvote this opinion, because it’s unpopular and wrong.

    I had a very long explanation ready but I didn’t feel like bothering people to read all this, so in short:

    Look up what suspension of disbelief is. Try to show empathy towards people who can immerse themselves into a game because it looks as realistic as possible. Accept that games are as diverse as other forms of art and understand that you are just showing preferences, that doesn’t mean the other form is wrong. Don’t pick something like CoD as a measure for anything other than pure greed.

    Large game publisher are not your friends, they only want your money. The realism approach isn’t wrong, it’s the consumers who buy the shit games. The graphics of the game don’t matter, it’s what companies can get away with and so they’ll repeat it.










  • I don’t understand the install instructions. I downloaded all the jars of step 2. Imported the folder into Visual Studio Code, checked that my Java Configuration is set to Java 17.

    And now “Main Class: com.joardanbunke.stripple_effect.StrippleEffect”

    What?

    I tried creating a launcher.json, but here I don’t know what to put into. With chatgpt I added some stuff like { “main class”: com.jordanbunke.stripple_effect.StrippleEffect"} and some more info like " classPathes": ${workspaceFolder}/lib/*" And saved it into .vscode folder.

    Edit: I got the StrippleEffect.java to no longer have red errors, but when I try task run it is missing a .settings fie in my roaming folder. I guess I made a mistake in the launcher.json.

    I guess I need to compile the .java to a jar? I created a tasks file in my .vscode folder and run Tasks: Run Build Task. But now it complains about missing packages.

    When running Tasks: error package com.jordanbunke.delta_times does not exist import com.joardanbunke.delta_time.OnStartup

    I tried to put the jars into the com\jordanBunke folder. No luck.