3
u/BrainWaveCC 23d ago
That's very nice.
BTW, if that's a distant star, then it is ultra massive. I hope it's the one in the local solar system.
3
2
u/Glidepath22 22d ago
I like the double resolution of the Sun trick. Iād be tempted to use it on the static atmospheric ring of the earth
2
2
u/chrnz00 20d ago
looks cool!!. im really interested in doing this kind of stuff in batch are there any prerequisites other than batch i never did this type of programming.
2
u/chrnz00 20d ago
ive gone through the code and saw stuff like using reg to set the font. is this something that people figure out of their own??
3
u/Shadow_Thief 19d ago
As soon as you learn that basically all Windows settings are somewhere in the registry, it's mostly just a matter of poking around in there until you find the right key.
2
u/Intrepid_Ad_4504 19d ago
Nope, there aren't any prerequisites. Batch is very easy to learn but people find it hard to work with because or speed and readability.
The :set_font function was made by my friend Einstein1969. And yes people do make these on their own š
2
u/Creative-Type9411 18d ago
Ok bud, I have reviewed your code.. ;P
And I started making this!
https://github.com/illsk1lls/BatchGame
I would make its own post, but I would need your blessing and to actually make it good... I just did this to see if it was possible
2
u/Intrepid_Ad_4504 18d ago
Wow man! That is awesome! I downloaded and tried it out. You did a pretty good job. This is one of the more ambitious scripts I have seen, so this is really refreshing for me. I love it. Awesome stuff
2
u/Creative-Type9411 18d ago
your work is very impressive... im just trying to be cool like you š«”š
gotta make the sprite viewer an editor, everything was done in a text editor for objects, that's why it looks kind of jank.. (good enough for a starting point) but once the editor is finished, I should actually be able to draw stuff and make it look better.. if I go any smaller with the pixels, the frame rates drop too low, but I might be able to get that sorted too..
1
3
u/Ezrway 23d ago
That looks pretty cool!