Page 1 of 1

merge + unmerge

PostPosted: Fri Oct 06, 2006 9:29 am
by Joshua Worth
Code: Select all
merge("filename", identifier)
Merges filename, identified by identifer
Code: Select all
unmerge(identifier)
Removes everything from the merged file identified by identifier


This would make it really easy to make and open etc. levels

PostPosted: Sun Oct 08, 2006 12:08 am
by Game A Gogo
yes, but extremly hard too

PostPosted: Sun Oct 08, 2006 1:51 am
by Joshua Worth
Why do you think it would be hard? Think about it for a second. Do you even know what i am talking about?

PostPosted: Tue Oct 10, 2006 10:08 pm
by Game A Gogo
yeah, like loading a game thing that is already include in the file, like there is multyple room in one EXE?
is correct?
or just simply merging another file whit one and unmerging it?

PostPosted: Tue Oct 10, 2006 11:43 pm
by Joshua Worth
The second one. It would be good to have seperate files as levels, but not have the whole game interface in the file. Then you can get rid of it in just one line of code.