Jump to content

Recommended Posts

Posted (edited)

Hello,

I'm on the last stage for now with L2Server, and working with tooling as well, since I have all parsers done.
So, next tool, which I share to public is l2cc: Lineage2 compiler collection for C1 format (C4 comes soon). 

 

It can produce all pre-compiled headers (PCH): category, item, skill and npc. It parses *data.txt using original L2Server ayacc parser specification, and produces pre-compiled headers, used by L2NPC component.

Easiest way to use: copy l2cc.exe to the Script/ directory, and call

l2cc.exe -c ./ -o ./
l2cc.exe -i ./ -o ./
l2cc.exe -n ./ -o ./
l2cc.exe -s ./ -o ./

It will read all neded files (./ argument) and store pch at ./ (-o argument)

Use

 

l2cc.exe -h for help

 

Note: since l2cc.exe uses original L2Server ayacc parser specification, it also could be used for quick check, if your *data.txt is written according to grammar.

Edited by MasterToma
  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock