I messed with the listOrder command in my items.rul
- type: STR_UFO_SHIELD_GENERATOR
listOrder: 9510
size: 1.2
costSell: 500000
specialType: 15
recoveryPoints: 40
in research.rul its
- name: STR_UFO_SHIELD_GENERATOR
listOrder: 4910
cost: 850
points: 60
needItem: true
and in ufopedia.rul its
- id: STR_UFO_SHIELD_GENERATOR
listOrder: 11010
type_id: 7
section: STR_UFO_COMPONENTS
requires:
- STR_UFO_SHIELD_GENERATOR
image_id: SHIELD_GENERATOR.SPK
text: STR_UFO_SHIELD_GENERATOR_UFOPEDIA
text_width: 163
everything seems to be right except for the UFO Recovery screen the one you get after you complete your mission it appears like this.
UFO RECOVERY
UFO Power Source 4 80
UFO Navigation 4 20
Alien Enterainment 24 48
Alien Alloys 238 238
UFO Shield Generator 1 40
Elerium-115 200 20
Ive got a feeling its hardcoded
but what i was trying to do was this
UFO RECOVERY
UFO Shield Generator 1 40
UFO Power Source 4 80
UFO Navigation 4 20
Alien Enterainment 24 48
Alien Alloys 238 238
Elerium-115 200 20
Also are there any guides on using mapview2 im having trouble creating certain walls either i walk through them or i cant step on them at all.