User talk:Tomatillo: Difference between revisions

Content deleted Content added
imported>Tomatillo
imported>Tomatillo
 
(113 intermediate revisions by the same user not shown)
Line 4:
charas-project [http://charas-project.net Charset generator] Make a spritesheet compatable for Stendhal.
test spritesheet online [http://is.si/animator/ Sprite Sheet Animator] Test spritesheet online. adjust to suit 32x32.
[http://arianne.cvs.sourceforge.net/viewvc/arianne/stendha/data/sprites/monsters/farm_animal/horse.png horse.png ]from SF linked to [http://is.si/animator/?sW=66120&sH=64&fC=4&fT=300&img=http%3A%2F%2Farianne.cvs.sourceforge.net%2Fviewvc%2Farianne%2Fstendhal%2Fdata%2Fsprites%2Fmonsters%2Ffarm_animal%2Fhorse.png sprite animator].
[http://is.si/animator/?sW=64&sH=64&fC=4&fT=500&img=https%3A%2F%2Fraw.githubusercontent.com%2Farianne%2Fstendhal%2Fmaster%2Fdata%2Fsprites%2Fmonsters%2Ffarm_animal%2Fhorse.png%20 brown horse] from github source linked to animator.
[https://github.com/arianne/stendhal github] Source of a free multiplayer online adventure game with an old school feel.
[https://github.com/arianne/stendhal/blob/master/src/games/stendhal/server/script/BetManager.java BetManager.java]
[http://is.si/animator/?sW=143&sH=64&fC=4&fT=300&img=https%3A%2F%2Fraw.githubusercontent.com%2Farianne%2Fstendhal%2Fmaster%2Fdata%2Fsprites%2Foutfit%2Fbody%2Fbody_097.png body_097(horseman)]
[https://faiumoni.de/en/donate.html Donate]
 
 
image editor online [http://www.online-image-editor.com/ Free Online Image Editor] Basic edits to images.
Line 13 ⟶ 16:
cartoonize picture [http://www.cartoonize.net/ cartoonize.net] New (experimental) aspect of using ordinary picture to an acceptable Stendhal format("look and feel").
 
[https://stendhalgame.org/wiki/Tourney_Park Tourney Park]
 
 
== Definitions ==
Line 30 ⟶ 33:
oats - A cereal grain, the most popular and safest grain to feed to horses.
mascot - is any person, animal, or object thought to bring luck.
longbowman - An archer who uses a longbow.
crossbowman - Someone (usually a soldier) equipped with a crossbow.
Archery is the practice or skill of using a bow to propel arrows.
A professional who makes arrows is called a Fletcher.
Schoneck-Kilianstadten - Stone age massacre.
 
Tourney | Tourney Park: medieval historic place for competition.
1. (Historical Terms) a knightly tournament.
2. (Historical Terms) (intr) to engage in a tourney
3. a tournament.
 
== Video ==
{{#ev:youtube|C0DPdy98e4c}}
<nowiki>{{#ev:youtube|C0DPdy98e4c JEEPRVbUxko}}</nowiki>
Blordrough in Assassin Tunnel
youtube test video tag
 
 
https://www.youtube.com/channel/UCbQqN7_AHbOMpGJWg9JMJ6A
stendhalgame's channel
 
== Patches Revisited ==
Line 49 ⟶ 61:
[http://sourceforge.net/p/arianne/patches/656/ Geode] ordinary rock opens to reveal crystals
 
== KalavanFado Forest SE3==
[[File:Kalavan forest.png | undeveloped area]]
file="Level 0/fado/forest_s_e2.tmx"
file="Level 0/fado/forest_s_e3.tmx"
[[File:Kalavan forest.png | undeveloped area]]
An aerial view of [https://www.google.com/maps/@34.1414412,-118.0507353,1653m/data=!3m1!1e3 Santa Anita Park]in Arcadia, California and to the west is the Los Angeles
County Arboretum and Botanic Garden.
Line 56 ⟶ 72:
Looks to be a real challenge to use this as a model for the vacant zones,
but this area is etched in my mind by growing up and (still residing) nearby. This area will be home of '''"Lucky"''' and
the '''"KalavanFado Forest Tournament Park"''' or tourney park for short. See [[Tourney Park]] for details.
 
== Unused Forest ==
Line 69 ⟶ 85:
LeatherCrafterNPC - " " makes horse saddles and other leather items. Friends with Fado City TanneryWorkerNPC (patch 659).
TourneyMascotNPC - "Maya" is a feminine name with multiple meanings.
 
== Temporary tweaks ==
Want to update only one or two zones of the renderatlas aspect of build.xml.
<source lang="xml" enclose="div">
<target name="renderatlas" description="Generates the files for the Stendhal Atlas" depends="compile_stendhaltools">
<taskdef name="maprenderer" classname="games.stendhal.tools.MapRenderer">
<classpath>
<pathelement path="${build_stendhaltools}"/>
<pathelement path="${tiled_jar}"/>
</classpath>
</taskdef>
<!--
7 1 1
6 2 0.5
5 4 0.25
4 8 0.125
3 16 0.0625
2 32 0.03125
1 64 0.015625
0 128 0.0078125
-->
 
<mkdir dir="tiled/world" />
<maprenderer imagePath="${tiled}/world/" zoom="0.0625">
<fileset dir="tiled">
<include name="Level 0/**/*.tmx"/>
<exclude name="**/memory/**" />
</fileset>
</maprenderer>
<mkdir dir="tiled/world/large" />
<maprenderer imagePath="${tiled}/world/large" zoom="0.25">
<fileset dir="tiled">
<include name="Level 0/**/*.tmx"/>
<exclude name="**/memory/**" />
</fileset>
</maprenderer>
</target>
</source>
<include name="Level 0/fado/forest_s_e2.tmx"/>
<include name="Level 0/fado/forest_s_e3.tmx"/>
Return to the user page of "Tomatillo".