Posted by member 127231 on 2005-08-17 07:05:10 link
i'll use icondesk as an example. download the zip file from wherever, stick it in the archive folder in modules. in step.rc add
(replace icondesk-0.67 w/ whatever version you have) to the bottom using notepad or whatever. then, in the config folder, make a file using notepad named myfirsticons.rc
next, follow the documentation and add lines into this text document. for example:
etc etc etc. all of it is in the documentation that comes with the module. just add stuff, and recycle, to see what happens. if u mess up, just take out something from the text file. im doing this from scratch so if ive made a mistake somewhere or overlooked something sry, its 5am i should be sleeping neway.
*NetLoadModule icondesk-0.67
include "$ConfigDir$myfirsticons.rc"
include "$ConfigDir$myfirsticons.rc"
(replace icondesk-0.67 w/ whatever version you have) to the bottom using notepad or whatever. then, in the config folder, make a file using notepad named myfirsticons.rc
next, follow the documentation and add lines into this text document. for example:
; ';' on a line means a comment, it'll be ignored
;u can make different groups of icons.
;let's make a group called MyFirstIcons
IconDeskGroups MyFirstIcons
;to set the different parameters, type:
; IconDesk
; for example:
IconDeskMyFirstIconsSize 32
; sets the size of the icons
IconDeskMyFirstIconsVisible false
; sets it so that the icon group is hidden (defaults true)
IconDeskMyFirstIconsX 20
IconDeskMyFirstIconsY 20
; where MyFirstIcons will be drawn on the screen
;u can make different groups of icons.
;let's make a group called MyFirstIcons
IconDeskGroups MyFirstIcons
;to set the different parameters, type:
; IconDesk
; for example:
IconDeskMyFirstIconsSize 32
; sets the size of the icons
IconDeskMyFirstIconsVisible false
; sets it so that the icon group is hidden (defaults true)
IconDeskMyFirstIconsX 20
IconDeskMyFirstIconsY 20
; where MyFirstIcons will be drawn on the screen
etc etc etc. all of it is in the documentation that comes with the module. just add stuff, and recycle, to see what happens. if u mess up, just take out something from the text file. im doing this from scratch so if ive made a mistake somewhere or overlooked something sry, its 5am i should be sleeping neway.