• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

scasm tutorial

Messages
1
Country
italy
Hi to all,
i am designing city sceneries for cfs2, and i am searching the scasm tutorial made sometimes ago by Andreas Klisch, can someone inform me about how can i get it or other useful tutorials on the same argument?
More, i have a specific question: i am designing apis of urban blocks using Eod 1.0.25 and Citybuilder by Jens Wilke, in order to achieve better frame rates, but i am getting out of range error from Scasm for a large (100+ Kb) macro, in the reference of Scasm i have found that similar cases require an intermediate jump in the code: how can i apply it??
Thanks and Regards,
Giuseppe
 

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
31,941
Country
netherlands
Hi,

It's a very long time ago I used that tutorial. I tried to search on the internet for it, but it seems all links to it are broken. I don't have an offline copy myself I am afraid.

I am also not aware of other SCASM tutorials. There are very few people nowadays who still make their scenery directly in SCASM.

Can you post your exact error? I think it is a line buffer overflow error. That can be solved by adding this command at the top:

Set( LINBUF 20000 )

The exact value (20000) might need to be even higher sometimes.
 
Top