Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

FPSC Classic Scripts / Enemy Disappears not leaving corpse

Author
Message
Ish
11
Years of Service
User Offline
Joined: 23rd Apr 2013
Location:
Posted: 23rd Apr 2013 21:44
Hi
I made a pretty good game in fps creator x10 but the only few problems is that when i shoot the enemy, it disappears, but I want it to be fall on the ground instead of disappearing. I dont know scripting. If there is way, of course there is because I have seen it, can any body tell how to do that.
I have tried alot, searched this forum and alot in Google, Bing, Yahoo but nothing satisfactory.
Even alot of peoples have posted this but even than the board is not solving this problems not moderators and TGC.
I have tried below but none of them worked for me,
1. Trying the leavecorpse.fpi in destroy script
2. keepning the value of Decay to 0
3. Tried the Decay value to 100
4. Tried all disappear and destroy scipts available in the script bank

Can any body please tell me how to fix it...?

Ish
Tomahawk
11
Years of Service
User Offline
Joined: 16th Dec 2012
Location: Where do you think I live?
Posted: 24th Apr 2013 14:04
I think that is just the animation of the character. The one thing that might work is change the destroy script to ragdoll, not sure if you tried this one.

Ish
11
Years of Service
User Offline
Joined: 23rd Apr 2013
Location:
Posted: 24th Apr 2013 16:42
I have no script named ragdoll can you please post it for me. I really need if it works. wanna try.

Ish
Tomahawk
11
Years of Service
User Offline
Joined: 16th Dec 2012
Location: Where do you think I live?
Posted: 24th Apr 2013 20:37
What version are you using? i don't think i'm allowed to post it because it comes with the newer versions of FPSC. If i'm allowed then i will post the script.

Ish
11
Years of Service
User Offline
Joined: 23rd Apr 2013
Location:
Posted: 25th Apr 2013 08:43
I am using fps creator x10 version 1.00.
If its about allowing the sharing of scripts, its allowed because alot of people has done it on the same topic plz check below
http://forum.thegamecreators.com/?m=forum_view&t=186844&b=23
If not please tell me how can I get it.....?

Ish
Tomahawk
11
Years of Service
User Offline
Joined: 16th Dec 2012
Location: Where do you think I live?
Posted: 25th Apr 2013 16:25 Edited at: 25th Apr 2013 16:25
Here you go then

Hope this helps

Ish
11
Years of Service
User Offline
Joined: 23rd Apr 2013
Location:
Posted: 26th Apr 2013 09:10
Well I tried it but doesnt worked for me. Do I have to change something in my Main Script for the character....? I have this main script with a gardoll in destroy..
;Artificial Intelligence Script

;Header

desc = Dark AI Behaviour Script

;Triggers

:nearactivatable=0:settarget,activatetarget=2

:state=0,activated=1:dodarkai=2
:state=0,isdarkaihurt:dodarkai=3

:state=0,ifweapon=0,isdarkaifiring:state=8,animate=6,setframe=6,dodarkai=4
:state=0,ifweapon=1,isdarkaifiring:state=2

:state=0,ifweapon=2,isdarkaifiring:state=11,animate=8,setframe=8,dodarkai=4
:state=0,ifweapon=3,isdarkaifiring:state=21,reloadweapon,animate=6,setframe=6,dodarkai=4
:state=0,ifweapon=4,isdarkaifiring:state=31,animate=6,setframe=6,dodarkai=4

:state=0,ifweapon=1,isdarkaiseeing:dodarkai=1
:state=0:dodarkaianim

:state=5:useweapon,rundecal=7,state=0,dodarkaianim
:state=4:state=5,dodarkaianim
:state=3:state=4,dodarkaianim
:state=2:state=3,dodarkaianim

:state=8:incframe=6
:state=8,frameatend=6:state=0,reloadweapon,dodarkai=5,sound=audiobank\guns\reload.wav

:state=11:incframe=8
:state=11,framebeyond=8 75,ifweapon=2:useweapon
:state=11,frameatend=8:state=0,dodarkai=5

:state=21:incframe=6
:state=21,framebeyond=6 65,ifweapon=3:useweapon
:state=21,frameatend=6:state=0,dodarkai=5

:state=31:incframe=6
:state=31,frameatend=6,ifweapon=4:reloadweapon,useweapon,state=0,dodarkai=5

;End of Script

I also got the the Mature Pack Update V.1.11 FPS Creator X10.exe, it installed it but it messed up my whole fps creator and when I exracted it,I fornd these files in the script destroy bank.

fadecorpse.fpi
keepalive.fpi
leavecorpse.fpi

What should I do next....?

Ish
Tomahawk
11
Years of Service
User Offline
Joined: 16th Dec 2012
Location: Where do you think I live?
Posted: 26th Apr 2013 17:11
Im not sure if i can help you any more as i can not script that well and i don't have FPSC x10, sorry.

ncmako
12
Years of Service
User Offline
Joined: 19th Feb 2012
Location: Hendersonville,NC
Posted: 27th Apr 2013 23:34
Hi Ish
Some of your conditions & actions in your script I don't recognize.
(isdarkaihurt & dodarkai?) Is this from FPSC-X10 specifically or maybe a mod?
s4real
VIP Member
18
Years of Service
User Offline
Joined: 22nd Jul 2006
Location:
Posted: 28th Apr 2013 00:32
Ish this should be in the fpscreator x10 thread but anyway have you installed the mature patch for x10 ?

ragdoll only works if you have this installed if not then download it from your history, if its not there then you not old enough to have the patch.


best s4real

Pack ya games with vishnu packer its free. Vishnu game launcher is now released.
Help keep vishnu free by pledging now :- http://vishnu.chipin.com/vishnu
Ish
11
Years of Service
User Offline
Joined: 23rd Apr 2013
Location:
Posted: 28th Apr 2013 08:19
I installed the mature pack but it messed up my whole x10, than I used universal extractor to extract the file inside the update.exe file, un extracted, I got the file and I pasted it on their specified locations, but still didn't worked.

Ish
s4real
VIP Member
18
Years of Service
User Offline
Joined: 22nd Jul 2006
Location:
Posted: 29th Apr 2013 21:29
Quote: "I installed the mature pack but it messed up my whole x10, than I used universal extractor to extract the file inside the update.exe file, un extracted, I got the file and I pasted it on their specified locations, but still didn't worked."


Just copying the files will not work I think it has to have the reg info as well when it installs to make sure you installed the mature pack.

Instal x10 then make sure you update it to the latest version then install the mature pack.

best s4real

Pack ya games with vishnu packer its free. Vishnu game launcher is now released.
Help keep vishnu free by pledging now :- http://vishnu.chipin.com/vishnu
unfamillia
14
Years of Service
User Offline
Joined: 26th Jul 2010
Location: Preston, Lancashire
Posted: 3rd May 2013 00:43
Either that or don't have a pirated copy of X10!

Pretty sure you have already received a ban for admitting you have downloaded X10 from a torrent!

Login to post a reply

Server time is: 2024-11-23 14:31:28
Your offset time is: 2024-11-23 14:31:28