SFS BP editor tool (windows)

Scientia Space Agency

TEAM HAWK
Fly me to the Moon
Under Pressure
Registered
#51
Man this thing is absolutely IMPRESSIVE, you did an awesome work!
A question, did you ever tried it in MacOs or Linux or is Windows only? (maybe if you repost the link i can try it on Mac)
 

Astatium_209

Alliance’s Executor // Unstable and Toxic
TEAM HAWK
Moon Maker
Swingin' on a Star
Atlas
Deja Vu
Fly me to the Moon
Under Pressure
Copycat
Registered
MOTY 2021
#52
Man this thing is absolutely IMPRESSIVE, you did an awesome work!
A question, did you ever tried it in MacOs or Linux or is Windows only? (maybe if you repost the link i can try it on Mac)
Alas, it won't work on mac since I created the executable with pyinstaller (always the correct file for the os you are on, like .dmg for mac etc.). I would need someone on mac/linux to do it with the source code, since I'm not capable of creating a virtual pc.
 

Scientia Space Agency

TEAM HAWK
Fly me to the Moon
Under Pressure
Registered
#53
Maybe I can do that, my Python knowledge is really bad
Alas, it won't work on mac since I created the executable with pyinstaller (always the correct file for the os you are on, like .dmg for mac etc.). I would need someone on mac/linux to do it with the source code, since I'm not capable of creating a virtual pc.
but if you give me the instructions it should be possible
 

Astatium_209

Alliance’s Executor // Unstable and Toxic
TEAM HAWK
Moon Maker
Swingin' on a Star
Atlas
Deja Vu
Fly me to the Moon
Under Pressure
Copycat
Registered
MOTY 2021
#55
okay i installed pyinstaller on my Mac, if you give me the Python code I should be able to compile it in .dmg
I'm in school rn, I don't have the proper file on my phone, but I should be able to send them in ~ 5 hours.
 

Astatium_209

Alliance’s Executor // Unstable and Toxic
TEAM HAWK
Moon Maker
Swingin' on a Star
Atlas
Deja Vu
Fly me to the Moon
Under Pressure
Copycat
Registered
MOTY 2021
#58

Attachments

Scientia Space Agency

TEAM HAWK
Fly me to the Moon
Under Pressure
Registered
#64
Same thing, maybe the problem is related to the file extension, because the downloaded file is a .txt, while all the guides are using a .py file, but i changed the file type and nothing happened
 

Astatium_209

Alliance’s Executor // Unstable and Toxic
TEAM HAWK
Moon Maker
Swingin' on a Star
Atlas
Deja Vu
Fly me to the Moon
Under Pressure
Copycat
Registered
MOTY 2021
#65
Same thing, maybe the problem is related to the file extension, because the downloaded file is a .txt, while all the guides are using a .py file, but i changed the file type and nothing happened
And you're doing this on a python console? It might be easier to do it on pycharm.
 

Astatium_209

Alliance’s Executor // Unstable and Toxic
TEAM HAWK
Moon Maker
Swingin' on a Star
Atlas
Deja Vu
Fly me to the Moon
Under Pressure
Copycat
Registered
MOTY 2021
#69
Okay, so if your ring / bp alignment thing can run on pydroid 3, can this run on that too?
Oh, you wouldn't want to do that. The ring generator and part aligner have terminals, but this thing has a fixed pixel-sized gui, it probably wouldn't fit. Besides, you wouldn't be able to control it and the game would be slow.
 

JSP

The Lord President of Gallifrey
TEAM HAWK
Swingin' on a Star
Atlas
Fly me to the Moon
Registered
#71
I'm going to use this for my bp builds.

Looks good
 

Astatium_209

Alliance’s Executor // Unstable and Toxic
TEAM HAWK
Moon Maker
Swingin' on a Star
Atlas
Deja Vu
Fly me to the Moon
Under Pressure
Copycat
Registered
MOTY 2021
#72
I have recently begun some work on a zoom function:
ezgif.com-gif-maker(5).gif

You zoom with the scroll wheel and pan with the keyboard arrows. It still has quite a lot of issues, but the majority of code should be in place.
 

Astatium_209

Alliance’s Executor // Unstable and Toxic
TEAM HAWK
Moon Maker
Swingin' on a Star
Atlas
Deja Vu
Fly me to the Moon
Under Pressure
Copycat
Registered
MOTY 2021
#74
Further upgrades and polishing:
- added a move, copy clear function
- blueprints are saved and loaded as blueprint files -> it is possible to load other blueprints, but "unsupported" parts (like a wheel, leg etc.) will display with a placeholder texture and won't be resaved to a blueprint.
ezgif.com-gif-maker(6).gif
 

Octacorpus

Parrots lover
Team Judge
Star Forger
TEAM HAWK
Swingin' on a Star
Atlas
Deja Vu
Fly me to the Moon
Under Pressure
Registered
#75
Further upgrades and polishing:
- added a move, copy clear function
- blueprints are saved and loaded as blueprint files -> it is possible to load other blueprints, but "unsupported" parts (like a wheel, leg etc.) will display with a placeholder texture and won't be resaved to a blueprint.
View attachment 73325
what will be the size of the build grid ?
Btw amazing work!