SphereCommunity
sphere_template.scp refresh this please "random_other_food" - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: sphere_template.scp refresh this please "random_other_food" (/Thread-sphere-template-scp-refresh-this-please-random-other-food)



sphere_template.scp refresh this please "random_other_food" - Satvet - 05-18-2017 01:24 AM

Build:
[Image: R0MVL1.png]

I guess you forgot.
"i_tray_sushi and i_tray_sushi2" it needs to be deleted.
Quote:[sphere_template.scp] // old file
random_other_food { i_plate_food 1 i_eggs_fresh 1 i_eggs_fried 1 i_jar_honey 1 i_basket_fruit 1 i_wassabi_tray 1 i_bento_box 1 i_tray_sushi 1 i_tray_sushi2 1 i_soup_miso 1 i_soup_miso_2 1 i_bowl_fruit 1 }

[sphere_template.scp] // new file
random_other_food { i_plate_food 1 i_eggs_fresh 1 i_eggs_fried 1 i_jar_honey 1 i_basket_fruit 1 i_wassabi_tray 1 i_bento_box 1 i_soup_miso 1 i_soup_miso_2 1 i_bowl_fruit 1 } //{i_tray_sushi 1 i_tray_sushi2 1}
Maybe a lot of things like this may have changed in the "sphere_templete" file.
I did not fully examine it.
These are a few things that hit I'm eye.

these files have been updated.
the following objects no longer exist.



RE: sphere_template.scp refresh this please "random_other_food" - Coruja - 05-20-2017 07:59 AM

thanks for the report, I'll update it on next script pack commit

PS: these 2 items doesn't get removed, they just got the defname updated to correct value
Code:
i_tray_sushi -> i_sushi_rolls
i_tray_sushi2 -> i_sushi_platter



RE: sphere_template.scp refresh this please "random_other_food" - Satvet - 05-20-2017 08:27 AM

thanks, i did not know about the defname value. I will check the values.