sneazy
Clueless newb
Posts: 115
|
Post by sneazy on May 22, 2018 4:26:23 GMT -5
Cody dumps give you the blues? Need Linux or Cygwin (on windows/mac).
Put codydumps in a new directory $ls codedump FixHeadAndTails.sh TheSplitter.sh codedump.patch $dos2unix codedump $dos2unix codedump.patch $patch codedump < codedump.patch $dos2unix TheSplitter.sh $dos2unix FixHeadAndTails.sh $./TheSplitter.sh $mv codedump ../newDirectory/ $mv TheSplitter.sh ../newDirectory/ $FixHeadAndTails.sh
Cygwin get additional packages:
Some of these were already installed. search expat Category libs: select libexpat1 (was already installed on mine) select libexpat-devel Category debug: select expat-debuginfo if you want
search mysql Category database: select mysql: mariadb/mysql database client apps select mysql-server: Mariadb/mysql database server select mysql-common: mariadb/mysql common runtime files Category libs: select libmysqlclient-devel: ...
search pthread Category devel select mingw64x86_64-winpthreads
search gcc Category devel select gcc-core select gcc-g++ Category Libs select libgcc1
search inetutils server and client
|
|
sneazy
Clueless newb
Posts: 115
|
Post by sneazy on May 22, 2018 9:22:34 GMT -5
Empty files needed and file structure in tgz attachment. Guilds based on what is posted on this board. Only 3 races - celf, stump, monkeyboy Instructions on how to create the MySQL database and sql for the necessary tables included.
Probably need to insert 1 clan. WuTang is a good one.
Subguilds do not matter except for initializing skills and forage food.
Be careful if you continue with the full code. emails and dikunet should be deleted.
Simpler makefile attached.
Don't need these files to run (remove them from directory) other files to move: autopilot.c convert_races.c junk.txt no_clue.c stargate.c stargate2.c stargate.h pyramid.c motdrss.c special_js.cpp pather.cpp unknown.cpp midmagick.c object_make.c strlcpy.c strlcpy.h
Still a lot of changes to the code to get it running (starting room in special.c hall_of_kings).
Probably more I've forgotten about.
Easier to comment out the functions in special.c that use the above stargate/pyramid code than to keep it. Useless without the real data. Deleted most of special.c. Removed crypt (local box, all passwords are set to the same starting value).
Goal here was a solo sandbox version for Cygwin (works on windows pc). With 1 overlord and 2 pc characters - can change their skills/stats to whatever, create new mobs/gear, let them fight it out and see the logs.
Attachments:armEmptyDataFiles.tgz (24.3 KB)
makefile (614 B)
|
|
OT
Displaced Tuluki
Posts: 257
|
Post by OT on May 22, 2018 10:49:36 GMT -5
We don't know shit about this shit, man.
|
|
sneazy
Clueless newb
Posts: 115
|
Post by sneazy on May 23, 2018 13:09:56 GMT -5
Some people do. Don't need their accolades. If this helps cut out a few steps then it was worth sharing. Maybe you'll pick up coding someday and see how easy it is. Hell, High school kids do it.
This and the other thread are my contributions to the anti-community for posting that codedump. Without that, I wouldn't be bothered. So take it for what it is, free if you want it.
This is a dummy account and soon to be deleted.
|
|
julio
Displaced Tuluki
Posts: 270
|
Post by julio on May 24, 2018 9:25:57 GMT -5
Remarkable!
|
|