|
#11
|
||||
|
||||
|
HI ChronoCross Nice idea and a litle complicated for me
![]() the first Idea is awesome, but i can't help you .I started to read LUA and looks easy to undertand. Quote:
add some lines in your fa.ini code repeat and until ~= Code:
onProgramStart(function ()
repeat
a = "none"
f = command.arcname
f = io.open(f, "a")
f:write()
f = io.open("data.arc", "r+b")
f1 = io.open("data.part1", "rb")
f2 = io.open("data.part2", "rb")
f3 = io.open("data.part3", "rb")
f4 = f1:read("*all")..f2:read("*all")..f3:read("*all")
t = io.output (f:write(f4))
until f ~= assert ( io.open("data.arc", "r"))
f:close()
end)
__________________
-the science of the useless- |
| The Following User Says Thank You to gozarck For This Useful Post: | ||
ChronoCross (17-10-2016) | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The ONLY Half-Life 2 Thread. Do Not Create New Threads | JoyBoy | PC Games | 286 | 25-03-2005 05:49 |
| Official Sims 2 Thread | JoyBoy | PC Games | 229 | 25-10-2004 16:01 |
| 'Official' CM4 Thread - Do Not Create New Threads | Fila | PC Games | 119 | 23-07-2003 06:33 |