Latest topics
» iChat 2.0 - A New Way to Chat!
Leygen install via Oxygen 3.0.3 EmptySat Jun 23, 2018 11:38 pm by OnyxTech

» iNBA Super Rankings (12/15/2013)
Leygen install via Oxygen 3.0.3 EmptySun Jun 17, 2018 11:48 pm by iNBA

» Tigers vs. Greats, Jeremiah Clark pours in 25 as Tigers take victory, 88-80
Leygen install via Oxygen 3.0.3 EmptySun Jun 17, 2018 11:27 pm by iNBA

» 2013-2014 Free Agent Watch
Leygen install via Oxygen 3.0.3 EmptySun Jun 17, 2018 11:11 pm by Stanley

» SAMUEL HOLLOWAY JUST SCORED 97 POINTS IN ONE QUARTER!!!
Leygen install via Oxygen 3.0.3 EmptySun Jun 17, 2018 11:10 pm by Stanley

» Drew Que of Hialeah Horizon cashes in 55 for the win over Celtics, 126-113
Leygen install via Oxygen 3.0.3 EmptySun Jun 17, 2018 11:08 pm by Stanley

» Samuel Holloway makes history with magical 106 point performance against Austin Galaxies, 183-81
Leygen install via Oxygen 3.0.3 EmptySun Jun 17, 2018 11:08 pm by Stanley

» Danny Dubb delivers 81 in win over Atlanta Hawks, 175-88
Leygen install via Oxygen 3.0.3 EmptySun Jun 17, 2018 11:06 pm by Stanley

» iNBA Super Rankings (11/17/2013)
Leygen install via Oxygen 3.0.3 EmptySun Jun 17, 2018 11:05 pm by Stanley

Most active topic starters
Kernel
Leygen install via Oxygen 3.0.3 I_vote15Leygen install via Oxygen 3.0.3 I_voti11Leygen install via Oxygen 3.0.3 I_vote16 
OnyxTech
Leygen install via Oxygen 3.0.3 I_vote15Leygen install via Oxygen 3.0.3 I_voti11Leygen install via Oxygen 3.0.3 I_vote16 
iNBA
Leygen install via Oxygen 3.0.3 I_vote15Leygen install via Oxygen 3.0.3 I_voti11Leygen install via Oxygen 3.0.3 I_vote16 
Alex
Leygen install via Oxygen 3.0.3 I_vote15Leygen install via Oxygen 3.0.3 I_voti11Leygen install via Oxygen 3.0.3 I_vote16 
Combz
Leygen install via Oxygen 3.0.3 I_vote15Leygen install via Oxygen 3.0.3 I_voti11Leygen install via Oxygen 3.0.3 I_vote16 
Teh Can
Leygen install via Oxygen 3.0.3 I_vote15Leygen install via Oxygen 3.0.3 I_voti11Leygen install via Oxygen 3.0.3 I_vote16 
Raymond
Leygen install via Oxygen 3.0.3 I_vote15Leygen install via Oxygen 3.0.3 I_voti11Leygen install via Oxygen 3.0.3 I_vote16 
Bedbed
Leygen install via Oxygen 3.0.3 I_vote15Leygen install via Oxygen 3.0.3 I_voti11Leygen install via Oxygen 3.0.3 I_vote16 
Cyber
Leygen install via Oxygen 3.0.3 I_vote15Leygen install via Oxygen 3.0.3 I_voti11Leygen install via Oxygen 3.0.3 I_vote16 
Connor
Leygen install via Oxygen 3.0.3 I_vote15Leygen install via Oxygen 3.0.3 I_voti11Leygen install via Oxygen 3.0.3 I_vote16 

Top posting users this month
No user

Member of the Month
Winner MoM Want to be Member of the Month? Simply enter your name below and receive, 5000+ points, NameGlow (Any color), and A title picture!
Username:
New Network & Projects

Leygen install via Oxygen 3.0.3

View previous topic View next topic Go down

Leygen install via Oxygen 3.0.3 Empty Leygen install via Oxygen 3.0.3

Post by Columbia Fri Apr 06, 2018 8:05 pm

Here it is, any suggestions to get this thing running?
Code:

<oxygen>
start.OPEN.compound
/open.flash
/open.leygen
LEYGEN.start "BOOT"
if else; run LEYGEN.start "BOOTSTRAP"
leygen.properties.run
**properties**
open "config.oxg"
open "program.oxy"
start "config.oxg" upon
              install.properties.leygen
                  truncate.ALL
                  start.RUN
                if FAIL.to.RUN;
                        begin "BOOTSTRAP" startup;
Columbia
Columbia
Miranda Society
Miranda Society

Posts Posts : 9
Points Points : 5585
Join date Join date : 2017-12-23

Back to top Go down

Leygen install via Oxygen 3.0.3 Empty Re: Leygen install via Oxygen 3.0.3

Post by test Fri Apr 06, 2018 8:09 pm

why are you truncating?
you do not need to truncate unless all files are collectively running at once. truncating slows your shit down by miles
test
test
Guru
Guru

Posts Posts : 11
Points Points : 6257
Join date Join date : 2012-12-13

Back to top Go down

Leygen install via Oxygen 3.0.3 Empty Re: Leygen install via Oxygen 3.0.3

Post by Columbia Fri Apr 06, 2018 8:11 pm

test wrote:why are you truncating?
you do not need to truncate unless all files are collectively running at once. truncating slows your shit down by miles
do i not need to truncate regardless of simultaneously running the config, leygen substrate, and the startup, all at once?
Columbia
Columbia
Miranda Society
Miranda Society

Posts Posts : 9
Points Points : 5585
Join date Join date : 2017-12-23

Back to top Go down

Leygen install via Oxygen 3.0.3 Empty Re: Leygen install via Oxygen 3.0.3

Post by Riley Fri Apr 06, 2018 8:16 pm

Columbia wrote:Here it is, any suggestions to get this thing running?
Code:

<oxygen>
start.OPEN.compound
/open.flash
/open.leygen
LEYGEN.start "BOOT"
if else; run LEYGEN.start "BOOTSTRAP"
leygen.properties.run
**properties**
open "config.oxg"
open "program.oxy"
start "config.oxg" upon
               install.properties.leygen
                  truncate.ALL
                  start.RUN
                if FAIL.to.RUN;
                        begin "BOOTSTRAP" startup;

my fix, & @test is right, no truncate needed.

Code:
<oxygen>
CMD.run
#startup
      include.ALLfiles="config.oxg, program.oxy"

run.ALL
LEYGEN.start "BOOT"
if else; run LEYGEN.start "BOOTSTRAP"

null;
[leygen]
         {include(properties.leygen(install.properties.leygen))}
leygen.properties.run
**properties**
open "config.oxg"
open "program.oxy"
start "config.oxg" upon
              install.properties.leygen
                 start.RUN
               if FAIL.to.RUN;
                       begin "BOOTSTRAP" startup;
[/leygen]
CMD.end
null;
</oxygen>
Riley
Riley
Coder
Coder

Posts Posts : 17
Points Points : 10053
Join date Join date : 2012-12-12

Back to top Go down

Leygen install via Oxygen 3.0.3 Empty Re: Leygen install via Oxygen 3.0.3

Post by Columbia Fri Apr 06, 2018 8:20 pm

much better. Thanks, @Riley & @test
Columbia
Columbia
Miranda Society
Miranda Society

Posts Posts : 9
Points Points : 5585
Join date Join date : 2017-12-23

Back to top Go down

Leygen install via Oxygen 3.0.3 Empty Re: Leygen install via Oxygen 3.0.3

Post by Sponsored content


Sponsored content


Back to top Go down

View previous topic View next topic Back to top

- Similar topics

Permissions in this forum:
You cannot reply to topics in this forum