Рейтинг темы:
  • 0 Голос(ов) - 0 в среднем
  • 1
  • 2
  • 3
  • 4
  • 5
Редактор *.u пакетов Lineage2
#1
Куплю работающий Редактор пакетов Lineage2 / *.u или компилятор все предложения здесь или в личку,
можно в асю 270635123
[Изображение: Immortal_1.gif]
Ответ
#2
UP ! ищу что-то подобное или мануал по работе ) куплю за хорошую цифру
[Изображение: Immortal_1.gif]
Ответ
#3
Setting up your Project Folder

Here I will show you how to set up the project folder for your new package. I will be extending the Mutator class in this example, as if we was creating a new mutator.

We need to create a new folder in the UT2004 base directory, this is your new project folder. The name of this folder will be the name of the package (.u file). So in this example I will simply call it "MyMutator".

[Изображение: GumTl.jpg]


Within that folder create a new folder called "Classes". This is where we need to put all of our custom classes (.uc files) that we want to compile. And within this folder lets add our first .uc file. Create a new .uc file by right clicking>New>Text Document.

[Изображение: UQVSo.jpg]


Rename the extension to .uc. Lets name the file "MyFirstMutator". You new file should look like this when created.

[Изображение: gkV6.jpg]


Next lets just add a little code to the .uc file to make it compile for the next step. Open the MyFirstMutator.uc file in your faveourite text editing program such as TextPad and at the top declare your new class. We are making a new mutator so extends the Mutator class. Add the following code to the top of the file.

Код:
Class MyFirstMutator extends Mutator;
[color=White].[/color]

The package will now compile but first we need to tell unreal to include our package in the list of things to edit when it compiles. We do this by opening the UT2004.ini file which is located in your UT2004\System folder. With this file open, scroll down to the heading [Editor.EditorEngine] and add EditPackages=MyMutator to the bottom of the list.

[Изображение: YI8lq.jpg]


To run the compiler you can open a new command window and navigate to your UT2004\System folder and then type "ucc make" without the quotations. To go down a directory type "cd.." without the quotations. To go up a directory type "cd NameofFolder" without the quotations. To change directories type "DriveLetter:" without the quotations. For example to change to your C: drive simply type "C:" without the quotations. If you have done this correctly you should see something like this.

[Изображение: BHjb2.jpg]

Or you can download this one-click program that will do all that for you from here. UCC Compiler. To set up the Ucc Compiler open the program and set the directory to your UT2004\System folder. Compile by hitting the Compile File/Run Default Ucc Make button. For a more in depth explanation follow this short guide Simple Ucc Compiling Guide.

Remember that in order to compile new versions of your package, the old version must first be deleted from the UT2004/System folder.


Simple UCC Compiling Guide

This is a short and simple guide about how to use the Simple UCC Compiling program made by Rene Kok. The latest version fixes some small bugs and changes the layout slightly. The removal of the 3 buttons at the bottom being the most noticable.

The Simple UCC Compiling program is a handy little program that makes compiling a lot more enjoyable. With this, there is no more need to open a dos window or type "ucc make" etc... You just click handy buttons. The program also has some nice features including auto deleting your package, so never again will you have to manually delete your file before compiling, which if you are anything like me you no doubt forgot a few times. First you will need to download the Simple UCC Compiling progam.

Lets take a look at the program. When you open it up you should see the following window.

[Изображение: 6R0WH.jpg]



At the top there are three menus, the "File", "Actions" and "About" menus. The "File" menu has two options, "Reset Defaults" which sets all of the settings to their default settings, and "Quit" which exits the program. The "Actions" menu has three options. The "View EditPackages" options displays the list of EditPackages of the UT2004 installation that is specified in the "UT Directory" section. The "View UCC.log" option displays the UCC.log file which is located in your UT2004/System folder. This option requires that the "UT Directory" section is set up properly. The "Display Last Error" option should display the last error encountered. The "About" menu has one option. "About Me" option displays some information about the author.

In the image you can see I have placed numbers next to the other options. Please refer to this table for more information.

[table=98%][tr=alt1][td]Number[/td][td]Description[/td][/tr][tr=alt1][td]1[/td][td]Input the directory of your UT installation.[/td][/tr][tr=alt1][td]2[/td][td]If you wish to use a custom .ini file for compilin[/td][/tr][tr=alt1][td]3[/td][td]If you plan to use the "Compile File" feature desc[/td][/tr][tr=alt1][td]4[/td][td]If you plan to use the "Compile File" feature desc[/td][/tr][tr=alt1][td]5[/td][td]If you plan to use the "Compile File" feature desc[/td][/tr][tr=alt1][td]6[/td][td]The "Compile File" button, this compiles the packa[/td][/tr][tr=alt1][td]7[/td][td]The "Run default UCC Make" starts the compiling pr[/td][/tr][tr=alt1][td]8[/td][td]This is the output window. This displays the compi[/td][/tr][tr=alt1][td]9[/td][td]You can cycle through the different log files here[/td][/tr][tr=alt1][td]10[/td][td]This "View Log" button displays the currently selected log.[/td][/tr][/table]

Необходимое ПО:

http://l2.ee/UccCompv4.zip

http://l2.ee/UE2Runtime-22261903.exe

P.S. По инструкции сможете сделать "Оружие Драконов" для хроник C1-HighFive:



[Изображение: Z.png][Изображение: S.gif]
Ответ
#4
Krasavella cпасибо =) но всё еще интеерсует вопрос компиляции скрипта после декопила, в частности Interface.u
[Изображение: Immortal_1.gif]
Ответ
#5
Перезалейте видео а то не могу просмотреть!Был бы признателен! И картинки битые в гайде!

Добавлено через 1 час 11 минут
Кстати компилит, скрипты додумался как зделать но вот не пойму только, а нужно ли криптить скрипты или нет!

Код:
General protection fault!

History: FUnrealfileSummary<< <- LoadSummary <- ULinkerLoad::Load <- ULinkerLoad::ULinkerLoad <- UObject::GetPackageLinker <- UObject::StaticLoadObject <- (Core.Class LineageMonster4.clock_work_cucuru NULL) <- UObject::StaticLoadClass <- UNetworkHandler::Tick <- Function Name=PetInfoPacket <- UGameEngine::Tick <- UpdateWorld <- MainLoop
Ответ
#6
well what you trying to compile a monster class?

@Krasavella

I have a question for you, why in guide you say tools necessary is "UE2Runtime-22261903" when you post a capture with UT2004.ini, in this version of Unreal Engine no found this UT2004.ini, is Unrealed.ini so the guide for what version of UT work?
[Изображение: yAqUS.png]
Ответ
#7
Перезалейте это плз
http://l2.ee/UccCompv4.zip
Ответ
#8
Visor Написал:Перезалейте это плз
http://l2.ee/UccCompv4.zip
has no case, the tool for compilation is not necessary, maybe the same mistakes that have with the UCC will have this too.
[Изображение: yAqUS.png]
Ответ
#9
Visor Написал:Перезалейте это плз
http://l2.ee/UccCompv4.zip
http://rghost.ru/57065717
Ответ


Возможно похожие темы ...
Тема Автор Ответы Просмотры Последний пост
  L2AN.RU - Анонсы серверов Lineage2 casperok 4 2,600 10-11-2022, 10:51 PM
Последний пост: casperok
  Реверс файлов Lineage2 HF OneThunder 0 1,163 02-15-2019, 10:23 PM
Последний пост: OneThunder
  Продам сборку Lineage2 Interlude x1200 setforstyle 2 1,568 05-17-2017, 04:46 PM
Последний пост: setforstyle
  Редактор .Dat файлов (Клиент UNDERGROUND) Phantom-Dev 0 1,165 11-15-2016, 11:37 PM
Последний пост: Phantom-Dev
  Продажа дизайна Lineage2 MiyaGi ComWs 4 1,807 10-05-2016, 09:36 PM
Последний пост: DPMode
  [Поиск инвестора] Lineage2, High Five, Живой проект NikolayT 6 2,221 09-28-2016, 01:13 PM
Последний пост: iFailed
  Достать структуры пакетов из Engine.dll Antonio 0 924 07-17-2016, 03:54 PM
Последний пост: Antonio
  Дизайн lineage2 HardSex 10 5,294 03-17-2016, 06:24 PM
Последний пост: Nel
  Игровой шаблон в стиле Lineage2 от Onesis Onesis-web 12 3,852 01-08-2016, 12:56 AM
Последний пост: Onesis-web
  Игровой шаблон Lineage2 Onesis-web 3 1,644 01-01-2016, 11:39 PM
Последний пост: Onesis-web

Перейти к форуму:


Пользователи, просматривающие эту тему: 3 Гость(ей)