Home » Renegade Discussions » Mod Forum » More Problems
More Problems [message #260059] |
Tue, 22 May 2007 00:30 |
_SSnipe_
Messages: 4121 Registered: May 2007 Location: Riverside Southern Califo...
Karma: 0
|
General (4 Stars) |
|
|
1)on level edit when i select "isstealhunit" or what ever its called to make it stealth it does not work the units wont become stealth and the tanks dont show up at all like if the plans dropping them off but not like physiclay there how can i fix that for so i can have stealth units and tanks for example a havoc and a stealth med?
2)how can i make it where when u kill someone u see a giant explosion or ion strike i did that explosion kill and selected an object like explosion no building and edit the object (present) itself and after 5 trys cant get it to work any help?
3) and another thing is where can i make it so when u fall from a high p;ace u wont lose as much damage?
4)is it possible to change the cargo plane into somthing else to drop tanks off?
i know i ask a lot but im new and need help and greatly happy for all yuo guys help u all are the best please reply and thank you
|
|
|
|
|
|
|
Re: More Problems [message #260091 is a reply to message #260059] |
Tue, 22 May 2007 07:08 |
|
Cat998
Messages: 1082 Registered: January 2004 Location: Austria, Vienna
Karma: 0
|
General (1 Star) Moderator/Captain |
|
|
I really want to see how he is editing the dll. Does he use notepad ?
But I guess he is editing the source files, and then compiles them
No really, it makes me sick of hearing about editing scripts.dll
everywhere, unless you are using a hex editor. But there is no
reason to use one since scripts.dll is open source
AoBfrost wrote on Tue, 22 May 2007 15:35 | The best way to make someone have the stealth effect is to edit scripts.dll, my friend does alot of modding in it and made new crates, new features and all these things that people in renegade have never seen (pickup c4 if accidentally placed, stealth suit from sbh death) and they did all work, unless the person had the original 1.037 scripts of renegade.....but most people now have 2.3.
|
Yeh right, let me guess, about 50 % of all renegade players are
not using the custom scripts.dll ?
I want to play on that server without custom scripts.dll,
because then I have a nice advantage in being able to see stealthed units
When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter then "Yes"
Programming is like sex: one mistake and you have to support it for the rest of your life
Want the best answers? Ask the best questions!
"So long, and thanks for all the fish."
[Updated on: Tue, 22 May 2007 07:14] Report message to a moderator
|
|
|
Re: More Problems [message #260093 is a reply to message #260059] |
Tue, 22 May 2007 08:23 |
|
AoBfrost
Messages: 1248 Registered: March 2007
Karma: 0
|
General (1 Star) |
|
|
Well before we tested and alot of the "usual" people we so on the server couldnt see sealthed units when they got the suit to drop, but then after mroe and more came in and people started accuing of hax, we knew it was because they werent using newer scripts.dll, so we turned the stealth suit off and just kept the pickup c4, some people with original scripts.dll claimed they could pickup, while others claimed they couldnt, so it's hard to know who can and cant, so now it's more of a thing you can only do if you have newer scripts.dll or else you play normally........I guess thats what happens when ren players dunno how to copy and paste 4-5 files into their directory...I say xwis should make it standard sometime in the near future, update everyone to 2.3 atleast so they can see servers new features, and have faster loading......I mean the scripts.dll, not the whole maps and all, that would be just installing core patches then../...but just making scripts.dll itself required would be fast and easy, they made it so we all needed 1.037 patch to play online back then...why not when logging on, your asked to download a file and it auto installs into your renegade directory.
Scrin wrote on Fri, 05 October 2007 12:19 | ''whoa im the photoshop''
|
KANE LIVES!!!
|
|
|
Re: More Problems [message #260107 is a reply to message #260093] |
Tue, 22 May 2007 09:46 |
Sn1per74*
Messages: 939 Registered: April 2006
Karma: 0
|
Colonel |
|
|
For 4. you can use a drop mod and just delete the cargo plane part and put in the name of the vehicle you want it to be. This would be the simplest way.
For 3. if you want to make a single thing have no falling damage add the script M00_No_falling_damage_DME
Creator: AoBFrost
|
|
|
|
Re: More Problems [message #260122 is a reply to message #260059] |
Tue, 22 May 2007 10:35 |
|
reborn
Messages: 3231 Registered: September 2004 Location: uk - london
Karma: 0
|
General (3 Stars) |
|
|
joe937465 wrote on Tue, 22 May 2007 03:30 |
2)how can i make it where when u kill someone u see a giant explosion or ion strike i did that explosion kill and selected an object like explosion no building and edit the object (present) itself and after 5 trys cant get it to work any help?
|
If you are running ssaow 1.5 then go to the void M00_GrantPowerup_Created::Killed(GameObject *obj, GameObject script, then add this line to it:
Commands->Create_Explosion("Explosion_IonCannonBeacon",Commands->Get_Position(obj),0);, so it would look something like this:
void M00_GrantPowerup_Created::Killed(GameObject *obj, GameObject *shooter)
{
if (stricmp(Get_Parameter("WeaponDef"),"POW_Pistol_Player") == 0)
Commands->Create_Explosion("Explosion_IonCannonBeacon",Commands->Get_Position(obj),0);
{
Then compile it.
This will make a massive ion boom when a player dies =]
|
|
|
Re: More Problems [message #260136 is a reply to message #260059] |
Tue, 22 May 2007 11:40 |
_SSnipe_
Messages: 4121 Registered: May 2007 Location: Riverside Southern Califo...
Karma: 0
|
General (4 Stars) |
|
|
well i have the newest of all the stuff u guys talked aobut above and im making a serverside mod no maps and etc so not possible? to make them stealth? i mean then wht have that setting there if not possible?
|
|
|
Re: More Problems [message #260138 is a reply to message #260122] |
Tue, 22 May 2007 11:49 |
_SSnipe_
Messages: 4121 Registered: May 2007 Location: Riverside Southern Califo...
Karma: 0
|
General (4 Stars) |
|
|
Reborn wrote on Tue, 22 May 2007 12:35 |
joe937465 wrote on Tue, 22 May 2007 03:30 |
2)how can i make it where when u kill someone u see a giant explosion or ion strike i did that explosion kill and selected an object like explosion no building and edit the object (present) itself and after 5 trys cant get it to work any help?
|
If you are running ssaow 1.5 then go to the void M00_GrantPowerup_Created::Killed(GameObject *obj, GameObject script, then add this line to it:
Commands->Create_Explosion("Explosion_IonCannonBeacon",Commands->Get_Position(obj),0);, so it would look something like this:
void M00_GrantPowerup_Created::Killed(GameObject *obj, GameObject *shooter)
{
if (stricmp(Get_Parameter("WeaponDef"),"POW_Pistol_Player") == 0)
Commands->Create_Explosion("Explosion_IonCannonBeacon",Commands->Get_Position(obj),0);
{
Then compile it.
This will make a massive ion boom when a player dies =]
|
umm what? lol srry i told u im new but theres only one way for me to learn!
|
|
|
|
|
Re: More Problems [message #260271 is a reply to message #260138] |
Wed, 23 May 2007 00:39 |
|
reborn
Messages: 3231 Registered: September 2004 Location: uk - london
Karma: 0
|
General (3 Stars) |
|
|
joe937465 wrote on Tue, 22 May 2007 14:49umm | what? lol srry i told u im new but theres only one way for me to learn!
|
SSAOW is an open source server side project for renegade that is maintained and updated by Whitedragon from www.black-cell.net
Here is a link to it, and it's source code:
http://forums.black-cell.net/index.php?topic=6005.0
To do what I said, you would have to download the source code and add that one line I mentioned, and put it exactly where I showed you. Then you would have to link and compile it. That would then make your new scripts.dll.
The program that I use and many other too for opening the source code is visualstudio.net2003. However everything from now on is done in visualstudio.net2005.
I do not mind doing this for you if you tell me the SSAOW version your server is using. I will uplaod the source and compiled version.
If you are not using any SSAOW version then there is most likely an easy way to do this in level edit. Like adding that same explosion to every character by modifying there preset.
[Updated on: Wed, 23 May 2007 00:40] Report message to a moderator
|
|
|
|
Re: More Problems [message #260475 is a reply to message #260107] |
Wed, 23 May 2007 20:25 |
_SSnipe_
Messages: 4121 Registered: May 2007 Location: Riverside Southern Califo...
Karma: 0
|
General (4 Stars) |
|
|
Sn1per74(2) wrote on Tue, 22 May 2007 11:46 | For 4. you can use a drop mod and just delete the cargo plane part and put in the name of the vehicle you want it to be. This would be the simplest way.
For 3. if you want to make a single thing have no falling damage add the script M00_No_falling_damage_DME
|
how u add the script?
|
|
|
Re: More Problems [message #260482 is a reply to message #260059] |
Wed, 23 May 2007 20:46 |
_SSnipe_
Messages: 4121 Registered: May 2007 Location: Riverside Southern Califo...
Karma: 0
|
General (4 Stars) |
|
|
A)also heres some more problesm which one one the ob gun and agt gun?
B)and how can u increase the damage from them?
C)and is there a second type of ob or agt gun?
D)and lastly u know the hun icon? that shows what the char or thing ur buying? how can i change that?
E)and
"I added the line and compiled it into SSAOW 1.5, you can download it here:
http://www.mp-gaming.com/reborn/coderelease/SSAOW1.5_For_Joe.zip
It contains the source code, but all you will need is the folder called "server files". I am assuming you know how to add these to your FDS?
[Updated on: Wed, 23 May 2007 15:23] "
F)are thoase fiels ok for CTF? becuase thats what im making
also
G)"[For #4] Do you mean like making a chinook drop of the cargo instead of the cargo plane?"
please i really want this instaed of the sutpid cargo plan
i tryed that and didnt work only thing that happend was it didnt even show the plan can u guys help me with these new problmes instead of making a new post? please
H) im still confusse don making things stleath
I) and confussed the explosion when killed thing
j)also another thing is theres an agt gun and ob gun is there any other type of gun? like a ceiling gun? or somthing?
if u guys can please try to answer all so i dont have to keep asking thank you
PS still confussed about
[Updated on: Wed, 23 May 2007 21:04] Report message to a moderator
|
|
|
|
|
Re: More Problems [message #260488 is a reply to message #260486] |
Wed, 23 May 2007 21:57 |
Sn1per74*
Messages: 939 Registered: April 2006
Karma: 0
|
Colonel |
|
|
For the nod cargo plane thing.. I dug up a script in always.dat. This won't drop off the vehicle you bought, it will drop off a humm-vee . I fiddled around with it but couldn't get it to work. I'm sure somebody here will know how to do it to make the chinook drop the certain vehicle off. Anyhoo, heres the script. Name it cnc_c130drop.txt just copy this into a notepad.
;************************* Transport Helicopter Hummvee Drop ************************
; ****************************** Trajectory Transport
-1 Create_Object, 1, "XG_TransprtBone", 0, 0, 0, 0
-1 Play_Animation, 1, "XG_TransprtBone.XG_HD_TTraj", 1
; ****************************** Transport
-1 Create_Real_Object, 2, "NOD_Transport_Helicopter", 1, "BN_Trajectory"
-1 Set_Primary, 2
-1 Attach_to_Bone, 2, 1, "BN_Trajectory"
-1 Play_Animation, 2, "v_GDI_trnspt.XG_HD_Transport",1
-700 destroy_object, 2
; ****************************** Trajectory Nod_Light_Tank
-1 Create_Object, 3, "XG_HD_HTraj", 0, 0, 0, 0
-1 Play_Animation, 3, "XG_HD_HTraj.XG_HD_HTraj", 1
; ****************************** Nod_Light_Tank
-1 Create_Real_Object, 4, "GDI_Humm-vee_Player", 3, "BN_Trajectory"
-1 Attach_Script, 4, "M02_Player_Vehicle", "0"
-1 Attach_to_Bone, 4, 3, "BN_Trajectory"
-437 Attach_to_Bone, 4, -1, "BN_Trajectory"
-437 Move_Slot, 7, 4
; ****************************** Harness
-1 Create_Object, 6, "XG_HD_Harness", 0, 0, 0, 0
-1 Play_Animation, 6, "XG_HD_Harness.XG_HD_Harness", 0
; ****************************** Primary Destroyed
1000000 Destroy_Object, 1
1000000 Destroy_Object, 2
1000000 Destroy_Object, 3
1000000 Destroy_Object, 4
1000000 Destroy_Object, 5
1000000 Destroy_Object, 6
If any of you guys out there could edit this to make it drop off the bought vehicle please help.
Creator: AoBFrost
|
|
|
Re: More Problems [message #260489 is a reply to message #260482] |
Wed, 23 May 2007 22:03 |
Sn1per74*
Messages: 939 Registered: April 2006
Karma: 0
|
Colonel |
|
|
joe937465 wrote on Wed, 23 May 2007 22:46 |
D)and lastly u know the hun icon? that shows what the char or thing ur buying? how can i change that?
|
The icons can be found in xcc mixer. Get it at www.renhelp.net and install it. Open it up and then open up always.dat. The HUD icons will be something like this - hud_XXXXX.dds. Right click it and click extract. Open it up using photoshop or paint shop pro. You will need a .dds plugin - you can also get that at www.renhelp.net. Edit it and save it AS THE EXACT SAME NAME AS YOU EXTRACTED IT AS in the .dds format to the data folder. Open up Renegade and it should work fine.
Note: This wil NOT be server side. Other people have to download it to see it.
Creator: AoBFrost
|
|
|
Re: More Problems [message #260494 is a reply to message #260059] |
Wed, 23 May 2007 23:51 |
|
reborn
Messages: 3231 Registered: September 2004 Location: uk - london
Karma: 0
|
General (3 Stars) |
|
|
joe937465 wrote on Wed, 23 May 2007 23:46 | A)also heres some more problesm which one one the ob gun and agt gun?
|
joe937465 wrote on Wed, 23 May 2007 23:46 |
B)and how can u increase the damage from them?
|
you can't server side, well, I don't think you can in level edit, it is possible via your servers .dll. But you have to really know what you're doing. Besides, why do you need a gun more powerfull then the obby gun? lol
joe937465 wrote on Wed, 23 May 2007 23:46 |
C)and is there a second type of ob or agt gun?
|
Yeah there is two different ones, but they do the exact same thing.
joe937465 wrote on Wed, 23 May 2007 23:46 |
D)and lastly u know the hun icon? that shows what the char or thing ur buying? how can i change that?
|
stated before, but just to reinforce, you can't do this server side.
joe937465 wrote on Wed, 23 May 2007 23:46 |
E)and
"I added the line and compiled it into SSAOW 1.5, you can download it here:
http://www.mp-gaming.com/reborn/coderelease/SSAOW1.5_For_Joe.zip
It contains the source code, but all you will need is the folder called "server files". I am assuming you know how to add these to your FDS?
[Updated on: Wed, 23 May 2007 15:23] "
F)are thoase fiels ok for CTF? becuase thats what im making
|
e doesn't seem to be a question, but I answered and gave you a new one a few posts up.
joe937465 wrote on Wed, 23 May 2007 23:46 |
G)"[For #4] Do you mean like making a chinook drop of the cargo instead of the cargo plane?"
please i really want this instaed of the sutpid cargo plan
i tryed that and didnt work only thing that happend was it didnt even show the plan can u guys help me with these new problmes instead of making a new post? please
|
Erm, surely you can just change the cargo planes model in level edit rather then making a cinematic?
joe937465 wrote on Wed, 23 May 2007 23:46 |
H) im still confusse don making things stleath
|
You can't server side without clients having an update. But you could change players to sbh's which would work.
joe937465 wrote on Wed, 23 May 2007 23:46 |
I) and confussed the explosion when killed thing
|
You seem to of asked the same question here, I answered it a couple of posts up.
joe937465 wrote on Wed, 23 May 2007 23:46 |
j)also another thing is theres an agt gun and ob gun is there any other type of gun? like a ceiling gun? or somthing?
|
There is a samsite gun, but don't bother using it, it is totally fucked. You fire and sometimes the missles come out of other players if you are in first person.
[Updated on: Wed, 23 May 2007 23:52] Report message to a moderator
|
|
|
Re: More Problems [message #260510 is a reply to message #260059] |
Thu, 24 May 2007 01:04 |
_SSnipe_
Messages: 4121 Registered: May 2007 Location: Riverside Southern Califo...
Karma: 0
|
General (4 Stars) |
|
|
wow dude i love u !! lol ok well ty ty ty
but now this im srry i read these post but im still confussed
1)so i cant use level edit to increase wep damage?
2)and Weapon_oblisk are ob gun but which one of those 2 are he good AGT gun?
and i cant use the ceiling gun at all?
3)
4) "You can't server side without clients having an update. But you could change players to sbh's which would work.
i seen in servs that when u kill someone u see a giant explosion i cant do that via leveledit?
5)so when i change the cargo plane i use and model? or just whats in the cinematic? or can i make a trans drop it off
6)and i know about cnc_c130drop.txt all i want is on gdi and nod instead of the air strip cargo plan or wf a trans sjut drops it off if its not possible or stable i rather replace the cargo plan even if it does not look right
7) idk if i lost the post or didn't know how to do this but where or what can i edit to make falling damage from really high places less health loss?
8)is shield health armor?
and lastly
9)No, that was for AOW.
I downloaded www.black-intel.net's updated SSCTF and added the code you need to theres and compiled it.
You can download the files you need (with source) here:
http://www.mp-gaming.com/reborn/coderelease/SSCTF292+BI_For_Joe.zip
This will work for your CTF mod.
i forgot about the files above what do they do again the stealh or explosion or something else i ask? srry its hard keeping track of all this!!
|
|
|
Re: More Problems [message #260518 is a reply to message #260510] |
Thu, 24 May 2007 01:43 |
|
reborn
Messages: 3231 Registered: September 2004 Location: uk - london
Karma: 0
|
General (3 Stars) |
|
|
joe937465 wrote on Thu, 24 May 2007 04:04 |
1)so i cant use level edit to increase wep damage?
|
Well, i'm pretty sure damage values are sent from the client. So I don't think you can using level edit. It might be possible if someone wrote you a script, then you attached that script to the weapon you wanted with inout params to set the damage multiplier. But this would be a semi-large project.
joe937465 wrote on Thu, 24 May 2007 04:04 |
2)and Weapon_oblisk are ob gun but which one of those 2 are he good AGT gun?
|
Either of them I think, if i remember i used the "_missle" one
joe937465 wrote on Thu, 24 May 2007 04:04 |
and i cant use the ceiling gun at all?
|
Pretty sure you can't, but I might be wrong. Just try it, that question you could've answered yourself by trying
joe937465 wrote on Thu, 24 May 2007 04:04 |
i seen in servs that when u kill someone u see a giant explosion i cant do that via leveledit?
|
The files that I uplaoded for you will create a small ion explosion when someone is killed
joe937465 wrote on Thu, 24 May 2007 04:04 |
5)so when i change the cargo plane i use and model? or just whats in the cinematic? or can i make a trans drop it off
|
You can make a trans drop it off with cinematics, but if you ant another vehichle to act the same way as the cargo plane, but just a different model, then modify the cargo plane preset in level edit. Click on the mod button, then go to the physics tab, where you see the model name of the cargo place, change the model to something else.
joe937465 wrote on Thu, 24 May 2007 04:04 |
6)and i know about cnc_c130drop.txt all i want is on gdi and nod instead of the air strip cargo plan or wf a trans sjut drops it off if its not possible or stable i rather replace the cargo plan even if it does not look right
|
Then you deffinately want to use cinematics. This is entirely possible. I will post something that does this later when I am at home (if i have the time).
joe937465 wrote on Thu, 24 May 2007 04:04 |
7) idk if i lost the post or didn't know how to do this but where or what can i edit to make falling damage from really high places less health loss?
|
erm, it's called something like "JFW_no_falling_damage", or "JFW_Permanent_No_Falling_Damage"
joe937465 wrote on Thu, 24 May 2007 04:04 |
8)is shield health armor?
|
I am unclear what you are referring to here =/
joe937465 wrote on Thu, 24 May 2007 04:04 |
and lastly
9)No, that was for AOW.
I downloaded www.black-intel.net's updated SSCTF and added the code you need to theres and compiled it.
You can download the files you need (with source) here:
http://www.mp-gaming.com/reborn/coderelease/SSCTF292+BI_For_Joe.zip
This will work for your CTF mod.
i forgot about the files above what do they do again the stealh or explosion or something else i ask? srry its hard keeping track of all this!!
|
The files make a small ion explosion when a player is killed.
As for stealth, you cannot make a player stealthed server side. If the client has installed the core patch and has updated client scripts it will work. But people who dont have the scrips will see the player with no stealth effect.
It is possible to change a player to a sbh server side, then they will be stealthed for all people, irrespective of there scripts.dll version.
|
|
|
Goto Forum:
Current Time: Thu Jan 09 09:55:22 MST 2025
Total time taken to generate the page: 0.01814 seconds
|