.
This forum is now archived!
- Welcome to the archive!
News:
The 3DRad community can be found at classdev.net.
Author Topic: The My Game (Read 3104 times)
Hello everyone,
and thanks,
I think I understand what creates a part of the slowdown, the ranking is the script that is just a reordering and puts it on the screen.
shadows do not weigh almost nothing
written for did not really understand how they work to print, I know how to give a tutorial.
I have been programming in C + + for 15 years and I did not think that the scripts were so slow: (
I work a little bit of other information and will place hello
and thanks,
I think I understand what creates a part of the slowdown, the ranking is the script that is just a reordering and puts it on the screen.
shadows do not weigh almost nothing
written for did not really understand how they work to print, I know how to give a tutorial.
I have been programming in C + + for 15 years and I did not think that the scripts were so slow: (
I work a little bit of other information and will place hello
Hi your game looks fantastic.
Don't link scripts this is a big no no. You may not have, but most of us discovered this problem some time ago.
If scripts are linked the processor looks at it and checks the VAL_# variables 1 to 9 every time even if they are not used, and this slows things down a lot.
If you want to switch scripts on or off then use the Event Timer on a short fuse to do it. I also use the Value object or the global string function to pass any values between scripts.
n_iron
Don't link scripts this is a big no no. You may not have, but most of us discovered this problem some time ago.
If scripts are linked the processor looks at it and checks the VAL_# variables 1 to 9 every time even if they are not used, and this slows things down a lot.
If you want to switch scripts on or off then use the Event Timer on a short fuse to do it. I also use the Value object or the global string function to pass any values between scripts.
n_iron
How long you made this demo/game5 mounts all inclusive
- 3drad study
- Graphycs 2D/3D
- script
n_iron :
tester and I will try what you told me
thanks all
I have a problem in the physics of 3drad Vers 7.12 and a problem with the compiler.
compilarore puts all the objects in the Object folder and not just those belonging to the project.
This can be solved automatically?
Thanks to all
compilarore puts all the objects in the Object folder and not just those belonging to the project.
This can be solved automatically?
Thanks to all
I have a problem in the physics of 3drad Vers 7.12 and a problem with the compiler.
compilarore puts all the objects in the Object folder and not just those belonging to the project.
This can be solved automatically?
Thanks to all
For the compiler, make sure your game is in your 3drad>3drad_res>projects folder.
Load it from there, and then - without making any changes to the project - exit without saving. This will create an optimised file.
Then use the compiler to load your project from the projects folder.
Hope this helps.
Pages: 1 [2]