you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 1 year ago (1 child)

Yeah that mod is really cool. The magic writing system is fucking awesome.

Even cooler than Hex Casting in my opinion (which is already super cool).

And It's quite a bit easier to work with since it's not stack-based and that you can edit different parts of you spell/program at any point.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 8 months ago (1 child)

    Whats the issue with Stack based?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 8 months ago

    When I worked with a stack Hex Casting's stacks, it was hard to go back and edit previous parts of the program that are stored deeper in the stack. A lot of it has also to do with Hex Casting's writing design maybe, everything is evaluated more immediately from what I remember.

    The other thing is that Trickster's programs are tree/graph based, which makes the layout of the programs a lot easier to understand logically.

  • source
  • parent