Search found 4 matches

by sol1013
Thu Apr 10, 2025 4:26 pm
Forum: Help Wanted
Topic: Petscii Robots Modern Map Editor
Replies: 4
Views: 765

Re: Petscii Robots Modern Map Editor

Big update: Map and unit editing are now possible (note the water raft and the extra robot in the first screenshot)! While there may still be bugs and the UI might need improvement (code is also not well-structured), feel free to give it a try if you're interested. Check the map data offsets (can be...
by sol1013
Wed Apr 09, 2025 4:24 pm
Forum: Help Wanted
Topic: Petscii Robots Modern Map Editor
Replies: 4
Views: 765

Re: Petscii Robots Modern Map Editor

Okay, I’ve made some more changes and restructured the code.
I’ve also set up a GitHub repository here:

https://github.com/radi0sus/robots-mapedit

Any help or feedback is welcome!
by sol1013
Tue Apr 08, 2025 6:18 pm
Forum: Help Wanted
Topic: Petscii Robots Modern Map Editor
Replies: 4
Views: 765

Re: Petscii Robots Modern Map Editor

Thanks! As far as I know, he used the PET, and all the maps are from it. Big update: I checked the PET code and found some useful information about the positions of the robots, doors, hidden items, etc., which are now displayed (though not too detailed). It’s still not a map editor by any means, but...
by sol1013
Mon Apr 07, 2025 5:39 pm
Forum: Help Wanted
Topic: Petscii Robots Modern Map Editor
Replies: 4
Views: 765

Petscii Robots Modern Map Editor

I really like the game! As far as I know, there's only a map editor available for the PET version. I was a bit bored, so I ended up reverse-engineering the level structure to some extent and eventually managed to display the map using the attached Python script. It only requires PyQt5 as an external...