TheVampire Posted January 2, 2015 Author Report Share Posted January 2, 2015 Tophi, Monk, dennis_stk and 9 others 12 Link to comment Share on other sites More sharing options...
piyrez Posted January 2, 2015 Report Share Posted January 2, 2015 Ooooo that video! I'm getting more excited! :D Link to comment Share on other sites More sharing options...
SweSloth Posted January 2, 2015 Report Share Posted January 2, 2015 Most awesome.. Can't wait to try it out :D Link to comment Share on other sites More sharing options...
TheVampire Posted January 4, 2015 Author Report Share Posted January 4, 2015 As per one of my Patreon Milestones: http://vampuricgaming.net/ MisterT and Monk 2 Link to comment Share on other sites More sharing options...
TheVampire Posted January 5, 2015 Author Report Share Posted January 5, 2015 Website is now up. Will be trying to keep a daily-ish blog on there of my progress with VEMF. unrealPANDA 1 Link to comment Share on other sites More sharing options...
TheVampire Posted January 5, 2015 Author Report Share Posted January 5, 2015 The base code for VEMF should now be complete. Over the next few days I'm going to get it error-free. Once I have the bugs worked out I'll get an Alpha version ready. cyncrwler, spartan, ShaneMartin and 3 others 6 Link to comment Share on other sites More sharing options...
MisterT Posted January 5, 2015 Report Share Posted January 5, 2015 Thank you for your hard work TheVampire TheVampire 1 Link to comment Share on other sites More sharing options...
theirongiant Posted January 5, 2015 Report Share Posted January 5, 2015 Sweet, looking forward to it. TheVampire 1 Link to comment Share on other sites More sharing options...
TheVampire Posted January 6, 2015 Author Report Share Posted January 6, 2015 Ran into issues bugfixing today. Posted about it on the website. More work to do like always. MisterT 1 Link to comment Share on other sites More sharing options...
spartan Posted January 6, 2015 Report Share Posted January 6, 2015 Sorry to hear that Vampire I know working with these scripts can be infuriating and time consuming and I can only offer moral support and sympathy but hope you can crack the nut in due time. :) TheVampire 1 Link to comment Share on other sites More sharing options...
WarHammer(DayZ) Posted January 6, 2015 Report Share Posted January 6, 2015 Great work Vampire , I LOVED your mission system with my Arma 2 server and can't wait till I can add this on my Arma 3 server :) MisterT and TheVampire 2 Link to comment Share on other sites More sharing options...
Dwarfer Posted January 6, 2015 Report Share Posted January 6, 2015 TheVampire Very much looking forward to this big user of DMZS and EMS, We did allot of custom missions for this so looking to see what you have in store. If you need some testers let us know. TheVampire 1 Link to comment Share on other sites More sharing options...
DangerClose Posted January 6, 2015 Report Share Posted January 6, 2015 Also looking forward to this - had dzms on my arma 2 server. Seriously cannot wait. TheVampire and DangerClose 2 Link to comment Share on other sites More sharing options...
patter2012 Posted January 6, 2015 Report Share Posted January 6, 2015 same here i had dzms done a lot on it extreme ai ultimate spawn crates etc... etc.... can not wait for new one TheVampire 1 Link to comment Share on other sites More sharing options...
Glenn Posted January 7, 2015 Report Share Posted January 7, 2015 Think most users on the forum here have been a big user of DZMS at one point when running Epoch/Overpoch servers... If you need more test servers to work through bugs, let me know. :D TheVampire 1 Link to comment Share on other sites More sharing options...
TheVampire Posted January 7, 2015 Author Report Share Posted January 7, 2015 Found the problem I had with the functions. It was some incorrect switch brackets that was causing it. I decided to stick the functions file in Squint before giving up on it. Now it's back on to the regularly scheduled bugfixing. Major Khunt and x_Raven_x 2 Link to comment Share on other sites More sharing options...
Darth_Rogue Posted January 7, 2015 Report Share Posted January 7, 2015 A man can do anything if he has the right tools! B) Link to comment Share on other sites More sharing options...
Friendly Posted January 7, 2015 Report Share Posted January 7, 2015 Are you going to make this script available for headless client in the future? Link to comment Share on other sites More sharing options...
machine6fd Posted January 7, 2015 Report Share Posted January 7, 2015 @TheVampire I have been keeping up with the chatter on github. I don't know if it's epoch or arma but when wrapping any serverside pbo's I've had a lot of issue's with files not being read out of them correctly. I have found that eliteness gives me less issues than pboview or pbo manager or even cpbo. I'm not sure why the server side is so picky but if you have an issue with it not reading a file that is in the pbo try using eliteness to build the pbo. Sounds like you may have already fixed the latest issue you had though... so just some FYI. Link to comment Share on other sites More sharing options...
Dwarfer Posted January 7, 2015 Report Share Posted January 7, 2015 machine6fd, I've found the best tool to use is "BinPBO Personal Edition". YOu can use a nice little batch file to auto build the only thing I would say is make sure you use your -PREFIX before the other commands so and example. @echo off set BinPBO="C:\Program Files (x86)\Bohemia Interactive\Tools\BinPBO Personal Edition\BinPBO.exe" set "buildir=%cd%\" set "Mission=SOME_COOL_PBO_ADDON" cd /d %buildir% mkdir %Mission% > NUL xcopy /E /Y "_%Mission%\*.*" "%Mission%\*.*" > NUL %BinPBO% -PREFIX q\addons\%Mission% -INCLUDE *.* "%buildir%\%Mission%" "%buildir%" rmdir /S /Q %Mission% then all you do is just put all your files into the _SOME_COOL_PBO_ADDON then just double click the bat file. 100% build success for me :-) Link to comment Share on other sites More sharing options...
patter2012 Posted January 7, 2015 Report Share Posted January 7, 2015 let me no if you need out tested and ill be glad to try it on my server carnt wait to try the alpha of this Link to comment Share on other sites More sharing options...
TheVampire Posted January 7, 2015 Author Report Share Posted January 7, 2015 @TheVampire I have been keeping up with the chatter on github. I don't know if it's epoch or arma but when wrapping any serverside pbo's I've had a lot of issue's with files not being read out of them correctly. I have found that eliteness gives me less issues than pboview or pbo manager or even cpbo. I'm not sure why the server side is so picky but if you have an issue with it not reading a file that is in the pbo try using eliteness to build the pbo. Sounds like you may have already fixed the latest issue you had though... so just some FYI. It had ended up that the Function file was being read, but none of the dialog lines in it were running, and no global vars were being sent. Then the first file called as a global var would come back as undefined. Link to comment Share on other sites More sharing options...
TheVampire Posted January 7, 2015 Author Report Share Posted January 7, 2015 19:15:32 [VEMF]: Starting Vampire's Epoch Mission Framework. 19:15:32 [VEMF]: isServer:true / isDedicated:true / isMultiplayer:true 19:15:32 [VEMF]: Setting VEMF Relations to make AI Hostile. 19:15:32 [VEMF]: Looking for the Config. Ignore the associated File Not Found error. 19:15:32 Warning Message: Script VEMFConfig.sqf not found 19:15:32 [VEMF]: Loading Configuration File. 19:15:32 [VEMF]: Configuration File Loaded! 19:15:32 [VEMF]: Currently Running Version: 1.0.0-dev 19:15:32 [VEMF]: Server is Running Map: altis 19:15:32 [VEMF]: Loading ExecVM Functions. 19:15:32 [VEMF]: Loading Compiled Functions. 19:15:32 [VEMF]: All Functions Loaded. 19:15:32 [VEMF]: Loading Any Addons. 19:15:32 [VEMF]: AI Watchdog Running. 19:15:32 [VEMF]: Mission Timer Started. It's nice to finally see it start without errors. Next I need to see it run everything without an error. Should be just errors with AI spawning/loadout, and after that errors with caching/respawning. Drunkie 1 Link to comment Share on other sites More sharing options...
Liqu1dShadow Posted January 7, 2015 Report Share Posted January 7, 2015 My players are bored of throwing cinder blocks at each other, if you need a test server... Our hands up Link to comment Share on other sites More sharing options...
rhughes945 Posted January 7, 2015 Report Share Posted January 7, 2015 So close...I can taste it. I'm so wet for this right now. <3 TheVampire 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now