Basic knowledge
LUMYDCTT has got two optional parameters:
lumy_(x86/x64).exe [filename] [options]
[filename]: file with or without a path
[options]:
- /compile: to compile the .lumy-file and generate a .prg file
For example:
- lumy_x86 \sources\basic\godorugro.lumy: to load "\sources\basic\godorugro.lumy"-file
- lumy_x64 heartlight.lumy: to load "heartlight.lumy"-file
- lumy_x86 tetravex.lumy /compile: to compile "tetravex.lumy" and make a "tetravex.prg"
- lumy_x64 \sources\games\lapi.lumy /compile: to compile "\sources\games\lapi.lumy" and make "lapi.prg"
lumydctt.ini
Chunk |
Example |
Description |
[Emulator Path] |
C:\Program Files\plus4emu\plus4emu.exe |
Where your favorite Commodore Plus/4 emulator is located. |
[Window] |
Left=640
Top=136
Width=1280
Height=768
|
Left=The X coordinate of the main window is 640
Top=The Y coordinate of the main window is 136
Width=The width of the main window is 1280
Height=The height of the main window is 768
|