![]() ![]() |
|
| |
| | LinkBack | Thread Tools |
| #1 (permalink) |
![]() H2: Fixing Labels with .ENT Plugins
Posted on 04-30-2008 at 04:30 PM. By Not Zachary88-2
.: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. |
|
| 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 |