• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FreeTrainの進化系を目指す


Commit MetaInfo

Revision9 (tree)
Time2013-12-30 19:05:02
Authorc477

Log Message

建造物サンプルプラグイン(まだ読み込み処理できてないのでロードエラーが出る)

Change Summary

Incremental Difference

--- plugins/jp.sourceforge.c477.structures.sample01/plugin.xml (nonexistent)
+++ plugins/jp.sourceforge.c477.structures.sample01/plugin.xml (revision 9)
@@ -0,0 +1,458 @@
1+<?xml version="1.0" encoding="Shift_JIS"?>
2+<plug-in>
3+ <title>サンプル構造物セット</title>
4+ <author>C477</author>
5+ <homepage>https://sourceforge.jp/users/c477/</homepage>
6+
7+ <contribution type="image" id="pic.ModernDepartment">
8+ <default src="stationMDNDepart.bmp"/>
9+ <condition when="night" src="stationMDNDepart_n.bmp"/>
10+ </contribution>
11+
12+ <contribution type="station" id="ModernDepartment01">
13+ <group>デパート駅舎(土色:A)</group>
14+ <price>18000</price>
15+ <height>2</height>
16+ <operationCost>500</operationCost>
17+ <population>
18+ <class name="freetrain.contributions.population.ShopperPopulation"/>
19+ <base>200</base>
20+ </population>
21+ <size>2,1</size>
22+ <sprite origin=" 0, 0" offset="40">
23+ <image ref="pic.ModernDepartment" />
24+ </sprite>
25+ <sprite origin="48, 0" offset="32" opposite="true">
26+ <image ref="pic.ModernDepartment" />
27+ </sprite>
28+ <sprite origin="96, 0" offset="40">
29+ <image ref="pic.ModernDepartment" />
30+ </sprite>
31+ <sprite origin="144, 0" offset="32" opposite="true">
32+ <image ref="pic.ModernDepartment" />
33+ </sprite>
34+ </contribution>
35+
36+ <contribution type="image" id="pic.ArbanShop">
37+ <default src="station_shop.bmp"/>
38+ <condition when="night" src="station_shop_n.bmp"/>
39+ </contribution>
40+
41+ <contribution type="station" id="ArbanShop01">
42+ <group>都市近郊の駅舎</group>
43+ <price>370</price>
44+ <height>1</height>
45+ <size>3,1</size>
46+ <sprite origin=" 0,0" offset="32">
47+ <image ref="pic.ArbanShop" />
48+ </sprite>
49+ <sprite origin="64,0" offset="16" opposite="true">
50+ <image ref="pic.ArbanShop" />
51+ </sprite>
52+ <sprite origin="0,48" offset="32">
53+ <image ref="pic.ArbanShop" />
54+ </sprite>
55+ <sprite origin="64,48" offset="16" opposite="true">
56+ <image ref="pic.ArbanShop" />
57+ </sprite>
58+ </contribution>
59+
60+ <contribution type="image" id="pic.LargeDome">
61+ <default src="terminal_domeA.bmp"/>
62+ <condition when="night" src="terminal_domeA_n.bmp"/>
63+ </contribution>
64+
65+ <contribution type="GenericStructure" id="LargeDome">
66+ <group>空港国際線ターミナル</group>
67+ <design>大型ドーム</design>
68+ <price>100000</price>
69+ <size>8,3</size>
70+ <height>2</height>
71+ <structure>
72+ <category byname="旅客ターミナル"/>
73+ </structure>
74+ <computerCannotBuild/>
75+ <sprite origin="0,0" offset="80">
76+ <image ref="pic.LargeDome"/>
77+ </sprite>
78+ <sprite origin="176,0" offset="40" opposite="true">
79+ <image ref="pic.LargeDome"/>
80+ </sprite>
81+ <sprite origin="0,112" offset="80">
82+ <image ref="pic.LargeDome"/>
83+ </sprite>
84+ <sprite origin="176,112" offset="40" opposite="true">
85+ <image ref="pic.LargeDome"/>
86+ </sprite>
87+ </contribution>
88+
89+ <contribution type="image" id="pic.AtractionWheel">
90+ <default src="ampark_wheelL.bmp"/>
91+ <condition when="night" src="ampark_wheelL_n.bmp"/>
92+ </contribution>
93+
94+ <contribution type="GenericStructure" id="AmusementPark.Wheel">
95+ <group>観覧車</group>
96+ <design>大型</design>
97+ <structure>
98+ <category byname="遊園地"/>
99+ </structure>
100+ <price>4600</price>
101+ <population>
102+ <class name="freetrain.contributions.population.ShopperPopulation"/>
103+ <base>200</base>
104+ </population>
105+ <height>5</height>
106+ <size>5,2</size>
107+ <computerCannotBuild/>
108+ <sprite origin="0,0" offset="112">
109+ <image ref="pic.AtractionWheel"/>
110+ </sprite>
111+ <sprite origin="112,0" offset="88" opposite="true">
112+ <image ref="pic.AtractionWheel"/>
113+ </sprite>
114+ </contribution>
115+
116+ <contribution type="image" id="pic.CableTower_L">
117+ <default src="tettou-l.bmp"/>
118+ </contribution>
119+ <contribution type="image" id="pic.CableTower_M">
120+ <default src="tettou-m.bmp"/>
121+ </contribution>
122+ <contribution type="image" id="pic.CableTower_S">
123+ <default src="tettou-s.bmp"/>
124+ </contribution>
125+
126+ <contribution type="GenericStructure" id="CableTower_L-1">
127+ <group>高圧線鉄塔</group>
128+ <structure>
129+ <category byname="送電線鉄塔"/>
130+ </structure>
131+ <size>1,1</size>
132+ <computerCannotBuild/>
133+ <price>10</price>
134+ <height>7</height>
135+ <sprite origin="0,0" offset="96">
136+ <image ref="pic.CableTower_L"/>
137+ </sprite>
138+ <sprite origin="32,0" offset="96">
139+ <image ref="pic.CableTower_L"/>
140+ </sprite>
141+ </contribution>
142+
143+ <contribution type="GenericStructure" id="CableTower_M-1">
144+ <group>高圧線鉄塔</group>
145+ <structure>
146+ <category byname="送電線鉄塔"/>
147+ </structure>
148+ <size>1,1</size>
149+ <computerCannotBuild/>
150+ <price>8</price>
151+ <height>6</height>
152+ <sprite origin="0,0" offset="80">
153+ <image ref="pic.CableTower_M"/>
154+ </sprite>
155+ <sprite origin="32,0" offset="80">
156+ <image ref="pic.CableTower_M"/>
157+ </sprite>
158+ </contribution>
159+
160+ <contribution type="GenericStructure" id="CableTower_S-1">
161+ <group>高圧線鉄塔</group>
162+ <structure>
163+ <category byname="送電線鉄塔"/>
164+ </structure>
165+ <size>1,1</size>
166+ <computerCannotBuild/>
167+ <price>6</price>
168+ <height>5</height>
169+ <sprite origin="0,0" offset="64">
170+ <image ref="pic.CableTower_S"/>
171+ </sprite>
172+ <sprite origin="32,0" offset="64">
173+ <image ref="pic.CableTower_S"/>
174+ </sprite>
175+ <sprite origin="64,0" offset="64">
176+ <image ref="pic.CableTower_S"/>
177+ </sprite>
178+ <sprite origin="96,0" offset="64">
179+ <image ref="pic.CableTower_S"/>
180+ </sprite>
181+ </contribution>
182+
183+ <contribution type="image" id="pic.Hospital_A">
184+ <default src="gene_hospitalA.bmp"/>
185+ <condition when="night" src="gene_hospitalA_n.bmp"/>
186+ </contribution>
187+ <contribution type="image" id="pic.Hospital_B">
188+ <default src="gene_hospitalA3.bmp"/>
189+ <condition when="night" src="gene_hospitalA3_n.bmp"/>
190+ </contribution>
191+
192+ <contribution type="GenericStructure" id="Hospital_A">
193+ <name>総合病院</name>
194+ <design>郊外型(主)</design>
195+ <structure>
196+ <category byname="病院"/>
197+ </structure>
198+ <price>32000</price>
199+ <size>6,5</size>
200+ <height>2</height>
201+ <sprite origin="0,0" offset="72">
202+ <image ref="pic.Hospital_A"/>
203+ </sprite>
204+ <sprite origin="176,0" offset="64" opposite="true">
205+ <image ref="pic.Hospital_A"/>
206+ </sprite>
207+ <sprite origin="352,0" offset="72">
208+ <image ref="pic.Hospital_A"/>
209+ </sprite>
210+ <sprite origin="528,0" offset="64" opposite="true">
211+ <image ref="pic.Hospital_A"/>
212+ </sprite>
213+ </contribution>
214+ <contribution type="GenericStructure" id="Hospital_B">
215+ <name>総合病院</name>
216+ <design>郊外型(副)</design>
217+ <structure>
218+ <category byname="病院"/>
219+ </structure>
220+ <price>32000</price>
221+ <size>5,4</size>
222+ <height>2</height>
223+ <sprite origin="0,0" offset="64">
224+ <image ref="pic.Hospital_B"/>
225+ </sprite>
226+ <sprite origin="144,0" offset="56" opposite="true">
227+ <image ref="pic.Hospital_B"/>
228+ </sprite>
229+ <sprite origin="288,0" offset="64">
230+ <image ref="pic.Hospital_B"/>
231+ </sprite>
232+ <sprite origin="432,0" offset="56" opposite="true">
233+ <image ref="pic.Hospital_B"/>
234+ </sprite>
235+ </contribution>
236+
237+
238+ <contribution type="image" id="pic.CampusBldg-01">
239+ <default src="bldg_campus01.bmp"/>
240+ <condition when="night" src="bldg_campus01n.bmp"/>
241+ </contribution>
242+ <contribution type="image" id="pic.CampusBldg-02">
243+ <default src="bldg_campus02.bmp"/>
244+ <condition when="night" src="bldg_campus02n.bmp"/>
245+ </contribution>
246+ <contribution type="image" id="pic.CampusBldg-03">
247+ <default src="bldg_campus03.bmp"/>
248+ <condition when="night" src="bldg_campus03n.bmp"/>
249+ </contribution>
250+ <contribution type="image" id="pic.CampusBldg-04">
251+ <default src="bldg_campus04.bmp"/>
252+ <condition when="night" src="bldg_campus04n.bmp"/>
253+ </contribution>
254+ <contribution type="image" id="pic.CampusBldg-05">
255+ <default src="bldg_campus05.bmp"/>
256+ <condition when="night" src="bldg_campus05n.bmp"/>
257+ </contribution>
258+ <contribution type="image" id="pic.CampusBldg-06">
259+ <default src="bldg_campus06.bmp"/>
260+ <condition when="night" src="bldg_campus06n.bmp"/>
261+ </contribution>
262+
263+<!-- 01 -->
264+ <contribution type="GenericStructure" id="CampusBuilding-01">
265+ <group>大学</group>
266+ <structure>
267+ <category byname="公立教育施設"/>
268+ </structure>
269+ <design>研究棟A</design>
270+ <price>5000</price>
271+ <population>
272+ <class name="freetrain.contributions.population.OfficePopulation"/>
273+ <base>600</base>
274+ </population>
275+ <height>3</height>
276+ <size>2,2</size>
277+ <computerCannotBuild/>
278+ <sprite origin=" 0,0" offset="40">
279+ <image ref="pic.CampusBldg-01"/>
280+ </sprite>
281+ <sprite origin="64,0" offset="40">
282+ <image ref="pic.CampusBldg-01"/>
283+ </sprite>
284+ </contribution>
285+
286+<!--02-->
287+ <contribution type="GenericStructure" id="CampusBuilding-02">
288+ <group>大学</group>
289+ <structure>
290+ <category byname="公立教育施設"/>
291+ </structure>
292+ <design>研究棟B</design>
293+ <price>3200</price>
294+ <population>
295+ <class name="freetrain.contributions.population.OfficePopulation"/>
296+ <base>360</base>
297+ </population>
298+ <height>2</height>
299+ <size>3,3</size>
300+ <computerCannotBuild/>
301+ <sprite origin=" 0,0" offset="32">
302+ <image ref="pic.CampusBldg-02"/>
303+ </sprite>
304+ <sprite origin="96,0" offset="32">
305+ <image ref="pic.CampusBldg-02"/>
306+ </sprite>
307+ </contribution>
308+
309+<!--03-->
310+ <contribution type="GenericStructure" id="CampusBuilding-03">
311+ <group>大学</group>
312+ <structure>
313+ <category byname="公立教育施設"/>
314+ </structure>
315+ <design>研究棟C</design>
316+ <price>3600</price>
317+ <population>
318+ <class name="freetrain.contributions.population.OfficePopulation"/>
319+ <base>520</base>
320+ </population>
321+ <height>2</height>
322+ <computerCannotBuild/>
323+ <size>3,5</size>
324+ <sprite origin="256,0" offset="40">
325+ <image ref="pic.CampusBldg-03"/>
326+ </sprite>
327+ <sprite origin="384,0" offset="56" opposite="true">
328+ <image ref="pic.CampusBldg-03"/>
329+ </sprite>
330+ </contribution>
331+
332+<!--tower-->
333+ <contribution type="GenericStructure" id="CampusBuilding-tower">
334+ <group>大学</group>
335+ <structure>
336+ <category byname="公立教育施設"/>
337+ </structure>
338+ <design>時計台</design>
339+ <price>6400</price>
340+ <population>
341+ <class name="freetrain.contributions.population.OfficePopulation"/>
342+ <base>800</base>
343+ </population>
344+ <height>3</height>
345+ <computerCannotBuild/>
346+ <size>3,5</size>
347+ <sprite origin="0,0" offset="40">
348+ <image ref="pic.CampusBldg-03"/>
349+ </sprite>
350+ <sprite origin="128,0" offset="56" opposite="true">
351+ <image ref="pic.CampusBldg-03"/>
352+ </sprite>
353+ </contribution>
354+
355+<!--04-->
356+ <contribution type="GenericStructure" id="CampusBuilding-04">
357+ <group>大学</group>
358+ <structure>
359+ <category byname="公立教育施設"/>
360+ </structure>
361+ <design>教室棟A</design>
362+ <price>4800</price>
363+ <population>
364+ <class name="freetrain.contributions.population.OfficePopulation"/>
365+ <base>700</base>
366+ </population>
367+ <height>2</height>
368+ <size>4,4</size>
369+ <computerCannotBuild/>
370+ <sprite origin=" 0,0" offset="48">
371+ <image ref="pic.CampusBldg-04"/>
372+ </sprite>
373+ <sprite origin="128,0" offset="48">
374+ <image ref="pic.CampusBldg-04"/>
375+ </sprite>
376+ </contribution>
377+
378+<!--05-->
379+ <contribution type="GenericStructure" id="CampusBuilding-05">
380+ <group>大学</group>
381+ <structure>
382+ <category byname="公立教育施設"/>
383+ </structure>
384+ <design>教室棟B</design>
385+ <price>1200</price>
386+ <population>
387+ <class name="freetrain.contributions.population.OfficePopulation"/>
388+ <base>180</base>
389+ </population>
390+ <height>2</height>
391+ <computerCannotBuild/>
392+ <size>3,1</size>
393+ <sprite origin=" 0,0" offset="56">
394+ <image ref="pic.CampusBldg-05"/>
395+ </sprite>
396+ <sprite origin="64,0" offset="40" opposite="true">
397+ <image ref="pic.CampusBldg-05"/>
398+ </sprite>
399+ <sprite origin="128,0" offset="56">
400+ <image ref="pic.CampusBldg-05"/>
401+ </sprite>
402+ <sprite origin="192,0" offset="40" opposite="true">
403+ <image ref="pic.CampusBldg-05"/>
404+ </sprite>
405+ </contribution>
406+
407+<!--06-->
408+ <contribution type="GenericStructure" id="CampusBuilding-06">
409+ <group>大学</group>
410+ <structure>
411+ <category byname="公立教育施設"/>
412+ </structure>
413+ <design>研究棟D</design>
414+ <price>4000</price>
415+ <population>
416+ <class name="freetrain.contributions.population.OfficePopulation"/>
417+ <base>580</base>
418+ </population>
419+ <height>2</height>
420+ <computerCannotBuild/>
421+ <size>2,3</size>
422+ <sprite origin="256,0" offset="40">
423+ <image ref="pic.CampusBldg-05"/>
424+ </sprite>
425+ <sprite origin="336,0" offset="48" opposite="true">
426+ <image ref="pic.CampusBldg-05"/>
427+ </sprite>
428+ </contribution>
429+
430+<!--07-->
431+ <contribution type="GenericStructure" id="CampusBuilding-07">
432+ <group>大学</group>
433+ <structure>
434+ <category byname="公立教育施設"/>
435+ </structure>
436+ <design>教室棟C</design>
437+ <price>3600</price>
438+ <population>
439+ <class name="freetrain.contributions.population.OfficePopulation"/>
440+ <base>700</base>
441+ </population>
442+ <height>2</height>
443+ <size>3,3</size>
444+ <computerCannotBuild/>
445+ <sprite origin="0,0" offset="40">
446+ <image ref="pic.CampusBldg-06"/>
447+ </sprite>
448+ <sprite origin="96,0" offset="40">
449+ <image ref="pic.CampusBldg-06"/>
450+ </sprite>
451+ <sprite origin="192,0" offset="40">
452+ <image ref="pic.CampusBldg-06"/>
453+ </sprite>
454+ <sprite origin="288,0" offset="40">
455+ <image ref="pic.CampusBldg-06"/>
456+ </sprite>
457+ </contribution>
458+</plug-in>