Scripts
From GameStudio Wiki
Here you can find a variety of lite-C scripts to include in your project. They are all free and without credits to use unless the description says something else.
If you are looking for some old C-Script or WDL scripts, see this list instead.
Contents |
[edit]
Design Tips
[edit]
Cameras
- Improved 3rd Person Camera
- 3rd Person Cameracode
- Camera rotation around a fixed (adjustable) point by EvilSOB
[edit]
Player Movement
- Improved Player Movement
- Basic Player Movement
- Modified Kingdom Hearts Movement
- Original Kingdom Hearts Movement
[edit]
Mathematics
- Additional vector functions by Kombucha
- Quaternions by Julian Smart
- walking on walls -- alignToVec by JulzMighty
- Point-Line Distance
- Point-Plane Distance
- Plane-Line Intersection
[edit]
Data Structures
[edit]
Physics
- Car Physics with many cars
- Newton 2 Wrapper by VeTaL
- Ragdoll code A7 lite-c v3.0 by Helghast
- Throw Objects
- vec bounce algorithm by TechMuc
[edit]
Artificial Intelligence/Pathfinding
[edit]
Menus and HUDs
[edit]
Particle Effects
[edit]
Other Visual Effects
- Complex explosion by txesmi
- Lightning-Strike Generator by EvilSOB
- Panel Alpha Blitting by RyuMaster
- Postprocessing Helper
- Motion Blur
- Radial Blur
- Starfield by MMike
[edit]
Environment
- Terrain Shadowmapping (lite-C & C-Script)
[edit]
File IO
[edit]
API
- Capture a specific region of the screen by Quadraxas
- Example how to use GDI Graphics with Lite-C Legacy Mode by maslone1 (Lite-C Legacy)
- File Open Function
- MessageBox Hooks, Callbacks, User Defined Buttons & Icons by PiLX
- Popup-Menus for pure Lite-C , even in full-screen by EvilSOB
- Registry Editing straight from Lite-C, no dll's by EvilSOB
- Serial Communications Header by EvilSOB
- System Tray Icon Example by PiLX
- SystemTray Include for SysTray Icons AND BalloonTips by EvilSOB
- Mouse Capturing by Richi007
[edit]
Strings and Characters Manipulation
[edit]
Script collections
[edit]
Miscellaneous
- 2.5D Spaceshooter V0_1x - OpenSource by maslone1
- Bmap level system by Vadim647
- Change your Project into a Screen-Saver by EvilSOB
- C_LINK derived type management by Gordon
- Detect all unique input easily (except for enter and return) by MrGuest
- DraV tutorial 1 by Vadim647
- DraV tutorial 2 by Vadim647
- draw_text_outline by Vadim647
- Fite-C Stubbsy
- Model thumbnail view by Scorpion
- Mouse Snapping by DJBMASTER
- Planet orbit system by DJBMASTER
- Sprites from only a BMAP by EvilSOB
- Zone limits and path by MadJack
- Flags at a glance by Ottawa
- Respawn
- Find closest entity
