People Playground

People Playground

[UPDATE 2] Space Mod
 This topic has been pinned, so it's probably important
no  [developer] 21 Jul, 2021 @ 2:25am
Help Needed!
Here i will make a list of all things i need help with. If you are familiar with Unity and PPG modding, please help me!

Mapping:
I want to make a space map, and i have no idea how. Is it a map editor mod (not Drawables), or do you have to code them yourself? Looking at other's maps on the workshop, it looks like you have to code them. If you have to code them, do you just steal the official maps' code and edit it? If it's a mod, please link it!

SOLVED
Thank you BBQGiraffe for solving this!
Hollow Objects:
I want to make hollow objects, like a crew pod. Now, how do i edit a BoxCollider2D to make it hollow? I know it's:
var collider1 = Instance.AddComponent<BoxCollider2D>(); collider1.offset = new Vector2(x.xf * x.xf, x.xf * x.xf); collider1.size = new Vector2(x.xf * x.xf, x.xf * x.xf);
But where do i get the coordinates and numbers from? I tried putting my sprite into a Unity2D project and getting the numbers that way, but that failed real hard. If you could explain this, please leave a comment below!
Last edited by no; 22 Jul, 2021 @ 4:00am
< >
Showing 1-15 of 31 comments
Dizzydude 21 Jul, 2021 @ 6:30pm 
I honestly wish i could help you...
Frevv 21 Jul, 2021 @ 7:08pm 
there is a map creator program for ppg but idk if i have it anymore
will check
BBQGiraffe 21 Jul, 2021 @ 7:33pm 
instead of using Unity you could use any image editor, and then multiply your coordinates by ModAPI.PixelSize, EX: collider1.offset = new Vector2(0, 100) * ModAPI.PixelSize;
ThumbThumb 21 Jul, 2021 @ 9:01pm 
Originally posted by Frevv:
there is a map creator program for ppg but idk if i have it anymore
will check
do you know whats its called or do you have it, I've been looking to make maps but I have no clue how/where to start
no  [developer] 22 Jul, 2021 @ 3:47am 
Originally posted by Frevv:
there is a map creator program for ppg but idk if i have it anymore
will check
If you could find it, or find the download link, that would be great, because i can't find it anywhere no matter what i search for.
no  [developer] 22 Jul, 2021 @ 3:48am 
Originally posted by BBQGiraffe:
instead of using Unity you could use any image editor, and then multiply your coordinates by ModAPI.PixelSize, EX: collider1.offset = new Vector2(0, 100) * ModAPI.PixelSize;
Wait, so 64 * ModAPI.PixelSize would actually be 64 pixels? How have i not seen this yet? I need to try this, thank you!
no  [developer] 22 Jul, 2021 @ 3:57am 
Originally posted by Tntman156:
Originally posted by BBQGiraffe:
instead of using Unity you could use any image editor, and then multiply your coordinates by ModAPI.PixelSize, EX: collider1.offset = new Vector2(0, 100) * ModAPI.PixelSize;
Wait, so 64 * ModAPI.PixelSize would actually be 64 pixels? How have i not seen this yet? I need to try this, thank you!
Oh my god this worked perfectly, now i can finally start working on the next update, thank you so much!
Last edited by no; 22 Jul, 2021 @ 3:58am
Obobqui 24 Jul, 2021 @ 4:31am 
I do have the PPG Map Creator and its Documentation file if u want it?
ThumbThumb 24 Jul, 2021 @ 9:58pm 
I'm completely lost when it comes to coding and making maps and all the cool fancy stuff but if you ever run out of ideas for additions/maps (once you figure out how to do maps) I could help out with making layouts for maps and just coming up with ideas
BBQGiraffe 25 Jul, 2021 @ 12:41am 
Originally posted by Tntman156:
Originally posted by Tntman156:
Wait, so 64 * ModAPI.PixelSize would actually be 64 pixels? How have i not seen this yet? I need to try this, thank you!
Oh my god this worked perfectly, now i can finally start working on the next update, thank you so much!
:steamthumbsup:
no  [developer] 25 Jul, 2021 @ 4:29am 
Originally posted by Astro:
I do have the PPG Map Creator and its Documentation file if u want it?
Oh really? Well, if you have it then yeah, that would be great!
no  [developer] 25 Jul, 2021 @ 4:30am 
Originally posted by ThumbThumb:
I'm completely lost when it comes to coding and making maps and all the cool fancy stuff but if you ever run out of ideas for additions/maps (once you figure out how to do maps) I could help out with making layouts for maps and just coming up with ideas
I've been experimenting with coding my own maps, and it was actually not too hard. Not easy, but not as impossible as i thought. So if i ever run out of ideas, that would definitely be nice!

If i add maps to this mod later, i'll probably only add two however, one small and one large. I would like to add more maps but they seem to slow down loading way too much. I might make a separate map pack in the future however!
Last edited by no; 25 Jul, 2021 @ 4:33am
Obobqui 25 Jul, 2021 @ 4:52am 
Originally posted by Tntman156:
Originally posted by Astro:
I do have the PPG Map Creator and its Documentation file if u want it?
Oh really? Well, if you have it then yeah, that would be great!
If u can accept my friend request temporally i can send u the files.
Marisa Kirisame 26 Jul, 2021 @ 2:07am 
Use the biggest map possible and set gravity to zero through enviroment.
sgt piggy 26 Jul, 2021 @ 5:26am 
i mean there i a mod creaor in ppg , maybe the map creator is in there too
< >
Showing 1-15 of 31 comments
Per page: 1530 50