con20or
04-10-06, 01:31 PM
Ok, I have very little experience in programming but one thing none of us like is the death screen right?
We would like to watch our boat sink into the depths for as long as we want?
So somewhere in the games code is (please dont laugh,i really havent done much programming)
if
uboatstatus = dead;
then
end game;
Wouldnt it be possible to just take this out? or nullify it so when we died, it would be up to us to quit?
if
uboatstatus = dead;
then
do nothing;
or wait;
or whatever commands computers recognise.
Maybe this is one of the "hardcoded" things i keep hearing so much about and cant be changed.
We would like to watch our boat sink into the depths for as long as we want?
So somewhere in the games code is (please dont laugh,i really havent done much programming)
if
uboatstatus = dead;
then
end game;
Wouldnt it be possible to just take this out? or nullify it so when we died, it would be up to us to quit?
if
uboatstatus = dead;
then
do nothing;
or wait;
or whatever commands computers recognise.
Maybe this is one of the "hardcoded" things i keep hearing so much about and cant be changed.