Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology
Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered
You are not logged in.
Pages: 1
Hello
I completely decided to remake my game for the android phone.
To not load the device, I decided to use the plugit Instantiate for each individual interior / exterior.
* game_main.xos is main file for loading game, immediately instantiate load room1>
* room1.xos - Interior in which there is a door, in physical contact with which the "room1" should be unloaded and the "world1" will be loaded
* world1.xos open world (Reduced and optimized)
but contact with door not works and My trick with loading-unloading does not work.
I can not implement it, sorry for my stupidity
https://drive.google.com/open?id=0BxQ6o … W9lY3g3Y3c
in game_main.xos/groups/scene, in left-bottom corner begins with "timer inst(5)"
Offline
Hello,
classic behavior should be:
room1 door -> call tunnel goto room2 in main project
tunnel goto room2 -> show loading screen
tunnel goto room2 -> remove all room1 instances
tunnel goto room2 -> room2.add instance
and to go back
room2 door -> call tunnel goto room1 in main project
tunnel goto room1 -> show loading screen
tunnel goto room1 -> remove all room2 instances
tunnel goto room1 -> room1.add instance
Online
not understand, where i find "tunnel"?
Offline
thanks, works)
Offline
https://drive.google.com/open?id=0BxQ6o … FhkdENQVjg apk
https://drive.google.com/open?id=0BxQ6o … EFvOXFIbnM game project
Blackscreen after loadscreen, 2d menu loaded too, but gameworld nod load. In game settings - third in 2n row - button "reset", near "save" & "load" buttons. reset button resets all scene and put player at pos.
Cut out a lot of the game for a while
I remember there was such a bug when using multiple lighting sources.
But 1 in main(unloads at oyher xos loaded in main game), 1 in room1, 1 in world1 - At startup everyone turns off the other
Offline
yes it works on editor only
Offline
I'm waiting.
Offline
Ok I did test the project in the editor and it doesn't work either.
it seems the material files do not have the correct path for textures.
also I don't understand where you load the first world state on start.
clean up your Openspace3D partition removing old textures and meshes files locations.
So you will see the errors
Online
.
also I don't understand where you load the first world state on start.
game_main.xos/Groups/Scene timer MAIN TIMER INIT(timer plugit)
left-center
Last edited by el_motoblock (7-Apr-2017 06:05:39)
Offline
it seems the material files do not have the correct path for textures.
But what's wrong there?
Copy for example
Offline
https://drive.google.com/open?id=0BxQ6o … EFvOXFIbnM updated, removedold tex +apk include
not works in android too. Only 2d - gui buttons interactivity works, but 3d not works, and walk sound Does not sound.
Last edited by el_motoblock (8-Apr-2017 16:46:00)
Offline
I think you make a mistake when you used the tool to relocate ressources.
it just change the location in the xos file, you must manually copy the resources to the new location and in material scripts
You should redo it from your backup. and check by cleaning the directories.
Online
I think you make a mistake when you used the tool to relocate ressources.
In editor all works normal
it just change the location in the xos file, you must manually copy the resources to the new location and in material scripts
In the log would be an error when opening .xos It detects lost files easily.
You should redo it from your backup. and check by cleaning the directories.
It's already late, then everything is different. I had to completely change everything
In fact the problem is that the editor is fine without errors, but in the android everything is so bad
Last edited by el_motoblock (8-Apr-2017 17:28:59)
Offline
If you changed the paths in the xos but keep the files at the old locations, maybe it find them at the previous location.
export it for windows and test it.
it should do almost the same as android if you forgot the update some files paths without moving the files.
Online
in windows, in linux64 not works too, i change back all paths, but it still does not work.
You may have to do everything newly
i make either xos use game_main.xos, I looked more closely and removed the unused resources in xos's. nothing changed.
Maybe it's because of tunnel plugit - load-unload
Last edited by el_motoblock (9-Apr-2017 06:00:09)
Offline
Pages: 1