![]() | ||
H2: Fixing Labels with .ENT Plugins
| ||
| Notices |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) | |||||||||
Join Date: Oct 2007 Location: ¯\(0_o)/¯ we dunno.
Posts: 1,359
Nominated 0 Times in 0 Posts TOTM Award(s): 0 Gave Thanks: 36
Received Thanks: 165
![]() ![]() | H2: Fixing Labels with .ENT Plugins .:Fixing Labels with .ENT Plugins:. Halo 2 Modding Tutorial by Not Zachary88-2 ~A billion thanks to DemonicSandwich and Grimdoomer for teaching me how to fix this issue. I figured I should share the method as well. This tutorial will teach you how to fix the labels in all of your .ent plugins so that you can use Entity's Chunk Cloner. What are Labels? Labels are things that add certain strings to reflexive dropdown boxes. They're not exactly necessary. So, if you've had errors upon opening Entity's Chunk Cloner, try it now. What Will We Need? -A .ent plugin that is giving you chunk cloning errors (duh) -Notepad -Entity 1.3 or higher (I will be using Entity UE 1.6) **NOTE: I do not guarantee that this will solve the answer to the reason why Entity's Chunk Cloner won't open for your tag. The Tutorial Now, you may or may not have seen this thread over at Halomods (for you eager Halo 2 modders out there). It's called "Xzodia's Plugins". It was a program that he started for releasing a completed plugin of his daily. He's finished now, and a whole new world of editing is possible. ![]() ... BUT. Xzodia seems to have a bad habit of adding labels, and forgetting to take them out. Thus, some plugins don't allow chunk cloning. >_< (I'm only using xzodia's plugins as an example. This works for any other plugin with labels.) So, if you're getting this error ... : ![]() ... Or having issues with chunk cloning, then let's begin. ^_^
Code: <struct name="ReflexiveNameHere" offset="#" visible="True" size="#" label="EraseThis">
Code: label="EraseThis">
Code: label="" Code: <struct name="Ai Properties" offset="92" visible="True" size="16" label="Type Name"> Code: <struct name="Ai Properties" offset="92" visible="True" size="16" label="">
![]() Hooray! It opens! I hope this helped someone out there. -Not Zachary88-2 Last edited by Not Zachary88-2; 04-30-2008 at 08:51 PM. | |||||||||
| | |
| | #2 (permalink) | |||||||||
Join Date: Jun 2007 Location: USA
Posts: 322
Nominated 0 Times in 0 Posts TOTM Award(s): 0 Gave Thanks: 4
Received Thanks: 21
![]() | That is what has been causing me so much trouble? The label... Well, I will fix my plugin later and I'll see if it works. Yet again, another great tutorial! ![]() | |||||||||
| | |
| | #4 (permalink) | |||||||||
Join Date: Jun 2007 Location: USA
Posts: 322
Nominated 0 Times in 0 Posts TOTM Award(s): 0 Gave Thanks: 4
Received Thanks: 21
![]() | Well, it made the plugin work in the cloner, but I'll see this weekend if I can clone something without it causing damage to the map | |||||||||
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| .:: Entity 1.3.9 With Latest Plugins ::. | Se7eN MasTa | Halo 2 Mod Programs | 9 | 08-08-2007 12:29 PM |
| Help with dot halo plugins | hasds | Halo 2 Mod Help | 4 | 08-03-2006 05:15 PM |