main.c 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736
  1. /*
  2. Space Construct v0.6-dev
  3. Beanzilla@21:4/110 on FsxNet
  4. Beanzilla@637:1/110 on HappyNet
  5. */
  6. #define VERSION_MAJOR 0
  7. #define VERSION_MINOR 6
  8. #ifndef VERSION_TYPE
  9. #define VERSION_TYPE "dev"
  10. #endif
  11. #define PATH_MAX 256
  12. #define PATH_SEP "/"
  13. //#include <MagiDoor.h> // Sorry Apam... as much as I would like to keep using your stuff it's just not fully functional
  14. #include <OpenDoor.h> // Now using odoors for c++
  15. #include <sqlite3.h>
  16. #if defined(_MSC_VER) || defined(WIN32)
  17. #define snprintf _snprintf
  18. #define strcasecmp _stricmp
  19. #include <winsock2.h>
  20. #ifndef _MSC_VER
  21. #define _MSC_VER 1
  22. #endif
  23. #else
  24. #include <arpa/inet.h>
  25. #endif
  26. // Standard C
  27. #include <time.h>
  28. #include <stdio.h>
  29. #include <string.h>
  30. #include <stdlib.h>
  31. #include <stdarg.h>
  32. #include <ctype.h>
  33. #include <sys/types.h>
  34. #include <sys/stat.h>
  35. #include <unistd.h> // stat
  36. char * log_path = "logs";
  37. int inuse = 0; // Are any other copies of us running? (We are a single user door!)
  38. int debug = 0; // Are we in debug mode?
  39. // Please change it for your system!
  40. int allowDev = 1; // Allow "Beanzilla" to not need the password.
  41. char * sysop_pass = "spaceISbig"; // Case sensitive!
  42. // User Structure (This includes guns, fuel, armor, shields, HP)
  43. typedef struct user_info {
  44. int uid; // Primary Key
  45. int experience; // Think about this as score
  46. // Was ship structure, now is part of user
  47. int guns; // Placed Guns, More means more damage (Deals from 1-2 damage per attack)
  48. int fuel; // How many "turns" do we have
  49. int metal; // Used to build more guns/armors/shields possibly fuel too (guns take 5, armor takes 3, shields take 7, maybe fuel takes 12)
  50. int armors; // Placed Armors (Each Armor takes 4 points of damage then breaks off)
  51. int shields; // Placed Shields (Each Shields takes 3 points of damage then is offline, regenerates 1 point per attack/turn must reach 50% of max to being protecting again)
  52. int hitpoints; // Total hitpoints till we die (Rules for taking damage, shields first then armor then hitpoints)
  53. int armorpoints; // Points we get from armors (Repairable but costs 1 metal per point, but can break if taking too much damage)
  54. int shieldpoints; // Points we get from shields (Self-Regenerates, and does not get destroyed)
  55. int shieldsup; // 0 means yes, anything else means shields are offline, deduct if not 0 for each attack.
  56. int laston; // 20200630 is 6-30-2020
  57. int dirty; // Need to save?
  58. char nick[256]; // What they go by on score board, this allows duping since we really go by real
  59. char real[256]; // Their real name to match with drop file info, prevents someone from loging in as another
  60. } user_inf;
  61. // DateStamp Structure to provide date difference
  62. typedef struct dateTamp {
  63. int year; // YYYY, or number of years difference
  64. int month; // MM, or number of months difference
  65. int day; // DD, or number of days difference.
  66. int age; // Taking down to aproximate day count.
  67. } dT; // YYYYMMDD it in int form
  68. void dolog(char *fmt, ...) {
  69. // Low end Logging
  70. char buffer[PATH_MAX];
  71. struct tm *time_now;
  72. time_t timen;
  73. FILE *logfptr;
  74. timen = time(NULL);
  75. time_now = localtime(&timen);
  76. if (log_path != NULL) {
  77. snprintf(buffer, PATH_MAX, "%s%s%04d%02d%02d.log", log_path, PATH_SEP,
  78. time_now->tm_year + 1900, time_now->tm_mon + 1, time_now->tm_mday);
  79. } else {
  80. snprintf(buffer, PATH_MAX, "%04d%02d%02d.log", time_now->tm_year + 1900,
  81. time_now->tm_mon + 1, time_now->tm_mday);
  82. }
  83. logfptr = fopen(buffer, "a");
  84. if (!logfptr) {
  85. return;
  86. }
  87. va_list ap;
  88. va_start(ap, fmt);
  89. vsnprintf(buffer, 512, fmt, ap);
  90. va_end(ap);
  91. fprintf(logfptr, "%02d:%02d:%02d %s\n", time_now->tm_hour, time_now->tm_min,
  92. time_now->tm_sec, buffer);
  93. fclose(logfptr);
  94. }
  95. int dateStamp() {
  96. // YYYYMMDD \o/ In a INT so we can store it and compare against it!
  97. struct tm *time_now;
  98. time_t timen;
  99. int result = 0;
  100. timen = time(NULL);
  101. time_now = localtime(&timen);
  102. result += ((time_now->tm_year + 1900) * 10000);
  103. result += (time_now->tm_mon * 100) + 100;
  104. result += time_now->tm_mday;
  105. return result;
  106. }
  107. int compareDate(int dt) {
  108. // Returns integer of difference, from now.
  109. struct tm *time_now;
  110. time_t timen;
  111. int now = 0;
  112. timen = time(NULL);
  113. time_now = localtime(&timen);
  114. now += ((time_now->tm_year + 1900) * 10000);
  115. now += (time_now->tm_mon * 100) + 100;
  116. now += time_now->tm_mday;
  117. return (now - dt); // 10000 = 1 Year, 100 = 1 Month, 1 = 1 Day
  118. }
  119. dT fromDate(int diff) {
  120. // Reverse process so we can compare exact days or get the structure back out too.
  121. dT result;
  122. result.year = diff / 10000;
  123. result.month = (diff / 100) % 100;
  124. result.day = diff % 100;
  125. result.age = 0;
  126. // Process Aprox day count
  127. result.age += (365 * result.year);
  128. result.age += (30 * result.month);
  129. result.age += result.day;
  130. return result;
  131. }
  132. int db_test() {
  133. // Displays all users in the database
  134. sqlite3 *db;
  135. sqlite3_stmt *stmt;
  136. char sqlbuffer[256];
  137. char strbuffer[256];
  138. int sizeofdb = 0;
  139. int rc = sqlite3_open("spaceconstruct.db3", &db);
  140. if(rc) { // Did we do a successful open?
  141. dolog("E: failed opening database %s", sqlite3_errmsg(db));
  142. sqlite3_close(db);
  143. od_exit(-1, FALSE);
  144. }
  145. sqlite3_busy_timeout(db, 5000);
  146. // DB open
  147. strcpy(sqlbuffer, "SELECT * FROM user;");
  148. sqlite3_prepare_v2(db, sqlbuffer, strlen(sqlbuffer), &stmt, NULL);
  149. while(sqlite3_step(stmt) == SQLITE_ROW) {
  150. od_printf("`white`%s=%d %s=%s %s=%s %s=%d %s=%d %s=%d %s=%d %s=%d %s=%d %s=%d %s=%d %s=%d %s=%d %s=%d\r\n",
  151. sqlite3_column_name(stmt, 0), // int, uid
  152. sqlite3_column_int(stmt, 0),
  153. sqlite3_column_name(stmt, 1), // text, nick
  154. sqlite3_column_text(stmt, 1),
  155. sqlite3_column_name(stmt, 2), // text, real
  156. sqlite3_column_text(stmt, 2),
  157. sqlite3_column_name(stmt, 3), // int, experiece
  158. sqlite3_column_int(stmt, 3),
  159. sqlite3_column_name(stmt, 4), // int, metal
  160. sqlite3_column_int(stmt, 4),
  161. sqlite3_column_name(stmt, 5), // int, fuel
  162. sqlite3_column_int(stmt, 5),
  163. sqlite3_column_name(stmt, 6), // int, guns
  164. sqlite3_column_int(stmt, 6),
  165. sqlite3_column_name(stmt, 7), // int, armors
  166. sqlite3_column_int(stmt, 7),
  167. sqlite3_column_name(stmt, 8), // int, shields
  168. sqlite3_column_int(stmt, 8),
  169. sqlite3_column_name(stmt, 9), // int, armorpoints
  170. sqlite3_column_int(stmt, 9),
  171. sqlite3_column_name(stmt, 10), // int, shieldpoints
  172. sqlite3_column_int(stmt, 10),
  173. sqlite3_column_name(stmt, 11), // int, hitpoints
  174. sqlite3_column_int(stmt, 11),
  175. sqlite3_column_name(stmt, 12), // int, shieldsup
  176. sqlite3_column_int(stmt, 12),
  177. sqlite3_column_name(stmt, 13), // int, laston
  178. sqlite3_column_int(stmt, 13)
  179. );
  180. sizeofdb += 1;
  181. } // Clean up database
  182. sqlite3_finalize(stmt);
  183. sqlite3_close(db);
  184. return sizeofdb;
  185. }
  186. int check_lock() {
  187. // Checks stats of lock, (1 = Lock is in effect, 0 = No Lock established)
  188. struct stat s;
  189. if (stat("lock.flg", &s) == 0) {
  190. return 1;
  191. } else {
  192. return 0;
  193. }
  194. }
  195. int grab_lock() {
  196. // Attempt to grab lock, (0 = Already gotten, 1 = Success, -1 = Error)
  197. int valid = check_lock();
  198. FILE *fhandle;
  199. if (valid == 0) {
  200. fhandle = fopen("lock.flg", "w");
  201. if(!fhandle) {
  202. dolog("E: Unable to make lock.flg!");
  203. dolog("E: Something went wrong perhaps we don't have permissions?");
  204. return -1;
  205. }
  206. fprintf(fhandle, "I am in use already!\n");
  207. fclose(fhandle);
  208. return 1;
  209. } else {
  210. dolog("W: Lock already established!");
  211. return 0;
  212. }
  213. }
  214. void rel_lock() {
  215. // Attempt to release lock
  216. int valid = check_lock();
  217. if (valid == 1) {
  218. if (unlink("lock.flg") != 0) {
  219. dolog("C: Unable to release lock.flg!");
  220. dolog("C: Something went wrong! Players might not be able to play now!");
  221. }
  222. } else {
  223. dolog("W: Lock already released!");
  224. }
  225. }
  226. void log_drop() {
  227. // Spits out info from Drop File:
  228. od_printf("`white`Name=%s Alias=%s TimeLeft=%d SecLevel=%d Location=%s Node=%d Sysop=%s\r\n",
  229. od_control.user_name,
  230. od_control.user_handle,
  231. od_control.user_timelimit,
  232. od_control.user_security,
  233. od_control.user_location,
  234. od_control.od_node,
  235. od_control.sysop_name
  236. );
  237. }
  238. void paws() {
  239. // Aaah, DRY
  240. od_printf("`white`Press any key to continue...");
  241. od_get_key(TRUE);
  242. od_printf("\r\n");
  243. }
  244. int yesNo() {
  245. char ch;
  246. int done = 0;
  247. od_printf("`bright black`(`bright white`Y`bright black`)`white`es `bright black`(`bright red`N`bright black`)`red`o`white`");
  248. ch = od_get_answer("YyNn\r");
  249. od_printf("\r\n");
  250. switch(tolower(ch)) {
  251. case 'y':
  252. done = 1;
  253. break;
  254. case '\r':
  255. case 'n':
  256. break;
  257. }
  258. return done;
  259. }
  260. int randrange(int min, int max){
  261. return min + rand() / (RAND_MAX / (max - min + 1) + 1);
  262. }
  263. int locate_player(char name[]) {
  264. // returns user id for given real name and 0 for no record found
  265. sqlite3 *db;
  266. sqlite3_stmt *stmt;
  267. char sqlbuffer[256];
  268. int result = 0;
  269. int rc = sqlite3_open("spaceconstruct.db3", &db);
  270. if(rc) { // Did we do a successful open?
  271. dolog("E: failed opening database %s", sqlite3_errmsg(db));
  272. sqlite3_close(db);
  273. od_exit(-1, FALSE);
  274. }
  275. sqlite3_busy_timeout(db, 5000);
  276. //od_printf("realname = '%s'\r\n", name);
  277. // Locating user with given name
  278. strcpy(sqlbuffer, "SELECT * from user where real=? COLLATE NOCASE;");
  279. sqlite3_prepare_v2(db, sqlbuffer, strlen(sqlbuffer) + 1, &stmt, NULL);
  280. sqlite3_bind_text(stmt, 1, name, strlen(name), SQLITE_STATIC);
  281. rc = sqlite3_step(stmt);
  282. if (rc == SQLITE_ROW) {
  283. //dolog("User=%s uid=%d", name, sqlite3_column_int(stmt, 0));
  284. result = sqlite3_column_int(stmt, 0);
  285. } else {
  286. dolog("W: Unable to locate user=%s", name);
  287. result = 0;
  288. } // Clean Up, return results
  289. sqlite3_finalize(stmt);
  290. sqlite3_close(db);
  291. return result;
  292. }
  293. user_inf load_player(int uuid) {
  294. // Returns a player Structure from database
  295. sqlite3 *db;
  296. sqlite3_stmt *stmt;
  297. char sqlbuffer[256];
  298. user_inf result;
  299. int rc = sqlite3_open("spaceconstruct.db3", &db);
  300. if(rc) { // Did we do a successful open?
  301. dolog("E: failed opening database %s", sqlite3_errmsg(db));
  302. sqlite3_close(db);
  303. od_exit(-1, FALSE);
  304. }
  305. sqlite3_busy_timeout(db, 5000);
  306. strcpy(sqlbuffer, "SELECT * FROM user WHERE uid=?;");
  307. sqlite3_prepare_v2(db, sqlbuffer, strlen(sqlbuffer) + 1, &stmt, NULL);
  308. sqlite3_bind_int(stmt, 1, uuid);
  309. rc = sqlite3_step(stmt);
  310. if (rc == SQLITE_ROW) {
  311. result.uid = sqlite3_column_int(stmt, 0);
  312. strcpy(result.nick, sqlite3_column_text(stmt, 1));
  313. strcpy(result.real, sqlite3_column_text(stmt, 2));
  314. result.experience = sqlite3_column_int(stmt, 3);
  315. result.metal = sqlite3_column_int(stmt, 4);
  316. result.fuel = sqlite3_column_int(stmt, 5);
  317. result.guns = sqlite3_column_int(stmt, 6);
  318. result.armors = sqlite3_column_int(stmt, 7);
  319. result.shields = sqlite3_column_int(stmt, 8);
  320. result.armorpoints = sqlite3_column_int(stmt, 9);
  321. result.shieldpoints = sqlite3_column_int(stmt, 10);
  322. result.hitpoints = sqlite3_column_int(stmt, 11);
  323. result.shieldsup = sqlite3_column_int(stmt, 12);
  324. result.laston = sqlite3_column_int(stmt, 13);
  325. } else {
  326. //dolog("E: Unable to locate user with id=%d got %s (%d)", uuid, sqlite3_errmsg(db), rc);
  327. sqlite3_finalize(stmt);
  328. sqlite3_close(db);
  329. result.uid = 0;
  330. return result;
  331. }
  332. sqlite3_finalize(stmt);
  333. sqlite3_close(db);
  334. return result;
  335. }
  336. user_inf highest_player() {
  337. // Used to find if someone may have fought the Unknown One and won the game already!
  338. int done = 0;
  339. user_inf test;
  340. int high = 0;
  341. int high_exp = 0;
  342. int id = 1;
  343. while(!done) {
  344. test = load_player(id);
  345. if(test.uid != 0) {
  346. if(test.experience > high_exp) {
  347. // Update highest player id and experience
  348. high_exp = test.experience;
  349. high = id;
  350. }
  351. } else {
  352. done = 1;
  353. }
  354. id += 1;
  355. } // Ok highest experiencing player found!
  356. test = load_player(high);
  357. return test;
  358. }
  359. void update_player(user_inf data) {
  360. sqlite3 *db;
  361. sqlite3_stmt *stmt;
  362. char sqlbuffer[1024];
  363. int rc = sqlite3_open("spaceconstruct.db3", &db);
  364. if(rc) { // Did we do a successful open?
  365. dolog("E: failed opening database %s", sqlite3_errmsg(db));
  366. sqlite3_close(db);
  367. od_exit(-1, FALSE);
  368. }
  369. sqlite3_busy_timeout(db, 5000);
  370. // Bad, don't do this... opens to SQL injection!
  371. //snprintf(sqlbuffer, 1024, "UPDATE user SET nick = '%s', experience = %d, metal = %d, fuel = %d, guns = %d, armors = %d, shields = %d, armorpoints = %d, shieldpoints = %d, hitpoints = %d WHERE uid=%d;",
  372. // data.nick, data.experience, data.metal, data.fuel, data.guns, data.armors, data.shields, data.armorpoints, data.shieldpoints, data.hitpoints, data.uid);
  373. strcpy(sqlbuffer, "UPDATE user SET nick=?, experience=?, metal=?, fuel=?, guns=?, armors=?, shields=?, armorpoints=?, shieldpoints=?, hitpoints=?, shieldsup=?, laston=? WHERE uid=?;");
  374. sqlite3_prepare_v2(db, sqlbuffer, strlen(sqlbuffer) + 1, &stmt, NULL);
  375. // Bind All data values
  376. sqlite3_bind_text(stmt, 1, data.nick, strlen(data.nick), SQLITE_STATIC);
  377. sqlite3_bind_int(stmt, 2, data.experience);
  378. sqlite3_bind_int(stmt, 3, data.metal);
  379. sqlite3_bind_int(stmt, 4, data.fuel);
  380. sqlite3_bind_int(stmt, 5, data.guns);
  381. sqlite3_bind_int(stmt, 6, data.armors);
  382. sqlite3_bind_int(stmt, 7, data.shields);
  383. sqlite3_bind_int(stmt, 8, data.armorpoints);
  384. sqlite3_bind_int(stmt, 9, data.shieldpoints);
  385. sqlite3_bind_int(stmt, 10, data.hitpoints);
  386. sqlite3_bind_int(stmt, 11, data.shieldsup);
  387. sqlite3_bind_int(stmt, 12, data.laston);
  388. sqlite3_bind_int(stmt, 13, data.uid);
  389. // Execute
  390. rc = sqlite3_step(stmt);
  391. if(rc != SQLITE_DONE) {
  392. dolog("E: failed updating player=%d got error %s (%d)", data.uid, sqlite3_errmsg(db), rc);
  393. sqlite3_finalize(stmt);
  394. sqlite3_close(db);
  395. od_exit(-1, FALSE);
  396. }
  397. sqlite3_finalize(stmt);
  398. sqlite3_close(db);
  399. }
  400. int create_player(user_inf data) {
  401. sqlite3 *db;
  402. sqlite3_stmt *stmt;
  403. char sqlbuffer[1024];
  404. int rc = sqlite3_open("spaceconstruct.db3", &db);
  405. if(rc) { // Did we do a successful open?
  406. dolog("E: failed opening database %s", sqlite3_errmsg(db));
  407. sqlite3_close(db);
  408. od_exit(-1, FALSE);
  409. }
  410. sqlite3_busy_timeout(db, 5000);
  411. strcpy(sqlbuffer, "INSERT INTO user (nick, real, experience, metal, fuel, guns, armors, shields, armorpoints, shieldpoints, hitpoints, shieldsup, laston) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);");
  412. sqlite3_prepare_v2(db, sqlbuffer, strlen(sqlbuffer) + 1, &stmt, NULL);
  413. sqlite3_bind_text(stmt, 1, data.nick, strlen(data.nick), SQLITE_STATIC);
  414. sqlite3_bind_text(stmt, 2, data.real, strlen(data.real), SQLITE_STATIC);
  415. sqlite3_bind_int(stmt, 3, data.experience);
  416. sqlite3_bind_int(stmt, 4, data.metal);
  417. sqlite3_bind_int(stmt, 5, data.fuel);
  418. sqlite3_bind_int(stmt, 6, data.guns);
  419. sqlite3_bind_int(stmt, 7, data.armors);
  420. sqlite3_bind_int(stmt, 8, data.shields);
  421. sqlite3_bind_int(stmt, 9, data.armorpoints);
  422. sqlite3_bind_int(stmt, 10, data.shieldpoints);
  423. sqlite3_bind_int(stmt, 11, data.hitpoints);
  424. sqlite3_bind_int(stmt, 12, data.shieldsup);
  425. sqlite3_bind_int(stmt, 13, data.laston);
  426. rc = sqlite3_step(stmt);
  427. if(rc != SQLITE_DONE) {
  428. dolog("E: failed inserting player=%d got error %s (%d)", data.nick, sqlite3_errmsg(db), rc);
  429. sqlite3_finalize(stmt);
  430. sqlite3_close(db);
  431. od_exit(-1, FALSE);
  432. }
  433. sqlite3_finalize(stmt);
  434. sqlite3_close(db);
  435. return 1; // Good
  436. }
  437. // Removed due to fact it throws off the internal id system
  438. /*void delete_player(int uuid) {
  439. sqlite3 *db;
  440. sqlite3_stmt *stmt;
  441. char sqlbuffer[256];
  442. int rc = sqlite3_open("spaceconstruct.db3", &db);
  443. if(rc) { // Did we do a successful open?
  444. dolog("E: failed opening database %s", sqlite3_errmsg(db));
  445. sqlite3_close(db);
  446. od_exit(-1, FALSE);
  447. }
  448. sqlite3_busy_timeout(db, 5000);
  449. strcpy(sqlbuffer, "DELETE FROM user WHERE uid=?;");
  450. sqlite3_prepare_v2(db, sqlbuffer, strlen(sqlbuffer) + 1, &stmt, NULL);
  451. sqlite3_bind_int(stmt, 1, uuid);
  452. rc = sqlite3_step(stmt);
  453. if (rc != SQLITE_DONE){
  454. dolog("E: Unable to locate user with id=%d got %s (%d)", uuid, sqlite3_errmsg(db), rc);
  455. sqlite3_finalize(stmt);
  456. sqlite3_close(db);
  457. od_exit(-1, FALSE);
  458. }
  459. sqlite3_finalize(stmt);
  460. sqlite3_close(db);
  461. }*/
  462. void delete_players() {
  463. sqlite3 *db;
  464. sqlite3_stmt *stmt;
  465. char sqlbuffer[256];
  466. int rc = sqlite3_open("spaceconstruct.db3", &db);
  467. if(rc) { // Did we do a successful open?
  468. dolog("E: failed opening database %s", sqlite3_errmsg(db));
  469. sqlite3_close(db);
  470. od_exit(-1, FALSE);
  471. }
  472. sqlite3_busy_timeout(db, 5000);
  473. strcpy(sqlbuffer, "DELETE FROM user;");
  474. sqlite3_prepare_v2(db, sqlbuffer, strlen(sqlbuffer) + 1, &stmt, NULL);
  475. rc = sqlite3_step(stmt);
  476. if (rc != SQLITE_DONE){
  477. dolog("E: Delete_players 1/2, Unexpected error got %s (%d)", sqlite3_errmsg(db), rc);
  478. sqlite3_finalize(stmt);
  479. sqlite3_close(db);
  480. od_exit(-1, FALSE);
  481. }
  482. strcpy(sqlbuffer, "UPDATE sqlite_sequence SET seq = 0 WHERE name='user';");
  483. sqlite3_prepare_v2(db, sqlbuffer, strlen(sqlbuffer) + 1, &stmt, NULL);
  484. rc = sqlite3_step(stmt);
  485. if (rc != SQLITE_DONE){
  486. dolog("E: Delete_players 2/2, Unexpected error got %s (%d)", sqlite3_errmsg(db), rc);
  487. sqlite3_finalize(stmt);
  488. sqlite3_close(db);
  489. od_exit(-1, FALSE);
  490. }
  491. sqlite3_finalize(stmt);
  492. sqlite3_close(db);
  493. }
  494. int display_all_players() {
  495. sqlite3 *db;
  496. sqlite3_stmt *stmt;
  497. char sqlbuffer[1024];
  498. int rc = sqlite3_open("spaceconstruct.db3", &db);
  499. if(rc) { // Did we do a successful open?
  500. dolog("E: failed opening database %s", sqlite3_errmsg(db));
  501. sqlite3_close(db);
  502. od_exit(-1, FALSE);
  503. }
  504. sqlite3_busy_timeout(db, 5000);
  505. strcpy(sqlbuffer, "SELECT * from user ORDER BY experience DESC, nick DESC;");
  506. sqlite3_prepare_v2(db, sqlbuffer, strlen(sqlbuffer) + 1, &stmt, NULL);
  507. int total = 0;
  508. od_printf("`bright green`___ The Players ___\r\n");
  509. while(sqlite3_step(stmt) == SQLITE_ROW) {
  510. od_printf("`bright white` %s (%d)\r\n", sqlite3_column_text(stmt, 1), sqlite3_column_int(stmt, 3));
  511. total += 1;
  512. }
  513. if(total > 1) {
  514. od_printf("`green`There are a total of `bright green`%d`green` players\r\n", total);
  515. } else if(total == 0) {
  516. od_printf("`green`There are a total of `bright green`%d`green` players\r\n", total);
  517. } else {
  518. od_printf("`green`There are a total of `bright green`%d`green` player\r\n", total);
  519. }
  520. sqlite3_finalize(stmt);
  521. sqlite3_close(db);
  522. return total;
  523. }
  524. int display_all_opponents(int us) {
  525. sqlite3 *db;
  526. sqlite3_stmt *stmt;
  527. char sqlbuffer[1024];
  528. int rc = sqlite3_open("spaceconstruct.db3", &db);
  529. if(rc) { // Did we do a successful open?
  530. dolog("E: failed opening database %s", sqlite3_errmsg(db));
  531. sqlite3_close(db);
  532. od_exit(-1, FALSE);
  533. }
  534. sqlite3_busy_timeout(db, 5000);
  535. strcpy(sqlbuffer, "SELECT * from user ORDER BY experience DESC, nick DESC;");
  536. sqlite3_prepare_v2(db, sqlbuffer, strlen(sqlbuffer) + 1, &stmt, NULL);
  537. int total = 1;
  538. od_printf("`bright green`___ Target List ___\r\n");
  539. while(sqlite3_step(stmt) == SQLITE_ROW) {
  540. if(total != us) {
  541. od_printf("`bright black`(`bright white`%d`bright black`) `bright white`%s (%d)\r\n", total, sqlite3_column_text(stmt, 1), sqlite3_column_int(stmt, 3));
  542. }
  543. total += 1;
  544. }
  545. total -= 1;
  546. sqlite3_finalize(stmt);
  547. sqlite3_close(db);
  548. return total;
  549. }
  550. user_inf build_menu(user_inf my) {
  551. int done = 0;
  552. char ch;
  553. if(my.metal != 0) {
  554. while(!done) {
  555. od_clr_scr();
  556. od_send_file("ansis/sc_build.ans");
  557. // Paint over sc_build.ans file
  558. od_set_cursor(3, 15);
  559. od_printf("%5d", (4 * (my.guns + 1)));
  560. od_set_cursor(4, 15);
  561. od_printf("%5d", (3 * (my.armors + 1)));
  562. od_set_cursor(5, 15);
  563. od_printf("%5d", (6 * (my.shields + 1)));
  564. od_set_cursor(9, 0);
  565. // Resuming normal operations
  566. od_printf("`bright yellow`You have %8d metal\r\n", my.metal);
  567. ch = od_get_answer("GgAaSsCcRr\r");
  568. switch(tolower(ch)) {
  569. case 'g':
  570. if(my.metal >= (4 * (my.guns + 1))) {
  571. my.metal -= (4 * (my.guns + 1));
  572. my.guns += 1;
  573. my.hitpoints += 1;
  574. od_printf("`bright green`Added a new gun!\r\n`white`");
  575. paws();
  576. } else {
  577. od_printf("`bright red`You don't have the %d metal for this!\r\n`white`", (4 * (my.guns + 1)));
  578. paws();
  579. }
  580. break;
  581. case 'a':
  582. if(my.metal >= (3 * (my.armors + 1))) {
  583. my.metal -= (3 * (my.armors + 1));
  584. my.armors += 1;
  585. my.hitpoints += 1;
  586. my.armorpoints += 8;
  587. od_printf("`bright green`Added a new armor!\r\n`white`");
  588. paws();
  589. } else {
  590. od_printf("`bright red`You don't have the %d metal for this!\r\n`white`", (3 * (my.armors + 1)));
  591. paws();
  592. }
  593. break;
  594. case 's':
  595. if(my.metal >= (6 * (my.shields + 1))) {
  596. my.metal -= (6 * (my.shields + 1));
  597. my.shields += 1;
  598. my.hitpoints += 1;
  599. if(my.shieldsup == 0) {
  600. my.shieldpoints += 3;
  601. } else {
  602. my.shieldpoints += 1;
  603. }
  604. od_printf("`bright green`Added a new shield!\r\n`white`");
  605. paws();
  606. } else {
  607. od_printf("`bright red`You don't have the %d metal for this!\r\n`white`", (6 * (my.shields + 1)));
  608. paws();
  609. }
  610. break;
  611. case '\r':
  612. case 'c':
  613. done = 1;
  614. break;
  615. case 'r':
  616. if(my.experience > 25) {
  617. if(my.metal > 25) {
  618. my.experience -= 25;
  619. my.metal -= 25;
  620. my.fuel += 5;
  621. od_printf("`bright green`Made 5 fuel using 25 experience and 25 metal!\r\n");
  622. paws();
  623. } else {
  624. od_printf("`bright red`You need 25 experience and 25 metal to make fuel!\r\n");
  625. paws();
  626. }
  627. } else {
  628. od_printf("`bright red`You need 25 experience and 25 metal to make fuel!\r\n");
  629. paws();
  630. }
  631. break;
  632. }
  633. }
  634. update_player(my);
  635. return my;
  636. } else {
  637. return my;
  638. }
  639. }
  640. void pvp_menu(user_inf my, user_inf targ) {
  641. int done = 0;
  642. int playerWon = 0;
  643. char ch;
  644. // Extract temp values, assume offline player is at their best
  645. int temp_hp = (targ.shields + targ.armors + targ.guns + 2);
  646. int temp_ap = (targ.armors * 8);
  647. int temp_sp = (targ.shields * 3);
  648. int temp_su = 0;
  649. int temp_dmg = (targ.guns + 1); // Add 1 additional point of damage for offline player
  650. // Prep Combat values
  651. int fire = 0; // Fire Guns
  652. int flee = 0; // Run away
  653. int regen = 0; // Shields
  654. int temp = 0;
  655. int temp1 = 0;
  656. while(!done) {
  657. // Process Shields up
  658. if(temp_su != 0) {
  659. temp_su -= 1;
  660. }
  661. if(my.shieldsup != 0) {
  662. my.shieldsup -= 1;
  663. }
  664. // Process Crew repairing hitpoints
  665. if(temp_hp < (targ.shields + targ.armors + targ.guns + 2)) {
  666. regen = rand() % 100;
  667. if(regen >= 85) { // 15%, offline get a bonus 5% on repairing hull.
  668. temp_hp += 1;
  669. od_printf("`bright green`%s`green`'s crew repaired their hull for 1 point!\r\n", targ.nick);
  670. }
  671. }
  672. if(my.hitpoints < (my.shields + my.armors + my.guns + 2)) {
  673. regen = rand() % 100;
  674. if(regen >= 90) { // 10%
  675. my.hitpoints += 1;
  676. od_printf("`bright green`Your crew repaired your hull for 1 point!\r\n");
  677. }
  678. }
  679. // Process Shields regenerating and display player stats
  680. if(temp_su == 0) {
  681. if(temp_sp < (targ.shields * 3)) {
  682. regen = rand() % 100;
  683. if(regen >= 65) { // 35%, offline bonus
  684. temp_sp += targ.shields;
  685. if(temp_sp > (targ.shields * 3)) {
  686. temp_sp = (targ.shields * 3);
  687. }
  688. od_printf("`bright green`%s`green`'s shields regenerate %d points!\r\n", targ.nick, targ.shields);
  689. }
  690. }
  691. od_printf("`bright white`%s has `bright cyan`%d`bright white` shields, %d armor and %d hitpoints left\r\n", targ.nick, temp_sp, temp_ap, temp_hp);
  692. } else {
  693. if(temp_sp < (targ.shields * 3)) {
  694. regen = rand() % 100;
  695. if(regen >= 65) { // 35%, offline bonus
  696. temp_sp += 1;
  697. if(temp_sp > (targ.shields * 3)) {
  698. temp_sp = (targ.shields * 3);
  699. }
  700. od_printf("`bright green`%s`green`'s shields regenerate 1 points!\r\n", targ.nick);
  701. }
  702. }
  703. od_printf("`bright white`%s has `bright cyan`%d`bright white` shields, %d armor and %d hitpoints left\r\n", targ.nick, temp_sp, temp_ap, temp_hp);
  704. }
  705. // Online Players Shields
  706. if(my.shieldsup == 0) {
  707. if(my.shieldpoints < (my.shields * 3)) {
  708. regen = rand() % 100;
  709. if(regen >= 70) { // 30%
  710. my.shieldpoints += my.shields;
  711. if(my.shieldpoints > (my.shields * 3)) {
  712. my.shieldpoints = (my.shields * 3);
  713. }
  714. od_printf("`bright green`Your shields regenerate %d points!\r\n", my.shields);
  715. }
  716. }
  717. od_printf("`bright white`Your ship has `bright cyan`%d`bright white` shields, %d armor and %d hitpoints left:\r\n", my.shieldpoints, my.armorpoints, my.hitpoints);
  718. } else {
  719. if(my.shieldpoints < (my.shields * 3)) {
  720. regen = rand() % 100;
  721. if(regen >= 70) { // 30%
  722. my.shieldpoints += 1;
  723. if(my.shieldpoints > (my.shields * 3)) {
  724. my.shieldpoints = (my.shields * 3);
  725. }
  726. od_printf("`bright green`Your shields regenerate 1 points!\r\n");
  727. }
  728. }
  729. od_printf("`bright white`Your ship has `bright cyan`%d`bright white` shields, %d armor and %d hitpoints left:\r\n", my.shieldpoints, my.armorpoints, my.hitpoints);
  730. }
  731. // Form combat menu (Not allowing online to repair since offline can't really repair either)
  732. od_printf("`bright black`(`bright white`A`bright black`)`white`ttack\r\n");
  733. od_printf("`bright black`(`bright white`F`bright black`)`white`lee\r\n");
  734. // Online Players action
  735. ch = od_get_answer("AaFf\r");
  736. switch(tolower(ch)) {
  737. case '\r':
  738. case 'a':
  739. fire = rand() % 100;
  740. temp = my.guns;
  741. if(fire >= 50) {
  742. // Proccess online dealing damage to offline
  743. if(temp_su == 0 && temp_sp != 0) {
  744. if(temp >= temp_sp) {
  745. temp_su = (targ.shields + 2);
  746. temp -= temp_sp;
  747. temp_sp = 0;
  748. od_printf("`bright cyan`%s's shields absorbed %d damage and went offline!\r\n", targ.nick, temp_dmg);
  749. } else {
  750. temp1 = temp;
  751. temp -= temp_sp;
  752. temp_sp -= temp1;
  753. od_printf("`bright cyan`%s's shields absorbed %d damage!\r\n", targ.nick, temp1);
  754. temp1 = 0;
  755. }
  756. } // Armor
  757. if(temp > 0) {
  758. if(temp_ap != 0) {
  759. if(temp >= temp_ap) {
  760. temp1 = temp;
  761. temp -= temp_ap;
  762. temp_ap = 0;
  763. od_printf("`yellow`%s's armor took %d damage and broke!\r\n`white`", targ.nick, temp1);
  764. temp1 = 0;
  765. } else {
  766. temp1 = temp;
  767. temp -= temp_ap;
  768. temp_ap -= temp1;
  769. od_printf("`bright yellow`%s's armor took %d damage!\r\n`white`", targ.nick, temp1);
  770. temp1 = 0;
  771. }
  772. }
  773. } // Offline's hitpoints!
  774. if(temp > 0) {
  775. if(temp < temp_hp) {
  776. temp1 = temp;
  777. temp -= temp_hp; // should be 0
  778. temp_hp -= temp1;
  779. od_printf("`bright red`%s's hull took %d damage!\r\n", targ.nick, temp1);
  780. temp1 = 0;
  781. } else {
  782. playerWon = 1; // Online won over Offline!
  783. done = 1;
  784. od_printf("`red`%s's hull took %d damage and broke!\r\n", targ.nick, temp);
  785. }
  786. }
  787. } else { // Online missed
  788. od_printf("`white`You missed!\r\n");
  789. }
  790. break;
  791. case 'f':
  792. flee = rand() % 100;
  793. if(flee >= 80) { // 20% chance the online flees
  794. playerWon = 3; // Online ran away from Offline
  795. done = 1;
  796. od_printf("`bright green`You ran away from %s!\r\n", targ.nick);
  797. } else {
  798. od_printf("`bright red`%s found you!\r\n", targ.nick);
  799. }
  800. break;
  801. } // Now for Offline to attack
  802. if(!playerWon) {
  803. temp = temp_dmg;
  804. fire = rand() % 100;
  805. if(fire >= 45) { // 55%, 5% bonus for offline
  806. if(my.shieldsup == 0 && my.shieldpoints != 0) {
  807. if(temp >= my.shieldpoints) {
  808. // Damage will lower shields!
  809. my.shieldsup = (my.shields + 2);
  810. temp -= my.shieldpoints;
  811. my.shieldpoints = 0;
  812. od_printf("`bright cyan`Shields absorbed %d damage and went offline!\r\n`white`", temp_dmg);
  813. } else {
  814. // Damage to shields but not lower them
  815. temp1 = temp;
  816. temp -= my.shieldpoints;
  817. my.shieldpoints -= temp1;
  818. temp1 = 0;
  819. od_printf("`bright cyan`Shields absorbed %d damage!\r\n`white`", temp_dmg);
  820. }
  821. }
  822. // shields now armor
  823. if(temp > 0) {
  824. if(my.armorpoints != 0) {
  825. // We do have armor
  826. if(temp >= my.armorpoints) {
  827. // Damage will destroy armor!
  828. temp1 = temp;
  829. temp -= my.armorpoints;
  830. my.armorpoints = 0;
  831. od_printf("`yellow`Armor took %d damage and broke!\r\n`white`", temp1);
  832. temp1 = 0;
  833. } else {
  834. // Nope armor is good
  835. temp1 = temp;
  836. temp -= my.armorpoints;
  837. my.armorpoints -= temp1;
  838. od_printf("`bright yellow`Armor took %d damage!\r\n`white`", temp1);
  839. temp1 = 0;
  840. }
  841. }
  842. }
  843. // armor now hull
  844. if(temp > 0) {
  845. if(temp < my.hitpoints) {
  846. temp1 = temp;
  847. temp -= my.hitpoints; // should be 0
  848. my.hitpoints -= temp1;
  849. od_printf("`bright red`Hull took %d damage!\r\n", temp1);
  850. } else {
  851. playerWon = 2; // offline won over online!
  852. done = 1;
  853. my.hitpoints = 0;
  854. od_printf("`red`Hull took %d damage and broke!\r\n", temp);
  855. }
  856. }
  857. }
  858. }
  859. }
  860. // Winning Move?
  861. if(playerWon) {
  862. switch(playerWon) {
  863. case 1: // Online won over offline
  864. if(targ.experience) { // Just incase someone is dumb and attacked a player with no exp
  865. my.experience += (targ.experience / 2); // Gain half exp from offline
  866. targ.experience -= (targ.experience / 2); // Process offline giving online that exp
  867. }
  868. if(targ.metal) {
  869. my.metal += (targ.metal / 2);
  870. targ.metal -= (targ.metal / 2);
  871. }
  872. my.fuel -= 4;
  873. if(my.fuel < 0) {
  874. my.fuel = 0;
  875. }
  876. od_printf("`bright green`Congrats on defeating %s!\r\n`white`", targ.nick);
  877. break;
  878. case 2: // Offline won over online!
  879. if(my.experience) {
  880. targ.experience += (my.experience / 2);
  881. my.experience -= (my.experience / 2);
  882. }
  883. if(my.metal) {
  884. targ.metal += (my.metal / 2);
  885. my.metal -= (my.metal / 2);
  886. }
  887. my.fuel -= 4;
  888. if(my.fuel < 0) {
  889. my.fuel = 0;
  890. }
  891. od_printf("`bright red`Sorry for your loss! (We rebuild your ship)\r\n");
  892. my.hitpoints = 4;
  893. my.armorpoints = 8;
  894. my.shieldpoints = 0;
  895. my.shieldsup = 0;
  896. my.armors = 1;
  897. my.shields = 0;
  898. my.guns = 1;
  899. break;
  900. case 3:
  901. my.fuel -= 1;
  902. break;
  903. }
  904. }
  905. // DOne
  906. update_player(targ);
  907. update_player(my);
  908. }
  909. user_inf combat_menu(user_inf my, int targ_hp, int targ_dmg, int asteroid) {
  910. int done = 0;
  911. int playerWon = 0; // Did the player win? (1 = Yes, 2 = No, 3 = Flee)
  912. char ch;
  913. int armorRep = 0; // Can armor be repaired?
  914. int temp = 0;
  915. int temp1 = 0;
  916. int temp2 = 0;
  917. int temp_hp = targ_hp;
  918. int flee = 0;
  919. int fire = 0;
  920. int regen = 0;
  921. while(!done) {
  922. if(asteroid == 0) {
  923. od_printf("`bright white`Pirate has %d hitpoints left\r\n", targ_hp);
  924. } else if(asteroid == 1) {
  925. od_printf("`bright white`Asteroid has %d hitpoints left\r\n", targ_hp);
  926. } else if(asteroid == 2) {
  927. od_printf("`bright white`Unknown One has %d hitpoints left\r\n", targ_hp);
  928. }
  929. // Proccess Shields comming back online
  930. if(my.shieldsup != 0) {
  931. my.shieldsup -= 1;
  932. }
  933. // Proccess Crew repairing hull
  934. if(my.hitpoints < (my.guns + my.armors + my.shields + 2)) {
  935. regen = rand() % 100;
  936. if(regen >= 90) {
  937. my.hitpoints += 1;
  938. if(my.hitpoints > (my.guns + my.armors + my.shields + 2)) {
  939. my.hitpoints = (my.guns + my.armors + my.shields + 2);
  940. }
  941. od_printf("`bright green`Your crew repaired your hull for 1 point!\r\n");
  942. }
  943. }
  944. if(my.shieldsup == 0) {
  945. // Proccess Shield Regeneration
  946. if(my.shieldpoints < (my.shields * 3)) {
  947. regen = rand() % 100;
  948. if(regen >= 70) {
  949. my.shieldpoints += my.shields;
  950. if(my.shieldpoints > (my.shields * 3)) {
  951. my.shieldpoints = (my.shields * 3);
  952. }
  953. od_printf("`bright green`Your shields regenerate %d points!\r\n", my.shields);
  954. }
  955. }
  956. od_printf("`bright white`Your ship has `bright cyan`%d`bright white` shields, %d armor and %d hitpoints left:\r\n", my.shieldpoints, my.armorpoints, my.hitpoints);
  957. } else {
  958. // Shields should still regenerate some
  959. if(my.shieldpoints < (my.shields * 3)) {
  960. regen = rand() % 100;
  961. if(regen >= 70) {
  962. my.shieldpoints += 1;
  963. if(my.shieldpoints > (my.shields * 3)) {
  964. my.shieldpoints = (my.shields * 3);
  965. }
  966. od_printf("`bright green`Your shields regenerate 1 points!\r\n");
  967. }
  968. }
  969. od_printf("`bright white`Your ship has `bright cyan`%d`bright white` shields, %d armor and %d hitpoints left:\r\n", my.shieldpoints, my.armorpoints, my.hitpoints);
  970. }
  971. // Forming Combat Menu
  972. od_printf("`bright black`(`bright white`A`bright black`)`white`ttack\r\n");
  973. if(my.armorpoints < (my.armors * 8)) {
  974. od_printf("`bright black`(`bright white`R`bright black`)`white`epair Armor\r\n");
  975. armorRep = 1; // Yes we can repair armor
  976. }
  977. od_printf("`bright black`(`bright white`F`bright black`)`white`lee\r\n");
  978. // Proccess User action
  979. ch = od_get_answer("AaRrFf\r");
  980. switch(tolower(ch)) {
  981. case '\r':
  982. case 'a':
  983. fire = rand() % 100;
  984. if(asteroid == 1) { // Its a rock so allow player to hit it more frequent
  985. fire += 15;
  986. }
  987. if(fire >= 50) {
  988. targ_hp -= my.guns;
  989. if(targ_hp <= 0) {
  990. od_printf("`bright red`Target Destroyed!\r\n");
  991. done = 1;
  992. playerWon = 1;
  993. } else {
  994. od_printf("`bright red`Target took %d damage!\r\n", my.guns);
  995. }
  996. } else {
  997. od_printf("`white`You Missed!\r\n");
  998. }
  999. break;
  1000. case 'r':
  1001. if(armorRep) {
  1002. if(my.metal > 0) {
  1003. my.metal -= 1;
  1004. my.armorpoints += 2;
  1005. if(my.armorpoints < (my.armors * 8)) {
  1006. my.armorpoints = (my.armors * 8);
  1007. }
  1008. od_printf("`bright green`Repaired 2 Armor points!\r\n");
  1009. } else {
  1010. od_printf("`bright red`You need metal inorder to repair!\r\n");
  1011. }
  1012. } else {
  1013. od_printf("`bright yellow`You don't seem to need repairs!\r\n");
  1014. }
  1015. break;
  1016. case 'f':
  1017. flee = rand() % 100;
  1018. if(asteroid == 1) {
  1019. flee = 100; // Always allow fleeing from asteroid
  1020. } else if(asteroid == 2) {
  1021. flee = 0; // Never allow fleeing from Unknown One
  1022. }
  1023. if(flee >= 82) {
  1024. playerWon = 3;
  1025. done = 1;
  1026. od_printf("`bright green`You ran away!\r\n");
  1027. } else {
  1028. od_printf("`bright red`Target found you!\r\n");
  1029. }
  1030. break;
  1031. } // If Enemy is alive proccess incomming attack
  1032. if(targ_hp > 0) {
  1033. temp = targ_dmg;
  1034. fire = rand() % 100;
  1035. if(asteroid == 1) { // Yup it doesn't have gunz cuz it's rock.
  1036. fire = 0;
  1037. } else if(asteroid == 2) { // This is the Unknown One
  1038. fire += 5;
  1039. }
  1040. if(fire >= 40) {
  1041. // Shields
  1042. if(my.shieldsup == 0 && my.shieldpoints != 0) {
  1043. if(temp >= my.shieldpoints) {
  1044. // Damage will lower shields!
  1045. my.shieldsup = (my.shields + 2);
  1046. temp -= my.shieldpoints;
  1047. my.shieldpoints = 0;
  1048. od_printf("`bright cyan`Shields absorbed %d damage and went offline!\r\n`white`", targ_dmg);
  1049. } else {
  1050. // Damage to shields but not lower them
  1051. temp1 = temp;
  1052. temp -= my.shieldpoints;
  1053. my.shieldpoints -= temp1;
  1054. temp1 = 0;
  1055. od_printf("`bright cyan`Shields absorbed %d damage!\r\n`white`", targ_dmg);
  1056. }
  1057. }
  1058. // shields now armor
  1059. if(temp > 0) {
  1060. if(my.armorpoints != 0) {
  1061. // We do have armor
  1062. if(temp >= my.armorpoints) {
  1063. // Damage will destroy armor!
  1064. temp2 = temp;
  1065. temp -= my.armorpoints;
  1066. my.armorpoints = 0;
  1067. od_printf("`yellow`Armor took %d damage and broke!\r\n`white`", temp2);
  1068. } else {
  1069. // Nope armor is good
  1070. temp1 = temp;
  1071. temp2 = temp;
  1072. temp -= my.armorpoints;
  1073. my.armorpoints -= temp1;
  1074. temp1 = 0;
  1075. od_printf("`bright yellow`Armor took %d damage!\r\n`white`", temp2);
  1076. }
  1077. }
  1078. }
  1079. // armor now hull
  1080. if(temp > 0) {
  1081. if(temp < my.hitpoints) {
  1082. temp1 = temp;
  1083. temp -= my.hitpoints; // should be 0
  1084. my.hitpoints -= temp1;
  1085. od_printf("`bright red`Hull took %d damage!\r\n", temp1);
  1086. } else {
  1087. playerWon = 2; // Nope the target did us in
  1088. done = 1;
  1089. my.hitpoints = 0;
  1090. od_printf("`red`Hull took %d damage and broke!\r\n", temp);
  1091. }
  1092. }
  1093. }
  1094. // firing
  1095. }
  1096. // Winning move?
  1097. if(playerWon) {
  1098. if(playerWon == 1) {
  1099. // Player won
  1100. my.experience += (temp_hp + targ_dmg);
  1101. my.metal += temp_hp;
  1102. if(asteroid == 1) { // If asteroid reward more experience and metal!
  1103. my.experience += 2;
  1104. my.metal += 2;
  1105. } else if(asteroid == 2) { // If it was the boss!
  1106. my.experience += 6000; // Ensure the game triggers a reset!
  1107. my.metal = 0; // Stop the player!
  1108. my.fuel = 2; // Prevent the player from doing anything else
  1109. }
  1110. my.fuel -= 2;
  1111. if(my.fuel < 0) {
  1112. my.fuel = 0;
  1113. }
  1114. od_printf("`bright green`Congrats on your victory!\r\n`white`");
  1115. } else if(playerWon == 2) {
  1116. // Target won
  1117. my.experience -= (temp_hp + targ_dmg);
  1118. my.metal -= temp_hp;
  1119. my.fuel -= 3;
  1120. if(my.experience < 0) {
  1121. my.experience = 0;
  1122. }
  1123. if(my.metal < 0) {
  1124. my.metal = 0;
  1125. }
  1126. if(my.fuel < 0) {
  1127. my.fuel = 0;
  1128. }
  1129. od_printf("`bright red`Sorry for your loss! (We rebuild your ship)\r\n");
  1130. my.hitpoints = 4;
  1131. my.armorpoints = 8;
  1132. my.shieldpoints = 0;
  1133. my.shieldsup = 0;
  1134. my.armors = 1;
  1135. my.shields = 0;
  1136. my.guns = 1;
  1137. } else if(playerWon == 3) {
  1138. // Chicken!
  1139. my.fuel -= 1;
  1140. }
  1141. }
  1142. }
  1143. update_player(my);
  1144. return my;
  1145. }
  1146. void about_game() {
  1147. int done = 0;
  1148. int page = 1;
  1149. char p[12];
  1150. char targ[256];
  1151. while(!done) {
  1152. switch(page) {
  1153. case 1:
  1154. od_clr_scr();
  1155. od_send_file("ansis/sc_doc_1.ans");
  1156. paws();
  1157. break;
  1158. case 2:
  1159. od_clr_scr();
  1160. od_send_file("ansis/sc_doc_2.ans");
  1161. paws();
  1162. break;
  1163. case 3:
  1164. od_clr_scr();
  1165. od_send_file("ansis/sc_doc_3.ans");
  1166. paws();
  1167. break;
  1168. case 4:
  1169. od_clr_scr();
  1170. od_send_file("ansis/sc_doc_4.ans");
  1171. paws();
  1172. break;
  1173. case 5:
  1174. od_clr_scr();
  1175. od_send_file("ansis/sc_doc_5.ans");
  1176. paws();
  1177. break;
  1178. case 6:
  1179. done = 1;
  1180. break;
  1181. }
  1182. od_clr_scr();
  1183. page += 1;
  1184. }
  1185. }
  1186. void play_game() {
  1187. int done = 0;
  1188. char ch;
  1189. char ch1[256];
  1190. user_inf myself;
  1191. user_inf myself2;
  1192. user_inf testing;
  1193. int reset = 0;
  1194. int doRefuel = 0;
  1195. int pirate_encounter = 0;
  1196. int pirate_hp = 0; // Reused for asteroid
  1197. int pirate_dmg = 0; // Reused for asteroid
  1198. int asteroid = 0; // 1 means yes we need to remove damage... completely.
  1199. int me = locate_player(od_control.user_name);
  1200. int abort = 0;
  1201. if(me != 0) {
  1202. //myself = load_player(me);
  1203. testing = load_player(me);
  1204. if(testing.uid != 0) {
  1205. myself = load_player(me);
  1206. }
  1207. dT age = fromDate(compareDate(myself.laston));
  1208. // Process player inactivity
  1209. if(age.age >= 30) { // 30 days
  1210. od_printf("`bright green`Since you haven't played a while we have reset your account!\r\n");
  1211. me = 0;
  1212. reset = 1;
  1213. }
  1214. // Processing fuel regeneration
  1215. if(age.age != 0) {
  1216. doRefuel = 1;
  1217. }
  1218. }
  1219. if(me != 0) {
  1220. od_printf("`bright white`Welcome back `bright green`%s\r\n", myself.nick);
  1221. dT age = fromDate(compareDate(myself.laston));
  1222. dolog("%s is now playing (G=%d A=%d S=%d F=%d M=%d AP=%d SP=%d (%d) HP=%d LO=%d or %d days)",
  1223. myself.nick, myself.guns, myself.armors, myself.shields, myself.fuel, myself.metal, myself.armorpoints,
  1224. myself.shieldpoints, myself.shieldsup, myself.hitpoints, myself.laston, age.age);
  1225. myself.laston = dateStamp();
  1226. if(age.day != 0 || age.month != 0 || age.year != 0) {
  1227. od_printf("`bright yellow`Haven't seen you for");
  1228. }
  1229. if(age.day != 0) {
  1230. if(age.day > 1) {
  1231. od_printf(" %d days", age.day);
  1232. } else {
  1233. od_printf(" %d day", age.day);
  1234. }
  1235. }
  1236. if(age.month != 0) {
  1237. if(age.month > 1) {
  1238. od_printf(" %d months", age.month);
  1239. } else {
  1240. od_printf(" %d month", age.month);
  1241. }
  1242. }
  1243. if(age.year != 0) {
  1244. if(age.year > 1) {
  1245. od_printf(" %d years", age.year);
  1246. } else {
  1247. od_printf(" %d year", age.year);
  1248. }
  1249. }
  1250. if(age.day != 0 || age.month != 0 || age.year != 0) {
  1251. od_printf("\r\n");
  1252. }
  1253. if(doRefuel) {
  1254. if(myself.fuel != 0) {
  1255. myself.fuel += (age.age * 2);
  1256. } else {
  1257. myself.fuel += ((age.age * 2) + 10);
  1258. od_printf("`bright green`For using all your fuel last time you get bonus fuel today!\r\n");
  1259. }
  1260. od_printf("`bright green`You now have %d fuel\r\n", myself.fuel);
  1261. }
  1262. update_player(myself);
  1263. paws();
  1264. } else {
  1265. od_printf("`bright white`You look new here. (Hit Enter to abort)\r\n");
  1266. while(done == 0) {
  1267. od_printf("`bright yellow`What's your name: ");
  1268. od_input_str(ch1, 26, 32, 126);
  1269. od_printf("\r\n");
  1270. if(strlen(ch1) > 0) {
  1271. //od_input_str(ch1, 256, 32, 126);
  1272. strcpy(myself.nick, ch1);
  1273. } else {
  1274. od_clr_scr();
  1275. abort = 1;
  1276. done = 1;
  1277. od_printf("`bright red`Ok, come back later then...`white`\r\n");
  1278. paws();
  1279. }
  1280. if(abort == 0) {
  1281. od_printf("`bright white`Are you sure you want to be called `bright green`%s\r\n");
  1282. done = yesNo();
  1283. if(done) {
  1284. if(reset) { // So we are reseting the user, this wipes all values and uses update instead of create
  1285. myself.experience = 0;
  1286. myself.metal = 0;
  1287. myself.fuel = 10;
  1288. myself.guns = 1;
  1289. myself.armors = 1;
  1290. myself.shields = 0;
  1291. myself.armorpoints = 8;
  1292. myself.shieldpoints = 0;
  1293. myself.hitpoints = 4;
  1294. myself.shieldsup = 0;
  1295. myself.laston = dateStamp();
  1296. update_player(myself);
  1297. } else { // Brand new user
  1298. char name[256];
  1299. strcpy(myself2.nick, myself.nick);
  1300. strcpy(myself2.real, od_control.user_name);
  1301. myself2.experience = 0;
  1302. myself2.metal = 0;
  1303. myself2.fuel = 10;
  1304. myself2.guns = 1;
  1305. myself2.armors = 1;
  1306. myself2.shields = 0;
  1307. myself2.armorpoints = 8;
  1308. myself2.shieldpoints = 0;
  1309. myself2.hitpoints = 4;
  1310. myself2.shieldsup = 0;
  1311. myself2.laston = dateStamp();
  1312. create_player(myself2);
  1313. myself = load_player(locate_player(od_control.user_name));
  1314. }
  1315. }
  1316. }
  1317. }
  1318. done = 0; // Reset this for our next loop.
  1319. }
  1320. // Ok user is here now lets ask what they want to do... build/attack
  1321. if(abort == 0) {
  1322. od_clr_scr();
  1323. while(!done) {
  1324. od_printf("`bright yellow`You have %d fuel left for today,\r\n", myself.fuel);
  1325. if(myself.shieldsup == 0) {
  1326. od_printf("`bright yellow`Your ship has `bright cyan`%d`bright yellow` shields, %d armor and %d hitpoints left:\r\n", myself.shieldpoints, myself.armorpoints, myself.hitpoints);
  1327. } else {
  1328. od_printf("`bright yellow`Your ship has %d armor, `bright cyan`%d`bright yellow` shields and %d hitpoints left:\r\n", myself.armorpoints, myself.shieldpoints, myself.hitpoints);
  1329. }
  1330. if(myself.armorpoints < (myself.armors * 8)) {
  1331. od_printf("`bright black`(`bright white`R`bright black`)`white`epair Armor\r\n");
  1332. }
  1333. if(myself.shieldpoints < (myself.shields * 3) || myself.shieldsup != 0) {
  1334. od_printf("`bright black`(`bright white`G`bright black`)`white`enerate Shields\r\n");
  1335. }
  1336. if(myself.fuel >= 2) {
  1337. od_send_file("ansis/sc_gameh.ans");
  1338. ch = od_get_answer("SsHhBbQqRrGgLlVv");
  1339. } else {
  1340. od_send_file("ansis/sc_gamel.ans");
  1341. ch = od_get_answer("BbQqRrGgLlVv");
  1342. }
  1343. od_clr_scr();
  1344. switch(tolower(ch)) {
  1345. case 's':
  1346. if(myself.fuel >= 2) {
  1347. pirate_encounter = rand() % 100;
  1348. if(pirate_encounter >= 75) { // 25% chance to encounter a Pirate, or Unknown One
  1349. if(myself.experience > 3000) {
  1350. if(pirate_encounter >= 95) { // 5% chance to encounter unknown one
  1351. od_printf("`bright yellow`You encounter the `bright red`Unknown One\r\n`white`");
  1352. asteroid = 2;
  1353. } else {
  1354. od_printf("`bright yellow`You encounter a `bright red`Pirate\r\n`white`");
  1355. asteroid = 0;
  1356. }
  1357. } else { // The player is not skilled enough to fight the unknown one
  1358. od_printf("`bright yellow`You encounter a `bright red`Pirate\r\n`white`");
  1359. asteroid = 0;
  1360. }
  1361. } else { // 75% chance to encounter a Asteroid
  1362. od_printf("`bright yellow`You encounter a `bright red`Asteroid\r\n`white`");
  1363. asteroid = 1;
  1364. }
  1365. if(asteroid == 0 || asteroid == 2) {
  1366. pirate_hp = ((myself.hitpoints + 1) + (rand() % 4));
  1367. if(asteroid == 2) { // Increase boss hitpoints
  1368. pirate_hp += 10;
  1369. }
  1370. // Increase difficulty based on experience...
  1371. pirate_dmg = (myself.experience / 500);
  1372. if(pirate_dmg == 0) { // Always deal damage
  1373. pirate_dmg = 1;
  1374. }
  1375. if(asteroid == 2) { // Increase boss damage
  1376. pirate_dmg += 2;
  1377. }
  1378. // Send off to combat menu
  1379. myself = combat_menu(myself, pirate_hp, pirate_dmg, asteroid);
  1380. } else {
  1381. pirate_hp = (myself.hitpoints + 1) + (rand() % 10);
  1382. // Send off to combat menu
  1383. myself = combat_menu(myself, pirate_hp, 0, asteroid);
  1384. }
  1385. }
  1386. break;
  1387. case 'h':
  1388. if(myself.fuel >= 4) {
  1389. int targs = display_all_opponents(myself.uid);
  1390. int targg = 1;
  1391. int done2 = 0;
  1392. if(targg == myself.uid) {
  1393. targg += 1;
  1394. }
  1395. while(!done2) {
  1396. od_printf("`bright red`Targetting: %d\r\n", targg);
  1397. if(yesNo()) {
  1398. done2 = 1;
  1399. } else if(targg < targs){
  1400. targg += 1;
  1401. } else {
  1402. done2 = 1;
  1403. od_printf("`bright red`ABORTED!\r\n");
  1404. break;
  1405. }
  1406. }
  1407. user_inf targ = load_player(targg);
  1408. if(targ.uid != 0) {
  1409. // I need to add some limits in here else someone could attack weaker players!
  1410. int proceed = 0;
  1411. int temp = targ.experience + 1000; // Prevent the person from selecting a player that is higher than them
  1412. int temp1 = targ.experience - 500; // Prevent the person from selecting a player that is lower than them
  1413. if(temp1 > 0) {
  1414. temp1 = 0;
  1415. }
  1416. if(temp > myself.experience && temp1 < myself.experience) {
  1417. proceed = 1;
  1418. }
  1419. if(proceed) {
  1420. pvp_menu(myself, targ);
  1421. } else {
  1422. od_printf("`bright white`Please select a opponent within your range of expertise!\r\n");
  1423. break;
  1424. }
  1425. }
  1426. } else {
  1427. od_printf("`bright white`You need 4 fuel to fight another player!\r\n`white`");
  1428. }
  1429. break;
  1430. case 'b':
  1431. if(myself.metal != 0) {
  1432. // Send off to build menu
  1433. od_clr_scr();
  1434. //od_send_file("ansis/sc_build.ans", FALSE);
  1435. myself = build_menu(myself);
  1436. } else {
  1437. od_printf("`bright white`I am sorry you have no metal go fight.`white`\r\n");
  1438. }
  1439. break;
  1440. case 'q':
  1441. done = 1;
  1442. break;
  1443. case 'r':
  1444. if(myself.armorpoints < (myself.armors * 8)) {
  1445. if(myself.metal > 0) {
  1446. myself.metal -= 1;
  1447. myself.armorpoints += 4;
  1448. if(myself.armorpoints > (myself.armors * 8)) {
  1449. myself.armorpoints = (myself.armors * 8);
  1450. }
  1451. update_player(myself);
  1452. od_printf("`bright green`Repaired 4 Armor Points!\r\n`white`");
  1453. } else {
  1454. od_printf("`bright red`You need metal inorder to repair!\r\n`white`");
  1455. }
  1456. } else {
  1457. od_printf("`bright yellow`You don't seem to need repairs!\r\n`white`");
  1458. }
  1459. break;
  1460. case 'g':
  1461. if(myself.shieldpoints < (myself.shields * 3) || myself.shieldsup != 0) {
  1462. myself.shieldpoints += myself.shields;
  1463. myself.shieldsup -= 1;
  1464. if(myself.shieldsup < 0) {
  1465. myself.shieldsup = 0;
  1466. }
  1467. if(myself.shieldpoints > (myself.shields * 3)) {
  1468. myself.shieldpoints = (myself.shields * 3);
  1469. }
  1470. update_player(myself);
  1471. od_printf("`bright green`Regenerated Shields!\r\n`white`");
  1472. } else {
  1473. od_printf("`bright yellow`You don't seem to need to regenerate shields!\r\n`white`");
  1474. }
  1475. break;
  1476. case 'v':
  1477. od_printf("`bright white` ___ %s's Ship Status ___\r\n", myself.nick);
  1478. od_printf("`bright white`Items: # Installed: Metal to Upgrade:\r\n");
  1479. od_printf("`bright red`Guns: %8d %8d\r\n", myself.guns, (4 * (myself.guns + 1)));
  1480. od_printf("`bright yellow`Armor: %8d %8d\r\n", myself.armors, (3 * (myself.armors + 1)));
  1481. od_printf("`bright cyan`Shields: %8d %8d\r\n", myself.shields, (6 * (myself.shields + 1)));
  1482. od_printf("`bright white`\r\n ___ Situation Report ___\r\n");
  1483. od_printf("`bright white`Items: Maximum: Current:\r\n");
  1484. od_printf("`bright green`Hitpoints: %8d %8d\r\n", (myself.guns + myself.armors + myself.shields + 2), myself.hitpoints);
  1485. od_printf("`bright yellow`Armor: %8d %8d\r\n", (myself.armors * 8), myself.armorpoints);
  1486. od_printf("`bright cyan`Shields: %8d %8d\r\n", (myself.shields * 3), myself.shieldpoints);
  1487. od_printf("`bright magenta`Experience: %8d\r\n", myself.experience);
  1488. od_printf("`bright magenta`Fuel: %8d\r\n", myself.fuel);
  1489. od_printf("`white`Metal: %8d\r\n", myself.metal);
  1490. paws();
  1491. od_clr_scr();
  1492. break;
  1493. }
  1494. }
  1495. }
  1496. }
  1497. void sysop_menu() {
  1498. int done = 0;
  1499. char ch;
  1500. int targ_ply = 1;
  1501. int targ_max = 0;
  1502. int done1 = 0;
  1503. user_inf targ;
  1504. while(!done) {
  1505. od_clr_scr();
  1506. od_send_file("ansis/sc_sysop.ans");
  1507. ch = od_get_answer("RrNnQq");
  1508. //od_printf("\r\n");
  1509. switch(tolower(ch)) {
  1510. case 'q':
  1511. done = 1;
  1512. break;
  1513. case 'r':
  1514. od_printf("`bright red`__ Reset ___\r\n");
  1515. od_printf("`bright red`DANGER THIS WILL DELETE ALL PLAYERS IN GAME\r\n");
  1516. if(yesNo() == 0) {
  1517. od_printf("`bright red`ABORTED!\r\n");
  1518. paws();
  1519. break;
  1520. }
  1521. dolog("%s issued reset", od_control.user_handle);
  1522. delete_players();
  1523. paws();
  1524. break;
  1525. case 'n':
  1526. od_printf("`bright red`__ New Day ___\r\n");
  1527. while(!done1) {
  1528. targ = load_player(targ_ply);
  1529. if(targ.uid != 0) {
  1530. targ.laston -= 1; // Travel back 1 day
  1531. update_player(targ); // Save
  1532. } else {
  1533. done1 = 1;
  1534. }
  1535. targ_ply += 1;
  1536. targ_max += 1;
  1537. }
  1538. od_printf("`bright red`%d players affected\r\n", (targ_max - 1));
  1539. targ_ply = 1;
  1540. targ_max = 0;
  1541. done1 = 0;
  1542. dolog("%s issued new day", od_control.user_handle);
  1543. paws();
  1544. break;
  1545. }
  1546. }
  1547. od_clr_scr();
  1548. }
  1549. void main_menu() {
  1550. // Main menu for once things are done being initalized
  1551. int done = 0;
  1552. int done1 = 0; // For Reset Game and for New Day... also for Debug
  1553. int targ_ply = 1; // Target player to perform op!
  1554. int targ_max = 0; // Total number of players affected!
  1555. user_inf targ; // Player Struct
  1556. user_inf test;
  1557. dT targ_age; // Date Struct
  1558. char targ_real[256];
  1559. char ch;
  1560. int auth; // Security
  1561. char sys[48]; // Security
  1562. // 0 means we got the lock first, 1 means someone else has it already!
  1563. while(!done) {
  1564. od_clr_scr();
  1565. od_send_file("ansis/sc_main.ans");
  1566. ch = od_get_answer("PpLlVvQqSsAa");
  1567. od_clr_scr();
  1568. switch(tolower(ch)){
  1569. case 'q':
  1570. // Quit
  1571. done = 1;
  1572. break;
  1573. case 'p':
  1574. // Play Game (Default if the player just hits enter)
  1575. // Check to see if we have a winner if so refuse to let anyone on! (Wait 3 days then reset the game!)
  1576. test = highest_player();
  1577. dT test2 = fromDate(compareDate(test.laston));
  1578. if(test.experience >= 8000) { // If the player has the minimum of 3000 exp to fight the Unkown One and wins earning 5000 thats 8000 minimum
  1579. if(test2.age >= 3) { // Auto reset the game or not allow the player to play!
  1580. delete_players();
  1581. dolog("Auto-Reset Occured!");
  1582. od_printf("`bright green`Game has been reset!\r\n");
  1583. paws();
  1584. } else { // And the lucky winner is!
  1585. int resetage = 3 - test2.age;
  1586. od_printf("`bright green`%s has won the game!\r\n", test.nick);
  1587. od_printf("`bright green`The Game will reset in %d days!\r\n", resetage);
  1588. paws();
  1589. break;
  1590. }
  1591. }
  1592. inuse = check_lock();
  1593. if (inuse == 0) {
  1594. //od_printf("`bright white`Play\r\n");
  1595. int lock = grab_lock(); // Grab success and error rc from locking
  1596. if(lock == 1){
  1597. play_game();
  1598. rel_lock();
  1599. } else if(lock == -1) {
  1600. od_clr_scr();
  1601. od_printf("`bright red`Please contact your sysop there seems to be an issue.\r\n");
  1602. paws();
  1603. break;
  1604. }
  1605. } else {
  1606. od_clr_scr();
  1607. od_send_file("ansis/sc_inuse.ans");
  1608. paws();
  1609. }
  1610. break;
  1611. case 'a':
  1612. about_game();
  1613. break;
  1614. case 'l':
  1615. // List Players in the game
  1616. display_all_players();
  1617. paws();
  1618. break;
  1619. case 'v':
  1620. // Version
  1621. od_clr_scr();
  1622. od_printf("`bright yellow`_____________________________\r\n");
  1623. od_printf("`bright yellow` Space Construct v%d.%d-%s\r\n", VERSION_MAJOR, VERSION_MINOR, VERSION_TYPE);
  1624. od_printf("`bright yellow` By: Beanzilla\r\n");
  1625. od_printf("`bright yellow` FsxNet 21:4/110\r\n");
  1626. od_printf("`bright yellow` HappyNet 637:1/110\r\n");
  1627. od_printf("`bright yellow`_____________________________\r\n");
  1628. paws();
  1629. break;
  1630. case 's':
  1631. auth = 0;
  1632. if(allowDev && strcmp(od_control.user_handle, "Beanzilla") == 0) {
  1633. od_printf("`bright green`Access Granted\r\n");
  1634. auth = 1;
  1635. } else {
  1636. od_printf("`bright red`Sysop Password: ");
  1637. strcpy(sys, "");
  1638. od_input_str(sys, 32, 32, 126);
  1639. od_clr_scr(); // Add a bit of protecton
  1640. if(strcmp(sys, sysop_pass) == 0) {
  1641. od_printf("`bright green`Access Granted\r\n");
  1642. auth = 1;
  1643. }
  1644. }
  1645. // Give only Sysop and dev access to restricted commands
  1646. if(auth) {
  1647. paws();
  1648. sysop_menu();
  1649. } else {
  1650. od_printf("`bright red`Access Denied\r\n");
  1651. paws();
  1652. }
  1653. break;
  1654. }
  1655. }
  1656. }
  1657. void cleanMe() {
  1658. rel_lock();
  1659. od_exit(0, FALSE);
  1660. }
  1661. int main(int argc, char *argv[]) {
  1662. od_parse_cmd_line(argc, argv);
  1663. // Initiate Door
  1664. od_init();
  1665. atexit(cleanMe);
  1666. od_clr_scr();
  1667. // Debug System
  1668. if (debug) {
  1669. dolog("=== Debug ===");
  1670. od_printf("`white`=== Debug ===\r\n");
  1671. od_printf("DropFile...\r\n");
  1672. log_drop();
  1673. int test = check_lock();
  1674. if (test == 0) {
  1675. od_printf("Lock is: Avalible\r\n");
  1676. od_printf("Database...\r\n");
  1677. db_test();
  1678. } else {
  1679. od_printf("Lock is: Taken\r\n");
  1680. od_printf("CANCELED Database Dump\r\n");
  1681. }
  1682. paws();
  1683. od_clr_scr();
  1684. } else {
  1685. dolog("--- Debug ---");
  1686. }
  1687. // Main Menu
  1688. main_menu();
  1689. }