Difference between revisions of "Category talk:Scripting"
Jump to navigation
Jump to search
→Extending the Limit: even without extra chars... too long
imported>ShadowDancer (further refining answer) |
imported>DragoonWraith (→Extending the Limit: even without extra chars... too long) |
||
Line 51: | Line 51: | ||
::::[[User:ShadowDancer|ShadowDancer]] 14:05, 12 July 2006 (EDT): Using Visual C++ or Visual Basic to build the construction set really doesn't make much of a difference (except for how the programming code is written and operates). For instance, Visual C++ runs faster than Visual Basic for visual display effects. As far as controls go, its pretty much the same in that the controls are usually pre-made and you drag and drop them to create forms and such (in this case, the scriptedit window). The other question to ask would be how much spacing are you putting into the script? Removing excess lines would shorten the number of characters but it is only one character per enter so it wont save much in spacing. Comments, on the other hand, could take up a large amount of usable space in the script due to the character limit. | ::::[[User:ShadowDancer|ShadowDancer]] 14:05, 12 July 2006 (EDT): Using Visual C++ or Visual Basic to build the construction set really doesn't make much of a difference (except for how the programming code is written and operates). For instance, Visual C++ runs faster than Visual Basic for visual display effects. As far as controls go, its pretty much the same in that the controls are usually pre-made and you drag and drop them to create forms and such (in this case, the scriptedit window). The other question to ask would be how much spacing are you putting into the script? Removing excess lines would shorten the number of characters but it is only one character per enter so it wont save much in spacing. Comments, on the other hand, could take up a large amount of usable space in the script due to the character limit. | ||
:::::[[User:DragoonWraith|<font face="Oblivion,Daedric" size=3>D</font>ragoon <font face="Oblivion,Daedric" size=3>W</font>raith]] [[User_talk:DragoonWraith|<font face="Oblivion,Daedric" size=2>TALK</font>]] 17:50, 12 July 2006 (EDT): Already considered that - but I haven't used many comments, and not really that many tabs, either. And even if I were to remove all of them... it's over 10,000 lines long now (this is the naming script). | |||
:::::For the record, though, I've already determined how to break up the script, so I don't need this. This is entirely out of curiousity for me (though it would save some work, I suppose). | |||
::[[User:DragoonWraith|<font face="Oblivion,Daedric" size=3>D</font>ragoon <font face="Oblivion,Daedric" size=3>W</font>raith]] [[User_talk:DragoonWraith|<font face="Oblivion,Daedric" size=2>TALK</font>]] 13:48, 12 July 2006 (EDT): @ShadowDancer: There are a number of very good programs available for code editting. I use Notepad mostly because I'm too lazy to try out the other ones. | ::[[User:DragoonWraith|<font face="Oblivion,Daedric" size=3>D</font>ragoon <font face="Oblivion,Daedric" size=3>W</font>raith]] [[User_talk:DragoonWraith|<font face="Oblivion,Daedric" size=2>TALK</font>]] 13:48, 12 July 2006 (EDT): @ShadowDancer: There are a number of very good programs available for code editting. I use Notepad mostly because I'm too lazy to try out the other ones. | ||
:::[[User:ShadowDancer|ShadowDancer]] 14:05, 12 July 2006 (EDT): LOL! Its pretty much the same here. Wordpad is nearly identical to Notepad with the exception that it isn't hindered by the same character limit that Notepad has. There may be a limit to it, but I haven't run into it yet when opening random files. | :::[[User:ShadowDancer|ShadowDancer]] 14:05, 12 July 2006 (EDT): LOL! Its pretty much the same here. Wordpad is nearly identical to Notepad with the exception that it isn't hindered by the same character limit that Notepad has. There may be a limit to it, but I haven't run into it yet when opening random files. | ||
=== Ways Around the Limit (that don't involve 3rd party apps) === | === Ways Around the Limit (that don't involve 3rd party apps) === |