![]() |
[LVL ED] I'm an idiot - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: [LVL ED] I'm an idiot (/thread-20587.html) |
I'm an idiot - CarnivorousJelly - 03-02-2013 Is there a way to ungroup a large group of objects slowly? Turns out I do stupid things when I'm tired; for example: group an entire map, flip it along the x-axis 180, save and exit the level editor so I can run around on my upside-down map in amnesia. Despite letting me both rotate and group a bajillion things together, the level editor crashes every time I try to ungroup the massive object using "B". How badly did I mess up? D: RE: I'm an idiot - No Author - 03-02-2013 Yeah, I know how you feel. It sucks when it crashers after you grouped or un-grouped objects. I'm just gonna say you have to group less objects than the last one. RE: I'm an idiot - CarnivorousJelly - 03-02-2013 (03-02-2013, 05:16 AM)No Author Wrote: Yeah, I know how you feel. It sucks when it crashers after you grouped or un-grouped objects. I'll give it a try ![]() Edit: Nope, can't group/ungroup objects at all. RE: I'm an idiot - No Author - 03-02-2013 Hmmmmmmm...... Group more less objects ? RE: I'm an idiot - CarnivorousJelly - 03-02-2013 I would if the program didn't crash when I tried ![]() Don't worry too much about it, I'll use multi-select for everything if I must to finish this map - too many details to restart. Thanks for trying to help ![]() RE: I'm an idiot - NaxEla - 03-02-2013 If you're going to mess around like that in your map, it's probably best to create a copy. Then when you want the map to be normal again, just drag it into your folder and replace! ![]() RE: I'm an idiot - Your Computer - 03-02-2013 Open the map file in a plain-text editor (e.g. Notepad++) and search for Compound. You should see something like this: Code: <Compound Active="true" Group="0" ID="108" Name="Compound_1" Rotation="0 0 0" Scale="1 1 1" Tag="" WorldPos="-16 0.5 -5"> Delete it, save, and reload the map. P.S. If you don't trust yourself with this task, then make a back up of your map before attempting to make any modifications. |