Liberty Unleashed

Scripting => Script Help => Topic started by: SGH on November 29, 2010, 03:13:42 pm

Title: Needing help with Priority on LU files
Post by: SGH on November 29, 2010, 03:13:42 pm
Me and Cypher are thinking about making a .dll module for taking mods on LU...
I wish to know which file/s calls the Gta3.img or/and the txd.img file/s...
Can someone asnwer me?
1. That's not the Gta3.dat file
2. That's not the Default.dat file
Ofc i'll post the definitive (beta too PROBABLY) version of the module.

@Who answers... Thanks!

EDIT: 40 times readed... no answers... C'MON!
EDIT: 50 now... at least tell me i can't -.-
Title: Re: Needing help with Priority on LU files
Post by: Cypher on December 07, 2010, 11:44:34 am
UP! Come on guys someone can respond, we need the know only with file recalls the gta3.img in gta 3.  :-\
Title: Re: Needing help with Priority on LU files
Post by: VRocker on December 07, 2010, 11:55:29 am
Without looking it up, the files are called from within GTA itself, not from a file.

Only way to change it would be to change it in the executable.
Title: Re: Needing help with Priority on LU files
Post by: SGH on December 09, 2010, 04:11:49 pm
Is there any way to force GTA3 (ANY WAY) to force loading a new .img file?
Title: Re: Needing help with Priority on LU files
Post by: Thijn on December 09, 2010, 04:48:19 pm
You can without LU for sure (by editing the exe, injecting a DLL or any other method), But not with LU.
Also, the .img file is huuuge so downloading a separate file for every server that wants mods is not a good idea.
Title: Re: Needing help with Priority on LU files
Post by: AdTec_224 on December 09, 2010, 05:59:31 pm
I assume you're asking this so you can use mods with LU the fact of the matter is the LU anti-cheat (UAC) allows for mods server owners can turn off the anti-cheat for a specific server or use custom files however the server doesnt send the custom files to the client at this time so each client would have to manually download the mod from whichever site you got it from.

EDIT: Thought i might aswell link you to this: http://www.youtube.com/watch?v=Hz761S5QsI4

- AdTec_224
Title: Re: Needing help with Priority on LU files
Post by: SGH on December 18, 2010, 02:51:32 pm
just a thing more... "OUR" "DEAR" Cypher can't find this file...
Where should we/i/he search?
Title: Re: Needing help with Priority on LU files
Post by: Cypher on December 21, 2010, 02:20:26 pm
Guys i need to know where i can find the Anticheat.uac or if i must create it what i must write in it (and how). I need to know this soon as possible. Thanks.  :)

Regardz Cypher.  8)
Title: Re: Needing help with Priority on LU files
Post by: VRocker on December 21, 2010, 04:27:54 pm
See Here (http://liberty-unleashed.co.uk/LUWiki/Server_Manual).

Just create it in the LU directory and list the files you wish to check. E.g.

Code: [Select]
gta3.dat
default.dat
handling.cfg

Remember to also put the files listed in the data directory
Title: Re: Needing help with Priority on LU files
Post by: SGH on December 22, 2010, 01:59:54 pm
* SGH Actives Ball-Breaker Modality. *

We need to know how to fix our Digital Speedometer... It won't work...
Neither I can upload it here :S

It's based on the Juppi one...

It's here however... http://www.mediafire.com/?qw7c9p022uvfeeq (http://www.mediafire.com/?qw7c9p022uvfeeq)

Well, why do i see you replying only if Cypher "UP"s ?  :-X
Title: Re: Needing help with Priority on LU files
Post by: Cypher on December 24, 2010, 09:43:48 am
* SGH Actives Ball-Breaker Modality. *

We need to know how to fix our Digital Speedometer... It won't work...
Neither I can upload it here :S

It's based on the Juppi one...

It's here however... [url]http://www.mediafire.com/?qw7c9p022uvfeeq[/url] ([url]http://www.mediafire.com/?qw7c9p022uvfeeq[/url])

Well, why do i see you replying only if Cypher "UP"s ?  :-X

Come on guys please can someone fix our script?  :(
We will release the script when it will be finished.
Title: Re: Needing help with Priority on LU files
Post by: VRocker on December 24, 2010, 01:18:56 pm
What exactly is wrong with it? I've had a breif look over it and not foud any immediate problems, but i'm not that good at squirrel yet
Title: Re: Needing help with Priority on LU files
Post by: Cypher on December 24, 2010, 03:42:02 pm
What exactly is wrong with it? I've had a breif look over it and not foud any immediate problems, but i'm not that good at squirrel yet
It just doesn't work. I see that is loaded by the server because the server.exe says Scripts: 1, but it doesn't work ingame.
Title: Re: Needing help with Priority on LU files
Post by: VRocker on December 24, 2010, 04:03:58 pm
You are setting it to a client script arn't you? Remember that you should do client="1" in the script.xml
Title: Re: Needing help with Priority on LU files
Post by: SGH on December 24, 2010, 05:42:33 pm
Right, it's applied to clients... and client=1 if i'm not wrong ...
I found some errors... but i don't think that's the reason...
Every "||" should be "&&"... however we see "scripts loaded = 1"
But in the server there's the FBS too... (Am i wrong?)
I tried too to adding these files to the FBS's script.xml...
and i get a lot of errors in the first lines of onScriptLoad() (Or whatever it's called xD)
and after i tried to solve that error (Deleting that line) i found more errors...
I remember, it's based on the Juppi speedo, it works well, but if i only change his file with mine it gives errors & co.
Title: Re: Needing help with Priority on LU files
Post by: Thijn on December 25, 2010, 04:36:53 pm
The speedo is a client side script and thus can't give any problems to FBS which is a server side script.
Make sure you have the script in your script.xml and set client="1" so the server knows it should send it to the client instead of executing it server side.
Title: Re: Needing help with Priority on LU files
Post by: Cypher on December 25, 2010, 07:01:08 pm
The speedo is a client side script and thus can't give any problems to FBS which is a server side script.
Make sure you have the script in your script.xml and set client="1" so the server knows it should send it to the client instead of executing it server side.
The script.xml already has client="1" and the server successfully sends the script to the client, but the speedo still don't work.  :(
Title: Re: Needing help with Priority on LU files
Post by: SGH on December 25, 2010, 07:25:21 pm
Here's a lil' more updated version... where i fixed || and &&...
http://www.mediafire.com/?kgd8g1x2dsa6yhx (http://www.mediafire.com/?kgd8g1x2dsa6yhx)
Title: Re: Needing help with Priority on LU files
Post by: Cypher on December 26, 2010, 08:26:43 pm
Please guys can someone check the script and try to find errors?
The script is loaded by the server (WITH NO ERRORS in the server.exe) and script.xml stuff is right, but it still doesn't work and we don't know the reason (it isn't the speedo position because the lights too don't work).
Title: Re: Needing help with Priority on LU files
Post by: VRocker on December 27, 2010, 11:47:39 am
I've just been looking at your script, and cant figure out why it wont load.

I have noticed your missing a /* from the beginning of the script (unless its just something that clipped it with the one you uploaded)

I guess your gonna have to wait for Juppi to return, or hope one of the lazy testers can help you
Title: Re: Needing help with Priority on LU files
Post by: Thijn on December 27, 2010, 01:35:54 pm
Clicky! (http://dl.dropbox.com/u/15204202/speedoSGH.nut)
I've not tested it, but it seems right now. Go try it ;)
I'm not so lazy it seems o_O
Title: Re: Needing help with Priority on LU files
Post by: Cypher on December 27, 2010, 01:54:08 pm
Clicky! ([url]http://dl.dropbox.com/u/15204202/speedoSGH.nut[/url])
I've not tested it, but it seems right now. Go try it ;)
I'm not so lazy it seems o_O

Damnnn it doesn't work and i don't know the reason.  :-\
Anyway thanks man.

I've just been looking at your script, and cant figure out why it wont load.

I have noticed your missing a /* from the beginning of the script (unless its just something that clipped it with the one you uploaded)

I guess your gonna have to wait for Juppi to return, or hope one of the lazy testers can help you

I've tryed to fix that /* but it still doesn't work.
When Juppi will return?
Title: Re: Needing help with Priority on LU files
Post by: SGH on December 27, 2010, 02:10:03 pm
I have noticed your missing a /* from the beginning of the script (unless its just something that clipped it with the one you uploaded)

Right, lil' mistake...
Clicky! ([url]http://dl.dropbox.com/u/15204202/speedoSGH.nut[/url])

I don't even SEE what did you fixed XD
A fix here! http://www.mediafire.com/?wyjr4295ha8tm0q (http://www.mediafire.com/?wyjr4295ha8tm0q)
Title: Re: Needing help with Priority on LU files
Post by: Cypher on January 04, 2011, 03:33:15 pm
UP!
Can someone try to fix it please? We really need to get this script working.