[unsolved]OK I lied, more questions...
Moderator: Moderators
-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
[unsolved]OK I lied, more questions...
Sorry I just cant stop asking questions I just gotta know the answer
1. Is there a way to set props to be "soft" so that if I was using the bloodspray effect it would work on the prop and only that prop?
[Solved] 2. Can you force 1st person, I know you can force 3rd....
3. How do you set up "pick-up" weapons?
[solved] 4. Can you make the wampa attacks not knock a player over, or is that just part of the melee weapon class?
[solved]5. Is there a way to make an XSI animated door open only after a panel is destroyed?
6. Is it possible to have health display as a number or percent rather than a health bar?
1. Is there a way to set props to be "soft" so that if I was using the bloodspray effect it would work on the prop and only that prop?
[Solved] 2. Can you force 1st person, I know you can force 3rd....
3. How do you set up "pick-up" weapons?
[solved] 4. Can you make the wampa attacks not knock a player over, or is that just part of the melee weapon class?
[solved]5. Is there a way to make an XSI animated door open only after a panel is destroyed?
6. Is it possible to have health display as a number or percent rather than a health bar?
Last edited by ryukaji on Fri Apr 03, 2009 7:55 pm, edited 10 times in total.
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: OK I lied, More questions...(force 1st person?)
ForceMode = 0
-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
Re: OK I lied, More questions...(force 1st person?)
Thanks Tean! That answers that question...now about the prop, anyone know how?
- [TFA]Padawan_Fighter
- High General

- Posts: 806
- Joined: Wed Mar 25, 2009 3:37 pm
- Projects :: Ha - as if I will ever get back to them
- xbox live or psn: No gamertag set
- Location: Lost at sea
Re: OK I lied, more questions...
I don't think so. If it has health, then it's going to have that effect.
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: OK I lied, more questions...
3. No -- an award weapon replaces the current weapon. No way to have both unless you coded them both so that the player always has them as selectable weapons. In other words you would have to not use the awards system.
4. Look in the .combo to see if it has a push or knockback value.
4. Look in the .combo to see if it has a push or knockback value.
-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
Re: OK I lied, more questions...
So no awarding the weapon huh, I'm a noob at coding so someone is going to have to help me out with the code, I really need to learn how cause there's lots you can do with codes..
I didn't now the .combo had that information I thought it would be .odf, ill go check now
I didn't now the .combo had that information I thought it would be .odf, ill go check now
- Frisbeetarian
- Jedi

- Posts: 1233
- Joined: Wed Sep 12, 2007 3:13 pm
Re: OK I lied, more questions...
If this were the case, you wouldn't keep the rocket launcher when you get guided missiles as an award, but this is not the case. I don't have the tools on this computer, so I can't check it out.Teancum wrote:3. No -- an award weapon replaces the current weapon. No way to have both unless you coded them both so that the player always has them as selectable weapons. In other words you would have to not use the awards system.
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: OK I lied, more questions...
I'm not sure either to be honest, it's been awhile, but I know that it covers the damage.
-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
Re: OK I lied, more questions...
Wait so the rocket launcher award doesn't replace? Ill go check it out and see if I can see how it works
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: OK I lied, more questions...
Maybe so. It's been awhile since I've dealt with award weapons.
-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
Re: OK I lied, more questions...
OK I tried to get the award to work i put this in but it never awarded me te machine gun
Heres my weaponsection
and I added this to the machine gun
Heres my weaponsection
Hidden/Spoiler:
Code: Select all
MedalsTypeToUnlock = "1"
ScoreForMedalsType = "1"-
theultimat
- Lieutenant General

- Posts: 679
- Joined: Sun Apr 13, 2008 1:39 pm
- Location: UK
Re: OK I lied, more questions...
In the award launcher's odf, it says
Instead of what you said (changed the 1 to a 2 in 2 instances). You could try that instead, although I doubt it'll have much of a difference.
Code: Select all
MedalsTypeToUnlock = 2
ScoreForMedalsType = 2-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
Re: OK I lied, more questions...
I didnt do anythig, i killed many zombies (122 to be exact) and never got awarded the machine gun, or the shotgun, which I also set up to be awarded after the machine gun
- Fiodis
- Master of the Force

- Posts: 4145
- Joined: Wed Nov 12, 2008 9:27 pm
- Projects :: Rannoch + Tientia + Tools Programming
Re: OK I lied, more questions...
After the machine gun? An award-award weapon? I didn't know you could do those.
You could do it the way Mav did in Spira, but then you'd have to enter and exit a CP.
6. Not sure exactly; but it would be really easy if you just had a door prop with ZE anims to move up and down. Then it's extremely easy to rig it to go up after the destruction of a panel, and back down after the panel's repair. If that's acceptable to you, you could go ahead and try to script it. Or if you want I could script it for you; it's an easy thing and I'd need the practice.
You could do it the way Mav did in Spira, but then you'd have to enter and exit a CP.
6. Not sure exactly; but it would be really easy if you just had a door prop with ZE anims to move up and down. Then it's extremely easy to rig it to go up after the destruction of a panel, and back down after the panel's repair. If that's acceptable to you, you could go ahead and try to script it. Or if you want I could script it for you; it's an easy thing and I'd need the practice.
-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
Re: OK I lied, more questions...
Dont worry about it I know how to script little things like that, its just anything past that I have no clue, haha.Fiodis wrote:After the machine gun? An award-award weapon? I didn't know you could do those.
You could do it the way Mav did in Spira, but then you'd have to enter and exit a CP.
6. Not sure exactly; but it would be really easy if you just had a door prop with ZE anims to move up and down. Then it's extremely easy to rig it to go up after the destruction of a panel, and back down after the panel's repair. If that's acceptable to you, you could go ahead and try to script it. Or if you want I could script it for you; it's an easy thing and I'd need the practice.
How do you do it with the cp cause maybe I could make a machine gun floating above the cp so when you use it you get the machine gun
- Fiodis
- Master of the Force

- Posts: 4145
- Joined: Wed Nov 12, 2008 9:27 pm
- Projects :: Rannoch + Tientia + Tools Programming
Re: OK I lied, more questions...
Not entirely sure, I'd reccomend looking at Spira's LUA which Mav released soemwhere. I'm pretty sure it's SetProperty.
-
kinetosimpetus
- Imperial Systems Expert

- Posts: 2381
- Joined: Wed Mar 25, 2009 4:15 pm
- Projects :: A secret project
Re: OK I lied, more questions...
Is this in the pistol?ryukaji wrote:OK I tried to get the award to work i put this in but it never awarded me te machine gun
Heres my weaponsectionand I added this to the machine gunHidden/Spoiler:Code: Select all
MedalsTypeToUnlock = "1" ScoreForMedalsType = "1"
Code: Select all
ScoreForMedalsType = "1"-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
Re: OK I lied, more questions...
Now it will display "Gunslinger" but it doesnt award the macine gun. Can anyone explain
What those mean and do , and how to set up an awards system?
EDIT: Oh yeah and I should add that the ForceMode = 0 puts then to first to start with but you can still switch to 3rd, i want there to be no 3rd person option, like how jedi only have 3rd.
Code: Select all
MedalsTypeToUnlock = "1"
ScoreForMedalsType = "1"EDIT: Oh yeah and I should add that the ForceMode = 0 puts then to first to start with but you can still switch to 3rd, i want there to be no 3rd person option, like how jedi only have 3rd.
- Frisbeetarian
- Jedi

- Posts: 1233
- Joined: Wed Sep 12, 2007 3:13 pm
Re: OK I lied, more questions...
Just to confirm, you have
in the pistol ODF and
in the machine gun ODF?
Code: Select all
ScoreForMedalsType = "1"Code: Select all
MedalsTypeToUnlock = "1"
ScoreForMedalsType = "1"-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
Re: OK I lied, more questions...
Yes and it will display "Frenzy" but still no award 
