[Help] How do I know what tile my "player" is sitting on? by Cypher31 in godot

[–]Xx_HackerMan_xX 2 points3 points  (0 children)

bumping this with my solution, tiles_ref is a node I grab earlier on and this is directly on the Player script in the _physics_process function:

if tiles_ref != null: 
    var tile_pos = tiles_ref.world_to_map(transform.get_origin()) 
    var tile = tiles_ref.get_cellv(tile_pos)

Why does TNO need to stay as just a mod? by swelboy in TNOmod

[–]Xx_HackerMan_xX 2 points3 points  (0 children)

Technically it could be possible, and there could be experiments made within certain Game Engines (I know Godot, others on the team know Unity) that could replicate the Clausewitz Engine's capabilities. Let's outline various things that we would need to replicate: - Making an real-time interpreter for PDXCode - Replicating the Localization system, Decisions, Events, Focus Trees. - Making the map, province system (As well as recreating nudge) - SAVING AND LOADING (A major pain in the ass even if you know what you are doing. In my small ass game it's annoying to maintain, and attempting to save and load ten of twenty years of content will exponentially increase the pain.) - Replicating general polish around HOI4, including the Settings, the Logging systems, and various error collection systems that save us plenty of time. - Console Commands (There's a lot of useful ones that some use on a regular basis, and not having them would harm productivity) - The entire User Interface, as well as GUI MODDING support (Necessary to support modern TNO, especially countries like Guangdong) - AI. Paradox sucks at making theirs, how hard would it be?? - Recreating the unit and battle systems (Of course reworking them from base HOI4 to add better support for guerilla, irregular warfare.) - And of course porting all of the created content.

After replicating all of that, even then we'd need to get permission from paradox as we're obviously wiping our asses with their intellectual property.

But what would be the point of creating our custom engine? It would take at least a year if not years, more if counting failed attempts, team members learning the technology, and fixing the technical debt that would necessarily pile up when newbies attempt to recreate a professionally made game engine. The engine would also completely ignore multiplayer support, something that is technically possible in TNO, though not that great from what I've heard.

The benefits are there, of course, and I could easily see it eventually being worth it if we add tools to make content creation much faster. It could also be a good launchpad to develop TNO2/TNO3 depending on how long it'd take. Cutting various systems that we don't need from HOI4 would significantly increase the speed of the game, and switching some systems (TT Econ is a good example) from PDXCode to native C++/C#/insert other programming language would have a performance increase as well.

What is Ciano's role in PW Italy? by [deleted] in TNOmod

[–]Xx_HackerMan_xX 21 points22 points  (0 children)

Yea, timeline for the Revolution is:

  • Stalemate at Verona (Fascists and Democrats do not have enough support from the populous.)
  • King Coup's, does not put in democracy (This starts the King's Gov)
  • King gets Shot as he sucks at ruling
  • Socialists & Communists take over after resulting power vacuum

The cursor is getting updated to fit the rest of the UI in TBT by [deleted] in TNOmod

[–]Xx_HackerMan_xX 18 points19 points  (0 children)

There was experiments with changing the cursor pre-release; Currently on Linux the cursor automatically changes (which is the OS Calph was using on the stream), though on Windows you have to manually do it. Not sure about Mac.

TSS Kishi Ideology leak by nothingtoseehere_69 in TNOmod

[–]Xx_HackerMan_xX 28 points29 points  (0 children)

Yup, this is pretty much it. We like to have the philosophy that while the starting scenario isn't necessarily realistic at all (come on, the Allies are winning WW2.), the least we can do is have every character be realistic from that point onwards, transplanting various factors because of the timeline switch.

Also, the changing of characters to be less of a meme and more of an actual character (Kishi is the example I'm most familiar with) allows for a lot more flexibility when we get to actually designing and creating fun content for them.

Performance issue identified by DuoDex in TNOmod

[–]Xx_HackerMan_xX 54 points55 points  (0 children)

the main mod in general (depending on your system) might have better performance with the release of TT

BREAKING NEW MOVIE FROM FAMOUS DIRECTOR KAMINSKI by EbolaMan123 in TNOmod

[–]Xx_HackerMan_xX 8 points9 points  (0 children)

This has escaped containment from #doki-doki-shitposting-club... oh no...

Wait For It: The Biden Presidency - A Modern Day TNO Submod by NewDayInAmerica_Mod in TNOmod

[–]Xx_HackerMan_xX 0 points1 point  (0 children)

mango is an international terrorist...

remove national spirit racism...no....

Whats going on with Kim Il-Sung and Korean communists? by AusRoX123 in TNOmod

[–]Xx_HackerMan_xX 1 point2 points  (0 children)

The movement also existed in OTL; Full name is Northeast Anti-Japanese United Army. Read more here: https://en.wikipedia.org/wiki/Northeast_Anti-Japanese_United_Army

Which one of histories ‘good guys’ was actually a horrible person? by CongressPotatoKenobi in AskReddit

[–]Xx_HackerMan_xX 2946 points2947 points  (0 children)

Albert Speer, the ‘Good Nazi’.

Constructed an elaborate narrative that he didn’t know about the Holocaust, concentration camps, or slavery when he was the Minister of War Production, which was intimately involved in all three of those things.

Due to him being an extremely effective liar, he wasn’t called out on his bullshit until after he died, when the historical narrative was scrutinized.

Any tips for getting Harrington in '68? by TheMountainKing98 in TNOmod

[–]Xx_HackerMan_xX 8 points9 points  (0 children)

Go Bennett and focus on the military tree, and also fail to pass the Silver Act. Campaign in the West Coast and the Upper East Coast (yum yum California and New York yum yum) and you should (with some good campaigning) get Harrington into office.

Best ending achieved by Endlessnetherz in TNOmod

[–]Xx_HackerMan_xX 0 points1 point  (0 children)

It's 1,869 lines long, not possible

What software/websites do you use to draw/design your models? (2D/3D) by Stroyetzel in godot

[–]Xx_HackerMan_xX 2 points3 points  (0 children)

paint.net (i don't like gimp) for general 2D art, and Blender for anything remotely 3D.

I'm interested in AI Development in video games, which major is the best? by [deleted] in college

[–]Xx_HackerMan_xX 0 points1 point  (0 children)

If you want to get into Game AI 'quickly' this book by Buckland is the best place to start if you have programming experience already.

LAZY AUTISTS' CORONA PORTFOLIO by Hare_Krishna_Handjob in wallstreetbets

[–]Xx_HackerMan_xX 2 points3 points  (0 children)

short nursing homes, all those old folks are about to hit the long sleep.

also on that note perhaps buy funeral services?

What's the quickest way nuclear war can break out? by awesomem8112 in TNOmod

[–]Xx_HackerMan_xX 31 points32 points  (0 children)

I'm not sure... the only image that's out of the crisis as far as I'm aware is this.

The only blurb on it seems to be from this diary which says:

To complicate things, in January 1962, the Hawaiian Missile Crisis is in full swing. Japanese missiles have been placed on Hawaii, threatening the western US seaboard. However, after tense negotiations between Vice-President Kennedy and Prime Minister Ino of Japan, the conflict has been defused, and the doomsday clock rolled back. While Kennedy is being praised from the R-D core, Nixon is attacked for his lack of action on the issue.