This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:crpltutorial:interactive:scripting [2013/11/28 19:19] – added: Good script/map making practices/hints jmaps | crpl:crpltutorial:interactive:scripting [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~DISCUSSION~~ | ||
< | < | ||
Line 25: | Line 24: | ||
====Good script/map making practices/ | ====Good script/map making practices/ | ||
- | * Add comments to your crpl-scripts (using the #hashtag) | ||
* Never create big maps without good plans. | * Never create big maps without good plans. | ||
* Use 96x63 or 128x96 if you don't know the size yet (256x192 if you know for sure your map is going to be huge). | * Use 96x63 or 128x96 if you don't know the size yet (256x192 if you know for sure your map is going to be huge). | ||
+ | |||
* If needed, you can change the map size later in the editing process. | * If needed, you can change the map size later in the editing process. | ||
- | | + | |
- | * If possible, add new kind of danger when a certain condition is met instead of time-based | + | |
+ | |||
+ | * If possible, add new kind of danger when a certain condition is met instead of time-based | ||
* Play and review other maps, you can learn a lot from them! | * Play and review other maps, you can learn a lot from them! | ||
- | * Add sounds to special crpl-events, | + | |
- | * Remember there are always people who play with sound turned off. | + | * Make sure your terrain textures |
- | * Make sure your terrain textures | + | |
- | * Try to avoid the original | + | * Try to avoid the original |
+ | |||
+ | * Add sounds to special CRPL events, helps players understand what's going on. | ||
+ | * Remember there are always people who play with their sound turned off. | ||
+ | |||
+ | * Add comments to your CRPL scripts (using the #hashtag) | ||
* Organising your script helps you and other coders to understand it better. | * Organising your script helps you and other coders to understand it better. | ||
- | | + | |
+ | | ||
* Before putting your script on the forum make sure it is well-organised so others can understand it. They haven' | * Before putting your script on the forum make sure it is well-organised so others can understand it. They haven' | ||
- | | + | |
+ | |