Skip to content

Commit 71d4c9c

Browse files
authored
Add all UNScripted item with DUI command (#21)
* Add all UNSORTED item with DUI command * Move in new file * Begin to scan each item one by one for finding new one * Change file name * Rename i_ToDoItems.scp to i_todoItems.scp * Rename i_Unused.scp to i_unused.scp * Last one :-)
1 parent ee79b0e commit 71d4c9c

9 files changed

+16848
-16
lines changed

items/i_deco_carvings_statues.scp

+6-3
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,12 @@ DUPELIST=02849
386386
DUPEITEM=02848
387387

388388

389-
//[ITEMDEF 02a9e] //duplicated from 012d5
390-
//[ITEMDEF 02a9f] //duplicated from 012d6
391-
//[ITEMDEF 02aa0] //duplicated from 012d7
389+
[ITEMDEF 02a9e] //duplicated from 012d5
390+
TYPE=t_normal
391+
[ITEMDEF 02a9f] //duplicated from 012d6
392+
TYPE=t_normal
393+
[ITEMDEF 02aa0] //duplicated from 012d7
394+
TYPE=t_normal
392395

393396

394397
[ITEMDEF 02d0e]

items/i_deco_lightsources.scp

+8-4
Original file line numberDiff line numberDiff line change
@@ -189,17 +189,21 @@ DUPEITEM=0a12
189189
//torch lit
190190
DUPEITEM=0a12
191191

192-
//[ITEMDEF 0a15]
192+
[ITEMDEF 0a15]
193193
//lantern (unused, wrong equip id)
194+
TYPE=t_light_lit
194195

195-
//[ITEMDEF 0a16]
196+
[ITEMDEF 0a16]
196197
//lantern (unused, wrong equip id)
198+
TYPE=t_light_lit
197199

198-
//[ITEMDEF 0a17]
200+
[ITEMDEF 0a17]
199201
//lantern (unused, wrong equip id)
202+
TYPE=t_light_lit
200203

201-
//[ITEMDEF 0a18]
204+
[ITEMDEF 0a18]
202205
//lantern (unused, wrong equip id)
206+
TYPE=t_light_lit
203207

204208

205209
[ITEMDEF 0a1a]

items/i_profession.scp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3093,7 +3093,7 @@ DUPEITEM=044c7
30933093
//Small Soulforge
30943094
DUPEITEM=044c7
30953095

3096-
//[itemdef 044CA]
3096+
//[itemdef 044CA] //Temporary comment because it make crash Levianthan assistant
30973097
//defname=i_small_soul_forge
30983098
//name=small sould forge
30993099
//RESOURCES=4 i_floor_marble

items/i_theme_pack_kings_collection.scp

+4-2
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,9 @@ DESCRIPTION=Dragon Lantern (south)(unlit)
210210
ON=@Create
211211
MOREZ=1
212212

213-
//[ITEMDEF 04c41]
213+
[ITEMDEF 04c41]
214214
//dragon lantern (unused, replaced by 04cde)
215+
TYPE=t_light_lit
215216

216217
[ITEMDEF 04c42]
217218
DEFNAME=i_lantern_dragon_e
@@ -225,8 +226,9 @@ DESCRIPTION=Dragon Lantern (east)(unlit)
225226
ON=@Create
226227
MOREZ=1
227228

228-
//[ITEMDEF 04c43]
229+
[ITEMDEF 04c43]
229230
//dragon lantern (unused, replaced by 04ce2)
231+
TYPE=t_light_lit
230232

231233
[ITEMDEF 04c44]
232234
DEFNAME=i_lamp_bird_s

items/i_unsorted.scp

+54-6
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44
//****************************************************************************
55
VERSION=X1
66

7-
[ITEMDEF 0]
8-
DEFNAME=i_unused
9-
CATEGORY=Miscellaneous
10-
SUBSECTION=Bad Tiles
11-
DESCRIPTION=Unused Tile
7+
[COMMENT Unsorted_Not complete Items]
8+
All item in the tiledata of last OSI clients are present in sphere scriptpack.
9+
The extraction of all Tiledata/Art item not present in script are done with the "dui" command in console.
10+
After the extraction done, the items are splits in 3 differents files:
11+
Unsorted: Some info on items are add and correct but they are not sorted to the correct item section.
12+
13+
not_complete folder contain (Not load by default in spheretables.scp)
14+
toDoItems: Valid item present on Muls file but not yet correctly added to scriptpack
15+
Unused: Item generate on tiledata but seem to be useless placeholder on MULS.
1216

1317
[ITEMDEF 01]
1418
DEFNAME=i_nodraw
@@ -1843,12 +1847,56 @@ DEFNAME=i_pillar
18431847
CATEGORY=Miscellaneous
18441848
SUBSECTION=Bad Tiles
18451849
DESCRIPTION=No Draw Tile
1846-
DUPELIST=021a4,021bc
1850+
DUPELIST=021a4,02199,0219a,0219b,0219c,0219d,0219e,021a0,021a1,021a2,021a3,021a4,021bb,021bc
1851+
1852+
[ITEMDEF 02199]
1853+
// nodraw
1854+
DUPEITEM=02198
1855+
1856+
[ITEMDEF 0219a]
1857+
// nodraw
1858+
DUPEITEM=02198
1859+
1860+
[ITEMDEF 0219b]
1861+
// nodraw
1862+
DUPEITEM=02198
1863+
1864+
[ITEMDEF 0219c]
1865+
// nodraw
1866+
DUPEITEM=02198
1867+
1868+
[ITEMDEF 0219d]
1869+
// nodraw
1870+
DUPEITEM=02198
1871+
1872+
[ITEMDEF 0219e]
1873+
// nodraw
1874+
DUPEITEM=02198
1875+
1876+
[ITEMDEF 021a0]
1877+
// nodraw
1878+
DUPEITEM=02198
1879+
1880+
[ITEMDEF 021a1]
1881+
// nodraw
1882+
DUPEITEM=02198
1883+
1884+
[ITEMDEF 021a2]
1885+
// nodraw
1886+
DUPEITEM=02198
1887+
1888+
[ITEMDEF 021a3]
1889+
// nodraw
1890+
DUPEITEM=02198
18471891

18481892
[ITEMDEF 021a4]
18491893
//no draw
18501894
DUPEITEM=02198
18511895

1896+
[ITEMDEF 021bb]
1897+
// nodraw
1898+
DUPEITEM=02198
1899+
18521900
[ITEMDEF 021bc]
18531901
//nodraw
18541902
DUPEITEM=02198

0 commit comments

Comments
 (0)