Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. lenscas

    Good vs. Evil

    50 if someone is able to tell me why the execute_or method of this file behaves differently on WASM then it does on native that would be great: https://github.com/ryanisaacg/quicksilver/blob/master/src/lifecycle/asset.rs The difference is that on native the second function doesn't seem to get...
  2. lenscas

    Good vs. Evil

    50 so... I would like to simplify how multi threading in my game is done. Specifically, the way that characters get updated. Right now characters have both an update function and an update_par function. The update_par function is used to update the character in ways that multiple characters can...
  3. lenscas

    Good vs. Evil

    50 and... I discovered another way to get infinite turns with my artifact EDH deck. The old combo was pentavus + time sieve + illusionist's bracers equip the bracers to pentavus -> this allows it to turn one +1/+1 counter into 2 pentavite tokens and 1 of those tokens into 2 counters use this to...
  4. lenscas

    Good vs. Evil

    51when I started writing the conrod bindings I decided to be cute and just map everything even stuff that I don't need just in case I decide to make this part a separate crate. Controller support is one of those things because I am not sure what would be more confusing. It doing nothing as...
  5. lenscas

    Good vs. Evil

    51 currently writing the bindings so I can use conrod inside quicksilver. remapping an enum containing 158 entries wasn't fun.....lets hope I did it correctly....
  6. lenscas

    Good vs. Evil

    49 and when working on the shop this shit happened: I think its time to see if I can bind another gui library so I don't have to use Immi. Especially considering Immi hasn't been updated in at least a year and only has a button and 2 types of progress bars. Also, needed to write a lot of...
  7. lenscas

    Good vs. Evil

    51 No, as I only updated 2 crates so far and both have been several days ago. I guess it has to do with that I increased the amount of random numbers I need which may have changed how they get generated.
  8. lenscas

    Good vs. Evil

    2? I fixed the build! The problem was with the rand crate. For some reason it now needed the stdweb feature enabled. I'm not sure what change I made that made that happen but oh well.
  9. lenscas

    Good vs. Evil

    2 because the wasm build of arena_keeper_quick is broken in the worst way possible :( It compiles just fine but crashes pretty much instantly. To make matter worse: Its the WASM build where this happens to: AKA, the one build that has pretty much no debug tools available, nor source maps and...
  10. lenscas

    Good vs. Evil

    4 still just going up
  11. lenscas

    Good vs. Evil

    4 lets go up
  12. lenscas

    Good vs. Evil

    4 and apparently even enough resistance to go the other way. At least for a little bit
  13. lenscas

    Good vs. Evil

    3 just a bit more resistance
  14. lenscas

    Good vs. Evil

    4 https://www.reddit.com/r/Veloren/comments/c9kfki/im_writing_a_commandline_frontend_for_veloren_its/
  15. lenscas

    Good vs. Evil

    7 if you ask what awesome is: Its a window manager (Aka, the program that dictates which programs need to be drawn where on the screen) I like this one mainly due to how flexible it is and how much keyboard shortcuts there are or can be created. Both those things allow me to not even need a...
  16. lenscas

    Good vs. Evil

    7 decided to try and get awesome to work inside mate again because I really like awesome but dare not to use it on laptops and combining it with mate may remedy that. Current result:
  17. lenscas

    Good vs. Evil

    8 can't be solder as I didn't solder anything yet
  18. lenscas

    Good vs. Evil

    8 for some reason the fan turned on regardless if I powered the base of the transistor or not. If I removed the transistor (but left the rest the same) it didn't turn on though so I'm guessing that that thing is defective of something?
  19. lenscas

    Good vs. Evil

    8 and... I didn't get the circuit to work.....well....shit
  20. lenscas

    Good vs. Evil

    8 so... I am finally getting around of making the laptop cooler that I had to build for school. Currently testing out the frame, I think I can get used to it. Also, I technically could build whatever but I wanted something simple and as my laptop gets too hot if I use it in bed I decided to...