shmup / wander

Fantasy story tool
GNU General Public License v3.0
122 stars 19 forks source link

Missing File #13

Open Mr-Fuc opened 4 years ago

Mr-Fuc commented 4 years ago

The file called "Fwander.o" and "NFwander.o" that in READ_ME are not found

polluks commented 4 years ago

See https://github.com/shmup/wander/issues/2#issue-70683994

cibersheep commented 3 years ago

I think I found them here

ls -la
total 324
drwxrwxr-x 2    4096 mar 12 00:16 .
drwxrwxr-x 6    4096 mar 12 00:16 ..
-rw-r--r-- 1   15567 jun 24  1980 a3.misc
-rw-r--r-- 1   39877 jun 24  1980 a3.wrld
-rw------- 1    7120 jun 24  1980 castle.misc
-rw------- 1   35347 jun 24  1980 castle.wrld
-rw-rw-rw- 1   45292 jun 24  1980 Fwander.o
-r--r--r-- 1    4440 jun 24  1980 library.misc
-r--r--r-- 1   30717 jun 24  1980 library.wrld
-rw-rw-r-- 1     924 jun 24  1980 mac
-rw-r--r-- 1    7950 jun 24  1980 misc.nr
-rw-rw-rw- 1   45432 jun 24  1980 NFwander.o
-rw-r--r-- 1    1406 jun 24  1980 READ_ME
-rw-r--r-- 1    6078 jun 24  1980 READ_ME_TOO
-rw------- 1     435 jun 24  1980 tut.misc
-rw------- 1    4363 jun 24  1980 tut.wrld
-r--r--r-- 1    7320 jun 24  1980 wanddef.h
-rw-r--r-- 1   10022 jun 24  1980 wander.nr
-rw-r--r-- 1    5722 jun 24  1980 wandglb.c
-rw-r--r-- 1   15886 jun 24  1980 wrld.nr

WAND-1980.zip

shmup commented 2 years ago

@cibersheep Hm, what do you think is the best course of action here? Just forcefully shoving those 2 binaries in a commit? Or keeping them zipped separately but still attached to this repo for easily grabbing?

It was interesting just overwriting all the files w/ that zip and seeing the diff. Definitely older, one line suggesting:

-#define H_SCCS  "@(#)wanddef.h 1.8  last mod 6/9/84 -- (c) psl 1978"
+#define H_SCCS  "@(#)wanddef.h 1.5  last mod 4/9/80 -- (c) psl 1978" 

If I could do it again, I'd write those older files first, then overwrite and get some nice git history.

cibersheep commented 2 years ago

I think I would add them in a zip file. They are (I guess) compiled files, and being older...