Recent content by Dscript

  1. Dscript

    Been away a while.. how is it now?

    I mean from the looks of the roadmap and discord it looks like progress is a slow trickle I would love to know what kind of fiscal deadline fb expects for turning a profit. I just get a rather pessimistic feeling catching up on forums, discord, reddit, etc.. I mean at this rate it will be...
  2. Dscript

    Sound device issues + updated retro starbase

    Yeah.. that's my line of thought too But technically all devices and yolol is synced for other players So perhaps it's because the sound device was added late and was some hacky implementation where it's like a whole new layer of syncing of its own.. if you dont trigger sounds it doest...
  3. Dscript

    Sound device issues + updated retro starbase

    I am finding so many issues arise from using the audio signal device. Anyone else having issues with this It slows down tick rate when triggered Screws up chip queuing And all around is causing buggy behaviour I dont understand why triggering the client to play a sound should have such a...
  4. Dscript

    Bitwise operators

    in some cases by quite a lot :)
  5. Dscript

    Bitwise operators

    That's the main idea :) Using modulus is not as efficient as bit masking Bit shifting can be done with division. So that's already covered
  6. Dscript

    Lock YOLOL?

    Because access to source code and prevent blatant copy paste rip off are mutually exclusive. Plus there are other "breeds" of developers What about the math guys.. who work on complex algorithms... they could spend riddiculous hours finding algorithm and "magic cooefficients". A math guy is...
  7. Dscript

    A Starbase game within starbase

    Thanks Haha.. I'm pushing the limits. But there is still plenty of room to add more before it caps out the capabilities of yolol Playing sounds causes some serious lag and you can even see the pixels bug out a bit occasionally when a sound plays.. maybe pass that one to the devs.. it doesnt...
  8. Dscript

    A Starbase game within starbase

    Starbase Within Starbase A retro style asteroid avoidance flight simulator game written in yolol Led Screen module tech for customs screens of any arrangement size or shape Full screen frame rendering every tick.. not just scrolling.. the entire screen is drawn every tick Next up add...
  9. Dscript

    resurect starbase

    You need to read the thread and take his attitude into context. He was going ad hominem, being rude and going on the attack. The topic was not the issue, it was everything else. If you want to debate and discuss that's one thing.. But throwing and tantrum and getting angry and agressive is...
  10. Dscript

    Lock YOLOL?

    This is just a competitive game.. if I want to contribute to society.. it will be in the real world.. not here. I publish and share lots of tech and creative stuff.. in the real world. I hold back my tech on principle.. I'm not gonna be a coder in game of cutthroat economic competition, where...
  11. Dscript

    Bitwise operators

    Yolol could SERIOUSLY benefit from bitwise operators Just &(and) and |(or) would be an amazing help I realize the numerical values are not simple integers Yolol requires using low level tricks to perform complex operations.. bitwise operators would be a great help I'm not sure how you guys...
  12. Dscript

    Lock YOLOL?

    Ability to lock yolol != all yolol is locked This has been said many times but here it goes again Locked yolol will make a ship undesirable, so the market will devalue a ship with locked yolol will be devalued significantly, most people will choose to refuse to buy a ship with locked yolol...
  13. Dscript

    resurect starbase

    continues aggressive posting.... Continues agressive posting.... Ohhhhh... someone call the burn ward :ROFLMAO: I love to see fb snap back.. even if it is a super polite snap back
  14. Dscript

    Lock YOLOL?

    To make locked yolol reverse engineering a but more reasonable I think it would be best if there was a way to see a list of all the global vars a chip interacts with, even it is locked That would only be fair If I'm trying to reverse engineer an IC chip.. I at least have knowledge of its...
  15. Dscript

    Lock YOLOL?

    Well Locked yolol would not stop that You just have to set up ship simulation/logger to simulate inputs and log outputs then determine what it is doing You just would not get the source code The setup and analysis process would be a bit of work And then you still need to write the...
Top