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 Product Chat / Silent Hill/CooP/ 3rd Person Script Pack

Author
Message
2Beastmode4u
13
Years of Service
User Offline
Joined: 14th Feb 2011
Location: Loading...
Posted: 22nd Nov 2011 20:41
I see, your new to FPSC I take it? Well I suggest reading the manual that comes with FPSC. It will answer your question about what a dynamic entity is and more.


Cheers.

God help me, Please.
kuroshu
16
Years of Service
User Offline
Joined: 27th Jun 2007
Location:
Posted: 22nd Nov 2011 21:14
well maybe if you were not so damn lazy you would actually write us users, customers who buy your script a REAL MANUAL on HOW TO USE YOUR SCRIPT STEP BY STEP!!

You are selling a product, customers should not have to deal with such troubles if the person behind the product cares enough to put out some real documentation.

it does not matter if i'm NEW to FPSC or NOT I don't deserve to be treated poorly by the likes of you... especially if I am your customer!
BlackFox
FPSC Master
15
Years of Service
User Offline
Joined: 5th May 2008
Location: Knight to Queens Bishop 3
Posted: 22nd Nov 2011 21:19
Quote: "ok, sooo what is considered to be a Dynamic Entity? what is an example of a Dynamic Entity??? "


@ kuroshu,

In order for some created scripts to work, you need to set an entity to dynamic. For example, if you place a computer terminal entity on a level and have a script that allows the player to "interact" with it, then the terminal must be set to dynamic.

To change an entity from static to dynamic, select from your entitybank. You can press Y to change between dynamic/static. Or place the entity, right-click on that placed entity and change Static Mode to No. The entity's glow will be green, whereas the static entity glow is red.

Here is a description from the manual to help you understand:

Quote: "
Dynamic or Static?
Entities are very exciting when it comes to breathing life into your game. There is a trade-off here though as the use of entities creates more work for the game engine. This is because entities need to be checked each time the game loop is processed. So it’s important you understand the types of entities there are and
you become wise as to how best to employ them. An entity can be either dynamic or static. A dynamic entity is one that may move and react to things happening within the game. An example of a dynamic entity is a weapon. The weapon will be checked to see if the player has walked near to it. If the player has, then the weapon is picked up by the player and it’s removed from the game scene. A static entity is one that never moves or reacts during the game. The normal use of static entities is the populating of your level with furniture.
An important point to realize is that if you make a level in single player mode and then switch it to multiplayer mode, all dynamic objects will be forced into static mode. All of the supplied entity media in FPS Creator has been set up as either dynamic or static.

"



Twitter: @NFoxMedia
2Beastmode4u
13
Years of Service
User Offline
Joined: 14th Feb 2011
Location: Loading...
Posted: 22nd Nov 2011 21:20 Edited at: 22nd Nov 2011 21:20
@kuroshu
FPSC comes with a manual that if you weren't so lazy you would have read. The manual I provided tells FPSC users how to do it. Is it my fault you were too lazy to read the manual?

Since you're too lazy to read, a dynamic entity is made by right-clicking an entity and setting it to dynamic or while holding the entity, press 'Y' to switch it to dynamic.


Cheers.

God help me, Please.
kuroshu
16
Years of Service
User Offline
Joined: 27th Jun 2007
Location:
Posted: 22nd Nov 2011 22:58
BIG SHOUTOUT AND THANK YOU TO "BlackFox" for helping me understand.... that all I needed to do was set an entity to dynamic.

Now for you MR 2Beastmode4u I thank you for creating a wonderful script! BUT!!! I must inform you that you should really create a GOOD Read Me, or How To use your Script. Maybe even use some of what BlackFox wrote, as it really helps.

Maybe if you spent more time creating a good read me / how to you would not have to waste your time on this thread repeating over and over how to user your script! DUH!!!
kuroshu
16
Years of Service
User Offline
Joined: 27th Jun 2007
Location:
Posted: 22nd Nov 2011 23:09
when i say a good ream me.... I MEAN A GOOD STEP BY STEP GUIDE!!

if you are selling any kind of software you need to provide STEP BY STEP how to use your Software, in this case your scripts.

SO THAT THERE IS NO QUESTION on how to do something because you spelled everything out for the users / customers step by step...

you shouldn't say "O YOUR NEW, GO READ THE MANUAL OF FPS" when clearly in my case all i care about is using FPS for your SCRIPT ALONE!! so that should be an honor for you...

i spent money on FPS just to use your script! so i def expected much better support that what was given by you.

so take it as constructive criticism and improve...

hell i might even write tutorial for you.. maybe even a video for all those who want to create their own Third Person Shooter, as there is absolutely no other EASY TO USE OPTIONS out there to Create Third Person Shooters.

sorry if you feel i was rude, have an attitude 2Beastmode4u

thank you for creating a wonderful script!

and again thank you "BlackFox"
2Beastmode4u
13
Years of Service
User Offline
Joined: 14th Feb 2011
Location: Loading...
Posted: 22nd Nov 2011 23:14
I will change the manual up a bit ok?

*sigh* This was exhausting *sigh*


Cheers.

God help me, Please.
kuroshu
16
Years of Service
User Offline
Joined: 27th Jun 2007
Location:
Posted: 22nd Nov 2011 23:32
*sigh* This was exhausting *sigh* < ---- LOL!!

now just imagine me times x10 more lol!! you never know man!

i don't mean to give you a hard time...

i was yes Lazy, did not read the FPSC Manual... as I just wanted to dive in and start creating my Third Person Shooter Game with your Script!
BlackFox
FPSC Master
15
Years of Service
User Offline
Joined: 5th May 2008
Location: Knight to Queens Bishop 3
Posted: 23rd Nov 2011 05:16
Quote: "BIG SHOUTOUT AND THANK YOU TO "BlackFox" for helping me understand.... that all I needed to do was set an entity to dynamic. "


No problem. There are times we even forget that. Code in a nice interaction script only to see it not working. Check the script each time we test build, and then finally had realized that it had to be dynamic. Now we do that first and keep it as a general rule.

If the item is doing something to/for the player- dynamic. If it is default dynamic, we leave it as is. If it is already static, we leave it as is, unless we need it dynamic. You learn over time and practice.

Glad to be of help.


Twitter: @NFoxMedia
kuroshu
16
Years of Service
User Offline
Joined: 27th Jun 2007
Location:
Posted: 23rd Nov 2011 07:21
i will def be sure to check the dynamic thing everytime...

Question.

with this script, is there any way to target other enemies????

as i am building a free roaming type city map with enemies around the map in different location out in the open.

i can't seem to switch targets...

whats the work around, or trick to switching targets during gameplay??
2Beastmode4u
13
Years of Service
User Offline
Joined: 14th Feb 2011
Location: Loading...
Posted: 23rd Nov 2011 16:39
Sadly, without hard coding made specifically for your game, you can't switch target, you have to kill one target before moving on.


Cheers.

God help me, Please.
kuroshu
16
Years of Service
User Offline
Joined: 27th Jun 2007
Location:
Posted: 23rd Nov 2011 18:20
2Beastmode4u, do you know how to do this coding???

i would not even know where to begin....
2Beastmode4u
13
Years of Service
User Offline
Joined: 14th Feb 2011
Location: Loading...
Posted: 23rd Nov 2011 18:37
Why yes I do, click my signature or check out this thread:
http://forum.thegamecreators.com/?m=forum_view&t=187068&b=23


Cheers.

God help me, Please.
kuroshu
16
Years of Service
User Offline
Joined: 27th Jun 2007
Location:
Posted: 23rd Nov 2011 19:04
check your email 2Beastmode4u, coming from jon (kuroshu) jonmalave [at] hotmail.com
jeetu
13
Years of Service
User Offline
Joined: 4th Apr 2011
Location:
Posted: 4th Dec 2011 02:57
Hi
i am just find out your script today.

please let me know if its avilavel i want to buy a copy

thank you
2Beastmode4u
13
Years of Service
User Offline
Joined: 14th Feb 2011
Location: Loading...
Posted: 4th Dec 2011 14:36 Edited at: 5th Dec 2011 00:48
Yes, the pack is still available for purchase.


Cheers.

God help me, Please.
2Beastmode4u
13
Years of Service
User Offline
Joined: 14th Feb 2011
Location: Loading...
Posted: 5th Dec 2011 00:49 Edited at: 5th Dec 2011 00:53
[Double Post]

Here is a download link for the file available for a limited time. Also, new readme.txt attached to initial post.

http://adf.ly/42BlK


Cheers.

God help me, Please.
jeetu
13
Years of Service
User Offline
Joined: 4th Apr 2011
Location:
Posted: 7th Dec 2011 03:35
Thank you
jeetu
13
Years of Service
User Offline
Joined: 4th Apr 2011
Location:
Posted: 7th Dec 2011 03:40
A more think

How to make the camera following player

as i see on your video it still stand a site

i hope you have a short solotion

thank you
2Beastmode4u
13
Years of Service
User Offline
Joined: 14th Feb 2011
Location: Loading...
Posted: 7th Dec 2011 03:56
Did you have the camera move to seperate position or just stay in one spot? Also, did you purchase or use the download?

God help me, Please.
Fuzz
17
Years of Service
User Offline
Joined: 14th Nov 2006
Location: Tasmania, Australia
Posted: 7th Dec 2011 04:25
I tried to download your awesome scripts but it wouldn't let me download it. I tried all the surveys and it never let me download after I completed them


2Beastmode4u
13
Years of Service
User Offline
Joined: 14th Feb 2011
Location: Loading...
Posted: 7th Dec 2011 04:36
There have already been downloads of it so I'm sure filling out a servey must work. Just try easy ones first but try to find out the age group tghe serveys want.

God help me, Please.
Fuzz
17
Years of Service
User Offline
Joined: 14th Nov 2006
Location: Tasmania, Australia
Posted: 7th Dec 2011 04:46
Okay, I just tried the link again and it said that the download is unlocked. Thanks!

2Beastmode4u
13
Years of Service
User Offline
Joined: 14th Feb 2011
Location: Loading...
Posted: 7th Dec 2011 05:14
No problem. I'm glad you were able to download.

God help me, Please.
jeetu
13
Years of Service
User Offline
Joined: 4th Apr 2011
Location:
Posted: 8th Dec 2011 04:30
yes its downloaded by my brother who live in usa because when i try it show me no offer for my country so i just take help from my brother

any way

can its posiable to make moveble camera
2Beastmode4u
13
Years of Service
User Offline
Joined: 14th Feb 2011
Location: Loading...
Posted: 12th Dec 2011 04:14
You can have the camera move by teleporting it to different dynamic enities or lights. [b]NOTE: The download link will only be up for 24 hrs more.[/]

God help me, Please.
SpaceWurm
12
Years of Service
User Offline
Joined: 11th Nov 2011
Playing:
Posted: 14th Dec 2011 19:26
@2Beastmode4u

Fantastic script man!

I'm running v1.18. I installed the script, opened ExampleSH_3rd Person.fpm. Tested the level and the "Player" just constantly falls through the level.

Otherwise I got it working on my own but I thought I would let you know about the example level included in the new download link that you posted.

In a future project, I'll be sure to Purchase this and give you credits in the game.

Artrift.com - Digital Art Community | MyPixelbox.net - My Creative Blog
2Beastmode4u
13
Years of Service
User Offline
Joined: 14th Feb 2011
Location: Loading...
Posted: 15th Dec 2011 02:37
Thanks Landman, looking forward to your purchase.

I will fix the example level asap.

UPDATE:
There will soon be a LITE version of this script pack up for download.


Cheers.

God help me, Please.
TheDesertEagle
12
Years of Service
User Offline
Joined: 7th Jul 2011
Location: Canada - Who knows where else???
Posted: 15th Dec 2011 22:45
and what will this lite version be able to do?

Joey-May god have mercy upon my enemies, because I won't.
Favourite Game-Call Of Duty MW2
2Beastmode4u
13
Years of Service
User Offline
Joined: 14th Feb 2011
Location: Loading...
Posted: 16th Dec 2011 03:00
It will be able to do the following:

YGHJ key movement
Crouch
Sprint



Cheers.

God help me, Please.
TheDesertEagle
12
Years of Service
User Offline
Joined: 7th Jul 2011
Location: Canada - Who knows where else???
Posted: 16th Dec 2011 20:54
Wait for the secound player??

Joey-May god have mercy upon my enemies, because I won't.
Favourite Game-Call Of Duty MW2
2Beastmode4u
13
Years of Service
User Offline
Joined: 14th Feb 2011
Location: Loading...
Posted: 20th Dec 2011 01:06 Edited at: 20th Dec 2011 01:07
It is for whatever you want to use it for.

UPDATE:
Pack is now on holiday sale, lowered to $3

Purchase the pack here:
http://unleashfps.webs.com/apps/webstore/products/show/2585474


Cheers.

God help me, Please.
konola
20
Years of Service
User Offline
Joined: 31st Jan 2004
Location:
Posted: 23rd Dec 2011 06:01
i paid for this script pack. can you please direct me to your step by step read me?
thanks in advance
TheDesertEagle
12
Years of Service
User Offline
Joined: 7th Jul 2011
Location: Canada - Who knows where else???
Posted: 23rd Dec 2011 23:54
ohhh so i can use it for any entity!?

Joey-May god have mercy upon my enemies, because I won't.
Favourite Game-Call Of Duty MW2
SpaceWurm
12
Years of Service
User Offline
Joined: 11th Nov 2011
Playing:
Posted: 26th Jan 2012 23:55
@2beastmode, I have your script working the same way the camera works on silent hill. BUT I would like to know if this can be used to create a 3rd person view similar to Tomb Raider or Skyrim? currently, The camera just stays in one position and pans according to where the player moves.

Artrift.com - Digital Art Community | MyPixelbox.net - My Creative Blog
WilliamK
12
Years of Service
User Offline
Joined: 15th Feb 2012
Location: Brazil
Posted: 16th Feb 2012 13:17
Any news?

www.William-K.com
www.Wusik.com
2Beastmode4u
13
Years of Service
User Offline
Joined: 14th Feb 2011
Location: Loading...
Posted: 22nd Feb 2012 04:10
Yes actually, new video updated into the first post.


Cheers.

God help me, Please.
sic1ne
13
Years of Service
User Offline
Joined: 23rd Sep 2010
Location:
Posted: 23rd Feb 2012 01:19
@ 2Beastmode4u do you think you could make 1 more video showcasing the 3rd person scripts? that would be awsome your demo was good but really short on seeing what the scripts can actually do? well theese scripts are awsome dude hey can you make a top down shooter with theese scripts or do you know how to make a top down shooter bro? i been wanting to make a top down shooterfor a while?

007
12
Years of Service
User Offline
Joined: 22nd Aug 2011
Location:
Posted: 1st Mar 2012 17:04 Edited at: 1st Mar 2012 17:27
@ 2Beastmode4u:

Hello folk,

I already purchased this pack, it is real very cool, i love it.

But just would like to know about the aiming system, it`s not very accurate. It`s possible to perfect it?

In example, the 3rd person character he shoots at any entity that is target for the aim (look at target), and even if there are 2 enemies close to each other, if he target lock on the 1st enemy, he will shoot only one (in case the target one, the 1st enemy), and only after kill the target he will shot at the 2nd, even if he is pointing to the second entity, after he locked the target on the 1st enemy.

Understand?

Thanks,

007.

Goldenye 007 N64
NinjaDx
12
Years of Service
User Offline
Joined: 6th Mar 2012
Location:
Posted: 6th Mar 2012 15:00
Hello yesterday i have buy that script on http://unleashfps.webs.com/

and since nobody send the scripts to my email.
this is my PAYPAL transation.


Gentile Francesco Sergi,

Hai inviato un pagamento di $4,25 USD a Unleashed FPSCreators (dipolawal@live.com)

La transazione sarà disponibile a breve nella sezione Informazioni generali sul conto.
Commerciante
Unleashed FPSCreators
dipolawal@live.com
Istruzioni per il commerciante
Non hai specificato istruzioni.
Indirizzo per la spedizione
Francesco Sergi
Via caduti e dispersi in guerra
40139 bologna
Italia
Dettagli sulla spedizione
Il venditore non ha ancora fornito alcun dettaglio sulla spedizione.
Descrizione Prezzo unitario Qtà Importo
SH/Coop/3rd Person Script Pack
Oggetto n. 1466693_2585474_0 $4,25 USD 1 $4,25 USD
Importo parziale $4,25 USD
Totale $4,25 USD
Pagamento $4,25 USD
Pagamento inviato a dipolawal@live.com
Importo iniziale €3,32 EUR
Importo finale $4,25 USD
Tasso di cambio: 1 Euro = 1,28012 Dollari USA
2Beastmode4u
13
Years of Service
User Offline
Joined: 14th Feb 2011
Location: Loading...
Posted: 7th Mar 2012 02:42
@NinjaDx
Email sent.

@007
The aiming is just fine, it turn directly to the target then shoots.

If you want multiple targets just get a script edit from my script service. (Click my signature)

@sic1ne
I'll see if I can whip something up.


Cheers.

God help me, Please.
Shakleford
FPSC Reloaded TGC Backer
13
Years of Service
User Offline
Joined: 15th Jun 2010
Location: on the flip side
Posted: 23rd Apr 2012 04:22 Edited at: 23rd Apr 2012 04:23
Just purchaed,Cant wait torecieve the pack. Thnxbeastmode

I recently learned to sleep with my eyes open. ..... God am I tired
2Beastmode4u
13
Years of Service
User Offline
Joined: 14th Feb 2011
Location: Loading...
Posted: 29th Apr 2012 05:41
I am pleased to announce that v2 will be coming out soon. This will include much more than this pack contains thanks to all the new script commands. Just wanted to keep you all updated.


Cheers.

God help me, Please.
Flatlander
FPSC Tool Maker
17
Years of Service
User Offline
Joined: 22nd Jan 2007
Location: The Flatlands
Posted: 29th Apr 2012 07:00
Nice. I might have to purchase this.

"A programmer is just a tool which converts caffeine into code . . . reminds me….. if I had one more brain cell, I could have a synapse! woo hoo, Sparky!

~I'm the Terry of the Flatlands.
2Beastmode4u
13
Years of Service
User Offline
Joined: 14th Feb 2011
Location: Loading...
Posted: 29th Apr 2012 21:43
I'll have another thread up about the scripts soon. I am planning to enter in the v1.19 competition with them. So keep a look out for it.


Cheers.

God help me, Please.
Armageddon Games
15
Years of Service
User Offline
Joined: 29th Apr 2009
Location: Im In my Little bubble, Find your own...
Posted: 25th Jul 2012 02:30 Edited at: 25th Jul 2012 02:33
I just bought this from your site. please if you can email it to me

SteelArc Incorporated - Buyer Info.


Send it to this email please


http://uimg.ngfiles.com/banners/3880/3880701.jpg
The Nerevar
13
Years of Service
User Offline
Joined: 19th May 2010
Location: Vvardenfell
Posted: 25th Jul 2012 07:38
I'm wondering, will it ever be free again? maybe for christmas?

I'd have to say........ The Game Creators can make dreams come true.
CID
14
Years of Service
User Offline
Joined: 25th Mar 2010
Location:
Posted: 9th Nov 2012 18:19
Iam wondering if you will ever honor oast purchase on your web site still no response from email



2Beastmode4u
13
Years of Service
User Offline
Joined: 14th Feb 2011
Location: Loading...
Posted: 10th Nov 2012 00:20
Could you send the email again by chance? Musr have missed it.

Cheers.

God help me, Please.

Login to post a reply

Server time is: 2024-05-04 19:34:56
Your offset time is: 2024-05-04 19:34:56