My first working coded class

Talk about any Deus Ex game modification here, e.g. maps, package or a total conversion.

Moderator: Forum Guards

My first working coded class

Postby Zondartul » Wed Oct 26, 05 6:38 pm

Ive tryed to make a trigger that changes gravity in some zone, and its first class i coded witch is working.

+ anyone know how do i get e-money for just sitting in the internet and clicking buttons?

I want to code stuff becouse there are lots of other mappers and maps so coding now is more exiting than mapping.
Attachments
GTrigg.u
a gravity trigger
(1.36 KiB) Downloaded 335 times
________________
_______________
______________
_____________
____________
___________
__________
_________
________
_______
______
_____
____
___
__
_
User avatar
Zondartul
Poster
 
Posts: 217
Joined: Thu Oct 28, 04 7:27 am

Postby Alistair » Fri Oct 28, 05 11:56 am

Wait until Klop gets here.
User avatar
Alistair
Forum Hero
 
Posts: 2575
Joined: Sun Jan 30, 05 2:02 pm
Location: England, UK

Postby Gishank » Fri Oct 28, 05 12:00 pm

eH?
Image
Gishank
Forum Super Hero
 
Posts: 4235
Joined: Sun Aug 28, 05 9:17 am
Location: London, England.

Postby Zondartul » Fri Oct 28, 05 1:32 pm

Well hes here, but what were you about?
+is that trigger any usefull?
________________
_______________
______________
_____________
____________
___________
__________
_________
________
_______
______
_____
____
___
__
_
User avatar
Zondartul
Poster
 
Posts: 217
Joined: Thu Oct 28, 04 7:27 am

Postby Gishank » Fri Oct 28, 05 1:40 pm

yeah
Image
Gishank
Forum Super Hero
 
Posts: 4235
Joined: Sun Aug 28, 05 9:17 am
Location: London, England.

Re: My first working coded class

Postby clyzm » Fri Oct 28, 05 10:12 pm

Nio wrote:Ive tryed to make a trigger that changes gravity in some zone, and its first class i coded witch is working.

+ anyone know how do i get e-money for just sitting in the internet and clicking buttons?

I want to code stuff becouse there are lots of other mappers and maps so coding now is more exiting than mapping.


Nice trigger man 8) *gives round of applause*
Image
User avatar
clyzm
Forum Master God
 
Posts: 16023
Joined: Sun Nov 28, 04 2:48 am
Location: Chiraq

Postby Alistair » Mon Oct 31, 05 10:34 am

I make triggers :]
User avatar
Alistair
Forum Hero
 
Posts: 2575
Joined: Sun Jan 30, 05 2:02 pm
Location: England, UK

Postby Zondartul » Sat Nov 19, 05 7:44 pm

Hey I made another .u this time its my credits with wallet.
+We need some transition of how much FLCredits =how much NikCredits=how much SomeOtherCredits
Buggs: E-wallet can spawn one NikCreditChit a time (dont realy know why or how to fix), to make another chit drop the wallet, pick it up, and its realdy for use. And it somewhy has no name on the toolbelt. Btw, when NikCreditChit is spawned from walled, it has 30-seconds lifespan. so people wont spam money in pools or something like that...
Attachments
NikCredits.u
NikCredits is aka e-wallet, attack to spawn a NikCreditChit. to make another one, drop it, pickup, than press attack again.
NikCreditChit is like credits. press attack to add them to your account
(4.39 KiB) Downloaded 316 times
________________
_______________
______________
_____________
____________
___________
__________
_________
________
_______
______
_____
____
___
__
_
User avatar
Zondartul
Poster
 
Posts: 217
Joined: Thu Oct 28, 04 7:27 am

Postby AgentSmyth » Sat Nov 19, 05 8:53 pm

u didnt compile it....
<font color="red" size="1">Who Said Life Was Fair</font>
Image
User avatar
AgentSmyth
Regular
 
Posts: 396
Joined: Fri Oct 01, 04 6:05 pm
Location: On my Computer

Postby ~ô¿ô~Nobody~ » Sat Nov 19, 05 8:56 pm

lol.. it's a .u file.. it must be compiled
Nobody is perfect...
------------------------------
Longc[A]t wrote:I still think Dae is a russian spambot.

~[A]Daedalus~ wrote:There will be a day when my patience goes away and you, along with all who rant with you, will get banned.

ô¿ô¥[GODZ]¥NOCHANC wrote:I can ban any one I want ANY time I want. You have no rights here.
User avatar
~ô¿ô~Nobody~
Alpha
 
Posts: 2520
Joined: Fri Dec 31, 04 3:20 pm
Location: Proclarush Taonas

Postby Nazgul » Sat Nov 19, 05 9:11 pm

either way if it's .u and has all that symbolic BS in it it must be compiled
i am the black rider of mordor.
User avatar
Nazgul
Newbie
 
Posts: 35
Joined: Sat Nov 19, 05 11:36 am
Location: UK

Postby AgentSmyth » Sat Nov 19, 05 10:41 pm

To Compile

Make a folder (eg. nikcreds)
Make another folder inside that folder called "Classes"
Put "nikcreds" in your c:\DeusEx
Go to C:\DeusEx\System
Open DeusEx.ini
Find the header [Editor.EditorEngine]
Add the line EditPackages=nikcreds
Save it
Open your Start Menu
Go to run
Type in CMD
Type in Command Prompt "cd\deusex\system"
Type ucc make

You will know it has worked if you have a message appear saying 0 warnings and 0 errors

Then if you want to send your class...

Go to C:\DeusEx\System
Find the nikcreds.uc
Upload that to your post...

:) Hope this helps...
<font color="red" size="1">Who Said Life Was Fair</font>
Image
User avatar
AgentSmyth
Regular
 
Posts: 396
Joined: Fri Oct 01, 04 6:05 pm
Location: On my Computer

Postby Zondartul » Sun Nov 20, 05 9:31 am

wtf i compiled it...
________________
_______________
______________
_____________
____________
___________
__________
_________
________
_______
______
_____
____
___
__
_
User avatar
Zondartul
Poster
 
Posts: 217
Joined: Thu Oct 28, 04 7:27 am

Postby Dae » Sun Nov 20, 05 9:33 am

Nice :)

Go to C:\DeusEx\System
Find the nikcreds.uc
Upload that to your post...

...but i think you meant .u
and aint it easier just to hit uccmake.bat file instead of doing all this stuff?
Open your Start Menu
Go to run
Type in CMD
Type in Command Prompt "cd\deusex\system"
Type ucc make
User avatar
Dae
Alpha
 
Posts: 12086
Joined: Sat Sep 06, 03 4:40 pm

Postby Zondartul » Sun Nov 20, 05 9:39 am

Changed item name and compiled again. if you still think its not compiled compile yourself.
Attachments
NikCredits.u
Same as above
(4.35 KiB) Downloaded 306 times
________________
_______________
______________
_____________
____________
___________
__________
_________
________
_______
______
_____
____
___
__
_
User avatar
Zondartul
Poster
 
Posts: 217
Joined: Thu Oct 28, 04 7:27 am

Postby ~ô¿ô~Nobody~ » Sun Nov 20, 05 7:15 pm

lol.. it is compiled.. there one just needs to take a short view of some milliseconds to the file with a hexeditor :lol:
Nobody is perfect...
------------------------------
Longc[A]t wrote:I still think Dae is a russian spambot.

~[A]Daedalus~ wrote:There will be a day when my patience goes away and you, along with all who rant with you, will get banned.

ô¿ô¥[GODZ]¥NOCHANC wrote:I can ban any one I want ANY time I want. You have no rights here.
User avatar
~ô¿ô~Nobody~
Alpha
 
Posts: 2520
Joined: Fri Dec 31, 04 3:20 pm
Location: Proclarush Taonas

Postby AgentSmyth » Sun Nov 20, 05 8:56 pm

~[A]Daedalus~ wrote:Nice :)

Go to C:\DeusEx\System
Find the nikcreds.uc
Upload that to your post...

...but i think you meant .u
and aint it easier just to hit uccmake.bat file instead of doing all this stuff?
Open your Start Menu
Go to run
Type in CMD
Type in Command Prompt "cd\deusex\system"
Type ucc make



lol sorry thats the way i do it...
<font color="red" size="1">Who Said Life Was Fair</font>
Image
User avatar
AgentSmyth
Regular
 
Posts: 396
Joined: Fri Oct 01, 04 6:05 pm
Location: On my Computer


Return to Modifications

Who is online

Users browsing this forum: No registered users and 11 guests
cron