stubert Posted October 14, 2005 Share Posted October 14, 2005 do you guys want me to post any howtos to get any of the following working? -file transfers that work as you play or try to join a server -scoreboard mods -dll optimization -C++ integration -cheat detection -kill counting Link to comment Share on other sites More sharing options...
razorace Posted October 14, 2005 Share Posted October 14, 2005 I'm rather interested in dll optimization, c++ integration, and file transfers, but all those topics sound good. I'd talk to Wudan about possibly posting tutorials to Mt. Wudan or as part of OJP's website. Link to comment Share on other sites More sharing options...
Jufa Posted October 14, 2005 Share Posted October 14, 2005 i'm interested about scoreboard mods and cheat detection =) and dll optimization. Link to comment Share on other sites More sharing options...
Blµb Posted October 14, 2005 Share Posted October 14, 2005 i guess for cheat detection, you mean things like macro checking (binds for special moves etc.) Interesting topic of course, you'd have to check binds and cfg files for a row of + and wait commands (clientside) Link to comment Share on other sites More sharing options...
Tinny Posted October 14, 2005 Share Posted October 14, 2005 I'd love these: -file transfers that work as you play or try to join a server -scoreboard mods -dll optimization -C++ integration Link to comment Share on other sites More sharing options...
Blµb Posted October 14, 2005 Share Posted October 14, 2005 just integrating C++ should work anyways, just put the c++ code into an extra file and link with g++ i guess? Link to comment Share on other sites More sharing options...
stubert Posted October 15, 2005 Author Share Posted October 15, 2005 yea basically, i never needed to use it on linux so i didn't do it that way Link to comment Share on other sites More sharing options...
Blµb Posted October 15, 2005 Share Posted October 15, 2005 Well, i guess on windows you can link C and C++ objects together as well Link to comment Share on other sites More sharing options...
razorace Posted October 15, 2005 Share Posted October 15, 2005 Yeah, it works fine with VS.net 2003 Link to comment Share on other sites More sharing options...
Blµb Posted October 16, 2005 Share Posted October 16, 2005 Basically you can link every any objects together as long as the linker knows the format created, (aout, coff, elf,...) I guess you'd even be able to use fortran or other languages Link to comment Share on other sites More sharing options...
GangsterAngel Posted October 24, 2005 Share Posted October 24, 2005 -file transfers that work as you play or try to join a server would be extreemly usefull. Link to comment Share on other sites More sharing options...
Jufa Posted October 24, 2005 Share Posted October 24, 2005 but where's the tuts (howtos)?? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.