3D Rad - Free 3D game maker - Forum

This forum is now archived!

This forum is locked, and is a read-only version. A new community-ran forum can be found at classdev.net

News:

The 3DRad community can be found at classdev.net.

Pages: [1]

Author Topic: Starting script plugins list (Alan Mattano)  (Read 951 times)

« on: January 11, 2012, 04:24:34 PM »


For who is NEWBIE as me in script code,  ;)
here you will find a list of small plugins i have done in  AngelScript for starting to understand how script works.

plugin_README Note = Here you can put your notes of a project or part of it.


plugin_FPS = prints your frames per second (FPS). Frame rate also known as
                   frame frequency. Rate below 46 FPS "will strain the eye." Thomas Edison

 How many times per second does the loop() run?

plugin_CPU = print your cycles per second, usually it will run at 60Hz.
                   It is a counter script loop. Gives you how many times is your code
                    proses in one second.

plugin_Random Number = print a random number from 1 to 10. You can change this two
                                      numbers inside the code. Else you can make a link to the print value
                                      to for using it.


INSTALLATION
Download the plugin_GoalArrow.3dr file to the
C:\3D Rad\3DRad_res\projects\    or    C:\3D Rad\3DRad_res\projects\plugin
folder on your computer, launch 3D Rad, open your project and then select File->Merge from the pull-down menu.

« Last Edit: April 02, 2012, 10:00:03 AM by a_mattano »
Using: 3d rad v7.22 | IntelPentM 2Ghz, 1GB ram, 160 hdd | ATI Mobility Radeon 9600 128Mb 446Mhz (1920x1200 60 Hertz) | Ati Catalyst 09.3 Control Center 2009.0225.1546.28221 | AGP4x Performace profile| Dx9c D3D6.14.10.0647 OpenGL6.14.10.8543 |
« Reply #1 on: January 11, 2012, 04:25:49 PM »
next 4 for more (margin)
Using: 3d rad v7.22 | IntelPentM 2Ghz, 1GB ram, 160 hdd | ATI Mobility Radeon 9600 128Mb 446Mhz (1920x1200 60 Hertz) | Ati Catalyst 09.3 Control Center 2009.0225.1546.28221 | AGP4x Performace profile| Dx9c D3D6.14.10.0647 OpenGL6.14.10.8543 |
« Reply #2 on: January 11, 2012, 04:26:06 PM »
next 4 for more (margin)
Using: 3d rad v7.22 | IntelPentM 2Ghz, 1GB ram, 160 hdd | ATI Mobility Radeon 9600 128Mb 446Mhz (1920x1200 60 Hertz) | Ati Catalyst 09.3 Control Center 2009.0225.1546.28221 | AGP4x Performace profile| Dx9c D3D6.14.10.0647 OpenGL6.14.10.8543 |
« Reply #3 on: January 11, 2012, 04:26:25 PM »
next 4 for more (margin)
Using: 3d rad v7.22 | IntelPentM 2Ghz, 1GB ram, 160 hdd | ATI Mobility Radeon 9600 128Mb 446Mhz (1920x1200 60 Hertz) | Ati Catalyst 09.3 Control Center 2009.0225.1546.28221 | AGP4x Performace profile| Dx9c D3D6.14.10.0647 OpenGL6.14.10.8543 |
« Reply #4 on: January 11, 2012, 04:26:56 PM »
list work in progress next 4 for more (margin)
Using: 3d rad v7.22 | IntelPentM 2Ghz, 1GB ram, 160 hdd | ATI Mobility Radeon 9600 128Mb 446Mhz (1920x1200 60 Hertz) | Ati Catalyst 09.3 Control Center 2009.0225.1546.28221 | AGP4x Performace profile| Dx9c D3D6.14.10.0647 OpenGL6.14.10.8543 |
« Reply #5 on: January 12, 2012, 05:30:05 AM »
wow this is really usefull for meh :)
::=::Look at this ::=::
Rally game

The most important thing that happens, you usualy miss it , but after sometime you will remember
 
even if you didint noticed. Go forward and never look back
Pages: [1]