PDA

View Full Version : [uneX] Release of the uneX Framework for .NET



Marc Hoover
10-05-08, 15:39
Hello,

this is a happy day for all .NET developers who asking us for a version of the uneX Framework.

The uneX Framework provides a collection of special methods for Neocron, you can create utilities (Moneycalculators, etc...) for Neocron on an easy way.

If you want feedback or help for some classes or you want to give us feature request, bugreports try this forum:

http://forum.ultimate-networx.net

(If you believe this forum is death, trust me, it's not =))

Here ist the download link:

uneX Framework Developer Release (http://launcher.ultimate-networx.net/beta/uneX_Framework_Setup.exe)

silent000
10-05-08, 16:08
Been waiting for this, Nice work matey

StevenJ
10-05-08, 17:21
Very, very sexy stuff :D

Quickstart here...

Add

uneX.Neocron.Interfaces.dll

To a project

Following code initializes, searches for a window named "Neocron 2 - Beyond Dome Of York", then (assuming a char is logged in)

Shows the char's name, rank, zone, then sends a text message "Hello there!" in a golden colour to the NC game.



uneX.Neocron.Interfaces.NCON myN = new uneX.Neocron.Interfaces.NCON();
myN.Init("Neocron 2 - Beyond Dome Of York");

myN.RequestAllInformations();
MessageBox.Show(myN.CharName.ToString());
MessageBox.Show(myN.Rank.ToString());
MessageBox.Show(myN.Zone.ToString());

String s = "Hello there!";
myN.SendTextColor(255, 204, 00);
myN.SendTextMessage(ref s);


There's an awful lot that could be done here... personally I quite like the idea of a global map where people in the wastes are shown as little flashing blobs, so people knew where to go for a fight :angel:

Of course, that would require everybody (some people) to be willing to show their locations :p

/Edit - oh yeah, above code is C#!

Marc Hoover
10-05-08, 18:08
Thank you for your very nice feedback! =)

Here is an another sample for console parsing.

Screen (http://launcher.ultimate-networx.net/pics/Console_VBNET.jpg)

SAMPLE FOR C# AND VB.NET (http://launcher.ultimate-networx.net/misc/ConsoleTest.rar)

Information:

The framework is based on the x86 processor architecture for a better Neocron compatbility.

If you got an error during the building process => change your VS build-profile to x86 processor models.

Marc Hoover
11-05-08, 12:37
In the next days I'll release the uneX Contribution Package (~350MB), but this package is still incomplete!

Road runner
11-05-08, 17:29
Ok, so I don't code or anything or really get what this is. Is it a suite of useful tools for NC or is it something that people can use to MAKE tools for NC.

I am dumb yes :angel:

Brammers
12-05-08, 13:16
Ok, so I don't code or anything or really get what this is. Is it a suite of useful tools for NC or is it something that people can use to MAKE tools for NC.

I am dumb yes :angel:

It's a set of tools (DLL's) for people can use to make tools for NC, so you do need to have the ability to code.

Nidhogg
12-05-08, 14:36
Pretty cool stuff! Looking forward to seeing what people do with it.

N

Nytewolf2k7
11-06-08, 15:15
Excellent, This'll help immensly :D

CHA0S
11-06-08, 15:57
Just hope it dont lead to bad things..........