- Code: Select all
--My teleport script
obj = 0;
function onInit(objID)
obj = objID;
end
function onTrigger_Enter(hitID)
tagname = entity.getTagFromID(hitID);
if (tagname == "Player") then
sky.loadScene ("TestLevel1");
end
end
--My teleport script
obj = 0;
function onInit(objID)
obj = objID;
end
function onTrigger_Enter(hitID)
tagname = entity.getTagFromID(hitID);
if (tagname == "Player") then
sky.loadScene ("TestLevel1");
end
end
I will try mines tomorrow and let you know
SolarPortal wrote:Do the load scene tech demos also crash for you?
I believe it is foumd in the Misc folder and will contain "main" in the name
_____________________________________________________________
|
| < GAME RUNNING >
|_____________________________________________________________
INFO: UI Document - Loaded
ERROR: Sound file Does Not Exist!
ERROR: Sound file bling.ogg Does Not Exist!
failed to load the Particle universe resource:mp2_explosion_26.pu
failed to load the Particle universe resource:mp_bullettrail_05_large_b.pu
LUA ERROR: Tag name [ HUD ] not found or it is invalid, have you used the correct tag name? Does the tagged object exist?
LUA ERROR: entity.callFn(..) failed. missing arg2 Target ID is invalid
COMMAND FAILED!: setText(..) Document could not be found!. Are you sure you passed the correct document body id?
COMMAND FAILED!: setText(..) Document could not be found!. Are you sure you passed the correct document body id?
COMMAND FAILED!: setText(..) Document could not be found!. Are you sure you passed the correct document body id?
COMMAND FAILED!: setText(..) Document could not be found!. Are you sure you passed the correct document body id?
LUA ERROR: entity.callFn(..) failed. missing arg2 Target ID is invalid
failed to load the Particle universe resource:mp2_explosion_26.pu
failed to load the Particle universe resource:mp_bullettrail_05_large_b.pu
COMMAND FAILED!: setText(..) Document could not be found!. Are you sure you passed the correct document body id?
COMMAND FAILED!: setText(..) Document could not be found!. Are you sure you passed the correct document body id?
COMMAND FAILED!: hide(..) Document could not be found!. Are you sure you passed the correct document body id?
COMMAND FAILED!: setText(..) Document could not be found!. Are you sure you passed the correct document body id?
LUA ERROR: entity.callFn(..) failed. missing arg2 Target ID is invalid
COMMAND FAILED!: setScaleYCent(..) Document could not be found!. Are you sure you passed the correct document body id?
_____________________________________________________________
|
| < GAME STOPPING >
|_____________________________________________________________
|-----------------------------------------------------------
| LOADING LEVEL [XML]
|-----------------------------------------------------------
LOADING Binary: Security Settings
loadPrioritySettings: FileName: D:/Aurasoft UK/Skyline/Asset Library/Scenes/level2
LOADING XML: Priority Settings
INFO: Material Change - Ambient Type Started...
INFO: Material Change - Ambient Type Completed!
INFO: Material Change - IBL Enable Started...
INFO: Material Change - IBL Enable Completed!
INFO: Material Change - Pure IBL Started...
INFO: Material Change - Pure IBL Completed!
LOADING XML: Folders
LOADING XML: Scene Entities
LOADING XML: Scene Sky Env Settings
LOADING XML: Scene Settings
SKYX: Loading File
LOADING XML: Terrain Road Settings
LOADING XML: CAMERA Settings
LOADING XML: Load Bookmarks
LOADING XML: Post Effects
LOADING XML: Navmesh Settings
******* XML :: MISSING FILE:
FileName = D:/Aurasoft UK/Skyline/Asset Library/Scenes/level2.xSkyNavSettings *******
LOADING XML: SHADOW Settings
|-----------------------------------------------------------
| LOAD LEVEL COMPLETED [XML]
|-----------------------------------------------------------
_____________________________________________________________
|
| < GAME RUNNING >
|_____________________________________________________________
INFO: UI Document - Loaded
ERROR: Sound file Does Not Exist!
ERROR: Sound file bling.ogg Does Not Exist!
failed to load the Particle universe resource:mp2_explosion_26.pu
failed to load the Particle universe resource:mp_bullettrail_05_large_b.pu
LUA ERROR: Tag name [ HUD ] not found or it is invalid, have you used the correct tag name? Does the tagged object exist?
LUA ERROR: entity.callFn(..) failed. missing arg2 Target ID is invalid
COMMAND FAILED!: setText(..) Document could not be found!. Are you sure you passed the correct document body id?
COMMAND FAILED!: setText(..) Document could not be found!. Are you sure you passed the correct document body id?
COMMAND FAILED!: setText(..) Document could not be found!. Are you sure you passed the correct document body id?
COMMAND FAILED!: setText(..) Document could not be found!. Are you sure you passed the correct document body id?
LUA ERROR: entity.callFn(..) failed. missing arg2 Target ID is invalid
failed to load the Particle universe resource:mp2_explosion_26.pu
failed to load the Particle universe resource:mp_bullettrail_05_large_b.pu
COMMAND FAILED!: setText(..) Document could not be found!. Are you sure you passed the correct document body id?
COMMAND FAILED!: setText(..) Document could not be found!. Are you sure you passed the correct document body id?
COMMAND FAILED!: hide(..) Document could not be found!. Are you sure you passed the correct document body id?
COMMAND FAILED!: setText(..) Document could not be found!. Are you sure you passed the correct document body id?
LUA ERROR: entity.callFn(..) failed. missing arg2 Target ID is invalid
COMMAND FAILED!: setScaleYCent(..) Document could not be found!. Are you sure you passed the correct document body id?
I can confirm that mines is now crashing
TattieBoJangle wrote:Np m8 yea its strange as there has been no update since I done that tut so why it broke is a mystery perhaps when they read this they could build in a level load function built into skyline it makes sense to have it part of the engine also audio as well so they can just be dropped in and work
Users browsing this forum: No registered users and 6 guests