ctenken

Newbie
Feb 14, 2018
41
72
could you tell me wich arguments did you use? I tried with -r but that did not even get all of the .js files let alone the images
I went through the game's code to get all of the links to each file the game uses and I put all the links in a file I called TiTSLinks.txt. I then ran wget using the options wget -x -i TiTSLinks.txt. There were about 4800 links that I found.
 
  • Like
Reactions: Lolicon Kami

Fikedever

Member
May 26, 2020
101
321
I just stated main differences between them.
I COULD have said something about "1" + 1 = "11" and "1" - 1 = NaN for JS and lack of GUI and proper support for important for game basic data types like unsigned integers for Java. But is non specialist in programming will understand all of it?
You could have said it has "gotchas" if you wanted to simplify it, but that doesn't really matter because I wasn't asking you to state more specific problems with JavaScript. I just don't think the JVM being slow is a difference between JS and Java.

Also, both don't support unsigned integers last I knew, (maybe V8 does some magic?) so that wouldn't be a difference?
I don't remember installing any additional java stuff with minecraft. Unless it does it all now?
.
They made us learn Java at uni for a beginners programing lecture. I don't know why they went with that but it entirely put me off programming.
It is a common intro language because it was very popular. It's also object oriented, which is/was a very popular programming paradigm. Businesses want people to know it so they can hire them.

I learned it in high school. I also started learning PHP web development on my own time before I touched Java, which is a significantly worse language. Luckily, neither made me stop programming. What was so bad about Java that it turned you off programming?
 

lavilao

Newbie
Nov 8, 2020
83
109
I went through the game's code to get all of the links to each file the game uses and I put all the links in a file I called TiTSLinks.txt. I then ran wget using the options wget -x -i TiTSLinks.txt. There were about 4800 links that I found.
You are a hero!
 
  • Like
Reactions: ctenken

GS523523

Member
Aug 23, 2020
126
461
I remember Savin promising to update the github after the JS port launched, has he given any updates on that?
I know he hates open source because he hates mods, so not expecting a positive answer.
 

lielie1212

Member
Nov 19, 2020
265
161
I tried to look for the answer to not repeat a question I have no doubt that was asked before but I need to know:
Can you bring your saves from flash to the new Java port?
Where are the save locations?
Is there an editor that works with Java?
 

hentaifelf

Member
Mar 26, 2018
349
525
you're asking if there's a save editor for a game that was released publicly on a new engine for about 2 weeks? no there is not.
 

hentaifelf

Member
Mar 26, 2018
349
525
alright i got bored, so what you want to do when you open your save to file with notepad or notepad++, press ctrl +f. search mod, it should bring up stuff like StrengthMod, HpMod, etc. money should be something like credits, idk since i used cheat engine when i bought stuff from the robot at first-14 (4 byte value). you can probably use cheat engine to modify your perk points and stuff like that if you didnt want to edit the file directly
 

Ausdric

Member
May 16, 2018
147
69
This question was most likely answered already, but I want to know if the java version has the same amount or less amount of content in comparison to the flash version. (the version number might give might be obvious but I might just be stupid)
 

TrickyL

Member
Aug 18, 2017
175
158
Was the original flash version written in Actionscript 2 or 3? Because Actionscript 3 is a variant of ECMAScript along with Javascript. May of been a factor in deciding with language to port to.
 

HarryHill99

Member
Dec 29, 2019
260
224
Ok, kind of confused by the OP. There are two links with two completely different version numbers. The thread seems to indicate 0.69.420 but then there is a link also for v0.8.159. Which one is needed or is the current one?
 

Heff_Wulf

Member
Sep 30, 2017
263
614
I remember Savin promising to update the github after the JS port launched, has he given any updates on that?
I know he hates open source because he hates mods, so not expecting a positive answer.
There have been many characters that have been abandoned and they snap at anyone who says to remove or finish them, modding would be great but if it did happen most mods would be hit with a DMCA as they have done so in the past and only allow mods they themselves have checked and approved, not really the freedom of modding.
 

Zarex

New Member
Aug 26, 2018
11
3
Ok, kind of confused by the OP. There are two links with two completely different version numbers. The thread seems to indicate 0.69.420 but then there is a link also for v0.8.159. Which one is needed or is the current one?
0.69.420 it java version. In developing now
v0.8.159 it flash version. Abandoned or paused?
 
  • Like
Reactions: HarryHill99
4.10 star(s) 64 Votes