EDIT-
THE CODE IS DONE!!!
EDIT-
PICK-UP SRIPT IS HERE!!!
EDIT-
THE BACKGROUND STARTER KIT IS HERE!!! (see bottum)
EDIT- FAQ updated
EDIT- You may have to incert "/"'s into the scripts, they do not show up on the code snippit. place them in places like "
gamecoretext" so it looks like "
gamecore/text"
EDIT-
SOUND 1 IS HERE! (see very bottom)
EDIT- CURRENT VERSION IS FPSC TESTED AND READY!!!
More detailed explanation at bottum!
This morning I was on the Forums looking at the scrips people had made untill insperation struck. How about a PDA script like the ones in Doom3? well I got to work and this is what I have planned:
A Title page that says '"welcome to your PDA" (or some thing like that) will have a few options below it: "press F2 to veiw your MISSION OBJECTIVES", "press F3 to veiw your USER EMAIL", "press F4 to veiw your USER VIDEOS", and "Press F5 to return to the game"
This is my planner:
=
Not started
=
Working on it
=
Done
=
good idea
% counter:
10%= built changer to page
20%= built outgoing changer
30%= built hud screen for page
40%= built code for opening hud screen
50%= built outgoing changer to mini-pages
60%= built huds for mini pages
70%= built coding for mini pages (second longest part)
80%= built coding back to main pages
90%= TESTING ALL FACTORS (longest part)
100%= FPSC READY!
Build script body
Build main minues changer
Build miniture minue changer (selcting specific videos and email
Build Title page
100% COMPLETE
Build backgrounds
25 finished
Build Objectives page
100% COMPLETE
Build Email page
100% COMPLETE
Build Video page
100% COMPLETE
Build code for all main pages
Page change sounds
1 finished
Capable of downloading other PDA's
A minue that displays the charactors picked-up items
Here is what we are working on:
9/7/07--attempting to make automated items screen
Current progress FPSC ready-YES!
NOTE-Estimated finish time left:
DONE (due to location change, time has been increased old:1 week)
NOTE-
This will be updated constantly so stay in tune
NOTE-
Bottom of code shows a log of all fixes
Here is the progress of the script:
(just copy into notepad and
save as CODE 2 by FMS--PDA script.fpi)
(YOU MUST USE THIS NAME)
;CODE 2 by FMS
;VERSION 1.5------------FPSC READY-----------TESTED!
;WARNING: CURRENT VERSION DOES NOT HAVE AN AUTOMATED ITEMS SCREEN
;Header
desc = This code allows the player to pull out a PDA with 5 screens. The first screen is similar to a title screen and has a picture with 5 buttons. These are Mission Objectives, User Email, User Videos, Items, and a return to game button.
;Triggers
;PAGE CHANGER
:state=0,keypressed=59,plrsound=audiobank/click.wav:state=1
:state=0,keypressed=60,plrsound=audiobank/click.wav:state=10
:state=0,keypressed=61,plrsound=audiobank/click.wav:state=20
:state=0,keypressed=62,plrsound=audiobank/click.wav:state=30
:state=0,keypressed=63,plrsound=audiobank/click.wav:state=40
:state=2,keypressed=59,plrsound=audiobank/click.wav:state=0
:state=2,keypressed=60,plrsound=audiobank/click.wav:state=10
:state=2,keypressed=61,plrsound=audiobank/click.wav:state=20
:state=2,keypressed=62,plrsound=audiobank/click.wav:state=30
:state=2,keypressed=63,plrsound=audiobank/click.wav:state=40
:state=11,keypressed=59,plrsound=audiobank/click.wav:state=1
:state=11,keypressed=60,plrsound=audiobank/click.wav:state=0
:state=11,keypressed=61,plrsound=audiobank/click.wav:state=20
:state=11,keypressed=62,plrsound=audiobank/click.wav:state=30
:state=11,keypressed=63,plrsound=audiobank/click.wav:state=40
:state=21,keypressed=59,plrsound=audiobank/click.wav:state=1
:state=21,keypressed=60,plrsound=audiobank/click.wav:state=10
:state=21,keypressed=61,plrsound=audiobank/click.wav:state=0
:state=21,keypressed=62,plrsound=audiobank/click.wav:state=30
:state=21,keypressed=63,plrsound=audiobank/click.wav:state=40
:state=31,keypressed=59,plrsound=audiobank/click.wav:state=1
:state=31,keypressed=60,plrsound=audiobank/click.wav:state=10
:state=31,keypressed=61,plrsound=audiobank/click.wav:state=20
:state=31,keypressed=62,plrsound=audiobank/click.wav:state=0
:state=31,keypressed=63,plrsound=audiobank/click.wav:state=40
:state=41,keypressed=59,plrsound=audiobank/click.wav:state=1
:state=41,keypressed=60,plrsound=audiobank/click.wav:state=10
:state=41,keypressed=61,plrsound=audiobank/click.wav:state=20
:state=41,keypressed=62,plrsound=audiobank/click.wav:state=30
:state=41,keypressed=63,plrsound=audiobank/click.wav:state=0
;MAIN TO MINI PAGE CHANGER
;EMAIL
:state=21,keypressed=64:state=60
:state=21,keypressed=65:state=70
:state=21,keypressed=66:state=80
:state=21,keypressed=67:state=90
;VIDEO
:state=31,keypressed=64:state=100
:state=31,keypressed=65:state=110
:state=31,keypressed=66:state=120
:state=31,keypressed=67:state=130
;MINI TO MAIN PAGE CHANGER
;EMAIL
:state=61,keypressed=64:state=20
:state=71,keypressed=65:state=20
:state=81,keypressed=66:state=20
:state=91,keypressed=67:state=20
;VIDEO
:state=100,keypressed=64:state=30
:state=110,keypressed=65:state=30
:state=120,keypressed=66:state=30
:state=130,keypressed=67:state=30
;MAIN PAGES
:state=1,hudreset,hudx=100,hudy=150,hudimage=gamecoretext**YOURMAINPAGENAMEHERE**.jpg,hudname=pda1propmt,hudhide=0,hudmake=display:state=2
:state=2,hudshow=pda1prompt
:state=10,hudreset,hudx=100,hudy=150,hudimage=gamecoretext**YOURMAINOBJECTIVEPAGENAMEHERE**.jpg,hudname=obj1propmt,hudhide=0,hudmake=display:state=11
:state=11,hudshow=obj1prompt
:state=20,hudreset,hudx=100,hudy=150,hudimage=gamecoretext**YOURMAINEMAILPAGENAMEHERE**.jpg,hudname=email1propmt,hudhide=0,hudmake=display:state=21
:state=21,hudshow=email1prompt
:state=30,hudreset,hudx=100,hudy=150,hudimage=gamecoretext**YOURMAINVIDEOPAGENAMEHERE**.jpg,hudname=video1propmt,hudhide=0,hudmake=display:state=31
:state=31,hudshow=videop1rompt
:state=40,hudreset,hudx=100,hudy=150,hudimage=gamecoretext**YOURMAINWEAPONPAGENAMEHERE**.jpg,hudname=item1propmt,hudhide=0,hudmake=display:state=41
:state=41,hudshow=item1prompt
;MINI PAGES FOR EMAIL
:state=60,hudreset,hudx=100,hudy=150,hudimage=gamecoretext**YOURFIRSTEMAILPAGEHERE**.jpg,hudname=email2propmt,hudhide=0,hudmake=display:state=61
:state=61,hudshow=email2prompt
:state=70,hudreset,hudx=100,hudy=150,hudimage=gamecoretext**YOURSECONDEMAILPAGEHERE**.jpg,hudname=email3propmt,hudhide=0,hudmake=display:state=71
:state=71,hudshow=email3prompt
:state=80,hudreset,hudx=100,hudy=150,hudimage=gamecoretext**YOURTHIRDEMAILPAGEHERE**.jpg,hudname=email4propmt,hudhide=0,hudmake=display:state=81
:state=81,hudshow=email4prompt
:state=90,hudreset,hudx=100,hudy=150,hudimage=gamecoretext**YOURFOURTHEMAILPAGEHERE**.jpg,hudname=email5propmt,hudhide=0,hudmake=display:state=91
:state=91,hudshow=email5prompt
;MINI PAGES FOR VIDEO
:state=100,video=videobank**YOUR1STVIDEONAMEHERE**.wmv:state=30
:state=110,video=videobank**YOUR2NDVIDEONAMEHERE**.wmv:state=30
:state=120,video=videobank**YOUR3RDVIDEONAMEHERE**.wmv:state=30
:state=130,video=videobank**YOUR4THVIDEONAMEHERE**.wmv:state=30
;End of Script
;CODE 2 Script(s) are made by First Man Studios
;-----CURRENT BUGS-----
;1. No Sounds!--EDIT--Fixed!
;2.
;3.
;4.
;5.
;-----SYSTEM REQUIREMENTS-----
;RUNNING SYSTEM- FPS Creator or FPS Creator x10
;MODERATION- Empty's mod with any version as long as it has the used commands
;VERSION- Any version OF FPSC compatable with Empty's mod
;-----INSTRUCTIONS FOR USE-----
;-NOW HERE!!!!!-
;SETTING UP SCRIPT:
;1. To set up the script you must first make backgrounds for all of the "**YOUR****HERE**" areas. NOTE- the "starter kit" comes with a few backgrounds.
;2. Then you must place the names of the appropriot backgrounds in the "**YOUR****HERE**" areas. NOTE-remember to overright the astricks as well.
;3. Now you make your movies that will go into the mini video slots. Then place the videos in the appropriate areas. NOTE-make sure they are in ".wmv" or "Windos Movie Video" format and place them into FPSC's "videobank".
;WARNING:--CURRENT VERSION DOES NOT HAVE AN AUTOMATED ITEMS SCREEN--
;PLACING IN A GAME:
;Just Place the pick-up script(CODE 2-EXPANTION) as the main for any item. When you walk up to it...the main script will be activated.
;-----HELP NEEDED-----
;I would apperciate any help in making animations, models, screens exc... I WILL NOT pay anyone, but this script will be FREE to all who want it.
;-----FIXES-----
; 8/6/07-- Fixed error with scancode states, now the scancode is up to date
; 8/8/07-- Fixed error with afterward scancode states
; 8/8/07-- Fixed error with video playing scripts
; 9/6/07-- Placed sounds
; 9/7/07-- Fixed error with sounds
;-----NOTE TO USER-----
;we are sorry for any problems the script is facing... if its facing any to begin with. If there are any problems please notify us on the forum where you copeid this script. The current version of this script has NO "opening animation", as well as an automated "Items" screen... but cheak for future copies of this script.
;-----LISENSE-----
;This copy of code 2 can be used in a commercial game. You may do anything you want with this script. If you edit it or redistribute it... you may not call it as your own. If I see ONE PERSON run against the lisense, the script will be terminated. Thank you for reading this.
;-----MADE BY MARINE 10 BETA CORP, FIRST MAN STUDIOS-----
;-----The "CODE-X", "CODE-X10", and "CODE-2" scripts are made only by First Man Studios-----
;FIRST MAN STUDIOS
;Scripting and Game Construction
;MADE FOR:
;---Fps Creator---
;www.fpscreator.com
;-----Requires Empty's mod-----
Pick-up script (just place on
any item)
(just copy into notepad and
save as CODE 2-EXPANSION1.fpi)
;CODE 2-EXPANSION 1 (pick-up script)
;desc= this is the pick-up script for "CODE-2." PLACE ON ANY ITEM
;Triggers
:state=0,hudreset,hudx=50,hudy=90,hudimagefine=gamecoretextpickedupanitem.tga,hudname=item1prompt,hudhide=1,hudmake=display,state=2
:state=1,plrdistwithin=40:state=5,playertake,coloff,plrsound=audiobankmiscping.wav,hudshow=item1prompt,hudfadeout=item1prompt,runfpi=CODE 2 by FMS--PDA script.fpi
:state=5:rundecal=5
;End of Script
;CODE 2-EXPANTION scripts are made by First Man Studios
FAQ
Frequently asked questions
Q: Will this be free?
A: Everything that I will do for this forum will be free, and I have already posted it twice...so YES
Q: What are the system requirements?
A: They are posted on the bottem of the script above
Q:What is the wing compacity of a swallow?
A: African or European?
Q:Where can I find more info?
A: On the bottum of the main code. (instructions, lisence, etc)
Q:"Will there be a little pointer?"
A: NO, this will only use the "F" keys (F1, F2, F3, etc.)
Q:"Can there be a download for this, i don't know how to do this"
A: It is simple:
1-open up notepad
2-paste in script
3-go to SAVE AS and where it says "file type," change to all.
4-SAVE AS "CODE 2--PDA SCRIPT by FMS.fpi" (don't forget ".fpi")
5-do the same with the "pick-up script" (call it "pick-up pda.fpi" [not required])
6-open up FPSC
7-put in the PDA item (entitles/scifi/furnaturea)
8-change the "main" script to the pick-up script
9-YOU'RE DONE!
Help Is wanted...
I would like to have a 3d animation of the pda being opend, may need help with animations, modeling, and minue design...
Comments and critisism is
NEEDED
This is a
free script
thank you
-Marine 10 beta corp, First Man Studios
P.S: COPY the current progress of the script and EDIT IT AS YOU WISH!
EDIT- This script will be fully customizable everything from the sounds, to the videos, to the backgrounds... be prepaired for the awsome PDA script that allows you to customize
everything!
Heres what makes it user freindly:
1. Easy to follow instructions
2. Each section of script marked for easy navagating
3.
FULLY customizable
4. All questions answered on the script itself
5. It's made by First Man Studios!
HERE'S THE STARTER KIT!:
The download attached has 25 different backgrounds you can use for your pda!
NONE HAVE TEXT (use paint!)
EDIT- File was corrupt- 2 downloads
This one is V1, the next post has V2
Have a nice day
FIRST MAN STUDIOS--Scripting and Game Design
Harrison, Alijandro, Jacob, Diego, Willis, Ned, Alex, Levi