Jump to content

TheVampire

Collaborator
  • Posts

    1310
  • Joined

  • Last visited

  • Days Won

    35

Reputation Activity

  1. Like
    TheVampire got a reaction from Highlander in VEMF - Vampire's Epoch Mission Framework   
    The reason for not using markers is that I want to try to split up missions to different players in the future.
    You could get a radio call that there's X mission while someone else on the map is running Y mission and neither of you know.
    More of a "quest" system than the mission systems of past, I just need to find the right way to do it.
     
    I'm going to work out using customChat instead of systemChat, but if that doesn't pop enough to get the players attention, I'll switch to structured text hints like Wasteland.
  2. Like
    TheVampire got a reaction from stonXer in VEMF - Vampire's Epoch Mission Framework   
    allowDamage gets called by itself just being in the folder.
     
    I'm assuming the issue is how the allowDamage calls itself. I'll make a different version that should work.
  3. Like
    TheVampire got a reaction from Hippeh in VEMF - Vampire's Epoch Mission Framework   
    Figured out the crate was spawning at 98m above the ground at the map center and burning on impact.
     
    So I guess I get the crate finder crown. :D
  4. Like
    TheVampire got a reaction from Drunkie in VEMF - Vampire's Epoch Mission Framework   
    I updated the pbo again. It should fix the box issue. Box should be where the name of the town is on the map.

    Tomorrow I'll jump around some servers and get some footage with you guys.

    Other than the crashing problem I think most of the mainstream errors are fixed.
  5. Like
    TheVampire got a reaction from second_coming in VEMF - Vampire's Epoch Mission Framework   
    Well i'm handing it off since i've been working at it all day, and have things I need to get done before the SO get's home.
     
    Current issue I'm having is that I can't find the damn crates, but I'm convinced they are there somewhere.
    (They aren't null, they have cargo, but I can't find them)
    So with that I am releasing the "Pre-Alpha".
     
    You can download the PBO from github, which goes in your "@EpochHive > Addons" folder.
    https://github.com/SMVampire/VEMF/blob/master/Binaries/VEMF.pbo?raw=true
    The "initServer.sqf" goes in your mission pbo (or folder), and the "init.sqf" you can put in the mission, or just copy the content to your existing init.sqf.
     
    You will also need the AI damage fix KiloSwiss posted here:

    It's a PBO you just put in the same folder as my PBO.
     
    You can put a copy of VEMFConfig.sqf in your Mission.pbo (or folder) and edit that instead of needing to unpbo my PBO whenever you want to edit the config.
     
    If you run into issues (I'm sure you will), post them in the Github issues section.
    I hold no guarantees of my AI getting along with other AI, but I'm interested in feedback on it.
     
    I'll try to fix issues on the github as fast as possible.
  6. Like
    TheVampire got a reaction from Fyz1kz in VEMF - Vampire's Epoch Mission Framework   
    I had to work 8 hours yesterday.
    Unless I hit something I can't test, or a major error, I should have a working version sometime today.
    The Alpha will go to a few testers and then the first version will go up on the Github.
  7. Like
    TheVampire got a reaction from KiloSwiss in VEMF - Vampire's Epoch Mission Framework   
    Well i'm handing it off since i've been working at it all day, and have things I need to get done before the SO get's home.
     
    Current issue I'm having is that I can't find the damn crates, but I'm convinced they are there somewhere.
    (They aren't null, they have cargo, but I can't find them)
    So with that I am releasing the "Pre-Alpha".
     
    You can download the PBO from github, which goes in your "@EpochHive > Addons" folder.
    https://github.com/SMVampire/VEMF/blob/master/Binaries/VEMF.pbo?raw=true
    The "initServer.sqf" goes in your mission pbo (or folder), and the "init.sqf" you can put in the mission, or just copy the content to your existing init.sqf.
     
    You will also need the AI damage fix KiloSwiss posted here:

    It's a PBO you just put in the same folder as my PBO.
     
    You can put a copy of VEMFConfig.sqf in your Mission.pbo (or folder) and edit that instead of needing to unpbo my PBO whenever you want to edit the config.
     
    If you run into issues (I'm sure you will), post them in the Github issues section.
    I hold no guarantees of my AI getting along with other AI, but I'm interested in feedback on it.
     
    I'll try to fix issues on the github as fast as possible.
  8. Like
    TheVampire got a reaction from Chriski in VEMF - Vampire's Epoch Mission Framework   
    I updated the pbo again. It should fix the box issue. Box should be where the name of the town is on the map.

    Tomorrow I'll jump around some servers and get some footage with you guys.

    Other than the crashing problem I think most of the mainstream errors are fixed.
  9. Like
    TheVampire reacted to Chriski in VEMF - Vampire's Epoch Mission Framework   
    rpt shows that simple epoch missions and VEMF have loaded ok but both missions together dont spawn at all, no errors in the rpt. VEMF shows message in chat when Dynamic Town Invasion Mission loads but nothing on the map.
  10. Like
    TheVampire reacted to Chriski in VEMF - Vampire's Epoch Mission Framework   
    what goes up must come down  :lol:
  11. Like
    TheVampire got a reaction from Chriski in VEMF - Vampire's Epoch Mission Framework   
    Looked the code over and looks like if no one had a radio it would keep counting up until it errored.
    New commit should make it exit correctly now.
  12. Like
    TheVampire got a reaction from Darth_Rogue in VEMF - Vampire's Epoch Mission Framework   
    Well i'm handing it off since i've been working at it all day, and have things I need to get done before the SO get's home.
     
    Current issue I'm having is that I can't find the damn crates, but I'm convinced they are there somewhere.
    (They aren't null, they have cargo, but I can't find them)
    So with that I am releasing the "Pre-Alpha".
     
    You can download the PBO from github, which goes in your "@EpochHive > Addons" folder.
    https://github.com/SMVampire/VEMF/blob/master/Binaries/VEMF.pbo?raw=true
    The "initServer.sqf" goes in your mission pbo (or folder), and the "init.sqf" you can put in the mission, or just copy the content to your existing init.sqf.
     
    You will also need the AI damage fix KiloSwiss posted here:

    It's a PBO you just put in the same folder as my PBO.
     
    You can put a copy of VEMFConfig.sqf in your Mission.pbo (or folder) and edit that instead of needing to unpbo my PBO whenever you want to edit the config.
     
    If you run into issues (I'm sure you will), post them in the Github issues section.
    I hold no guarantees of my AI getting along with other AI, but I'm interested in feedback on it.
     
    I'll try to fix issues on the github as fast as possible.
  13. Like
    TheVampire reacted to Chriski in VEMF - Vampire's Epoch Mission Framework   
    only one way to find out. will post feedback once i test it tomorrow. cheers vamp  :)
  14. Like
    TheVampire got a reaction from Chriski in VEMF - Vampire's Epoch Mission Framework   
    Well i'm handing it off since i've been working at it all day, and have things I need to get done before the SO get's home.
     
    Current issue I'm having is that I can't find the damn crates, but I'm convinced they are there somewhere.
    (They aren't null, they have cargo, but I can't find them)
    So with that I am releasing the "Pre-Alpha".
     
    You can download the PBO from github, which goes in your "@EpochHive > Addons" folder.
    https://github.com/SMVampire/VEMF/blob/master/Binaries/VEMF.pbo?raw=true
    The "initServer.sqf" goes in your mission pbo (or folder), and the "init.sqf" you can put in the mission, or just copy the content to your existing init.sqf.
     
    You will also need the AI damage fix KiloSwiss posted here:

    It's a PBO you just put in the same folder as my PBO.
     
    You can put a copy of VEMFConfig.sqf in your Mission.pbo (or folder) and edit that instead of needing to unpbo my PBO whenever you want to edit the config.
     
    If you run into issues (I'm sure you will), post them in the Github issues section.
    I hold no guarantees of my AI getting along with other AI, but I'm interested in feedback on it.
     
    I'll try to fix issues on the github as fast as possible.
  15. Like
    TheVampire reacted to Friendly in VEMF - Vampire's Epoch Mission Framework   
    He currently isn't finished, the stuff on the github is a WIP (Work in Progress). I think he is currently working on, if not already, fixing that bug.
  16. Like
    TheVampire reacted to Gen0cide in VEMF - Vampire's Epoch Mission Framework   
    Hes still working on it.... so you just downloaded a unfinished version.
  17. Like
    TheVampire got a reaction from Glenn in VEMF - Vampire's Epoch Mission Framework   
    I'm normally up another 5 hours :P
     
    I think I found what is wrong with the loot loading function....
    AllWeps:[["srifle_EBR_F"],["srifle_EBR_F"],["srifle_GM6_F"],["srifle_GM6_F"],["srifle_LRR_F"],["srifle_DMR_01_F"],["M14_EPOCH"],["M14Grn_EPOCH"],["m107_EPOCH"],["m107Tan_EPOCH"],["arifle_Katiba_F"],["arifle_Katiba_F"],["arifle_Katiba_C_F"],["arifle_Katiba_GL_F"],["arifle_MXC_F"], Dumb config nested arrays....
     
    Still doesn't explain why I can't find the box itself, but one error at a time.
  18. Like
    TheVampire got a reaction from Gen0cide in VEMF - Vampire's Epoch Mission Framework   
    I'm normally up another 5 hours :P
     
    I think I found what is wrong with the loot loading function....
    AllWeps:[["srifle_EBR_F"],["srifle_EBR_F"],["srifle_GM6_F"],["srifle_GM6_F"],["srifle_LRR_F"],["srifle_DMR_01_F"],["M14_EPOCH"],["M14Grn_EPOCH"],["m107_EPOCH"],["m107Tan_EPOCH"],["arifle_Katiba_F"],["arifle_Katiba_F"],["arifle_Katiba_C_F"],["arifle_Katiba_GL_F"],["arifle_MXC_F"], Dumb config nested arrays....
     
    Still doesn't explain why I can't find the box itself, but one error at a time.
  19. Like
    TheVampire got a reaction from BrokenTwig in VEMF - Vampire's Epoch Mission Framework   
    I'm normally up another 5 hours :P
     
    I think I found what is wrong with the loot loading function....
    AllWeps:[["srifle_EBR_F"],["srifle_EBR_F"],["srifle_GM6_F"],["srifle_GM6_F"],["srifle_LRR_F"],["srifle_DMR_01_F"],["M14_EPOCH"],["M14Grn_EPOCH"],["m107_EPOCH"],["m107Tan_EPOCH"],["arifle_Katiba_F"],["arifle_Katiba_F"],["arifle_Katiba_C_F"],["arifle_Katiba_GL_F"],["arifle_MXC_F"], Dumb config nested arrays....
     
    Still doesn't explain why I can't find the box itself, but one error at a time.
  20. Like
    TheVampire reacted to Gen0cide in VEMF - Vampire's Epoch Mission Framework   
    Get some sleep Vamp a tired coder is a error prone coder(at least in my case).
  21. Like
    TheVampire got a reaction from DamianL in VEMF - Vampire's Epoch Mission Framework   
    I'm still having issues with the missions not completing which was due to an error in the spawning script.
    I think I have it fixed, but I am still testing it.
     
    Hopefully just a couple more hours.
  22. Like
    TheVampire got a reaction from unrealPANDA in VEMF - Vampire's Epoch Mission Framework   
    No, nothing in VEMF will require filter editing.
  23. Like
    TheVampire got a reaction from wizznall in VEMF - Vampire's Epoch Mission Framework   
    No, nothing in VEMF will require filter editing.
  24. Like
    TheVampire got a reaction from Glenn in VEMF - Vampire's Epoch Mission Framework   
    I'm still having issues with the missions not completing which was due to an error in the spawning script.
    I think I have it fixed, but I am still testing it.
     
    Hopefully just a couple more hours.
  25. Like
    TheVampire reacted to mimic in VEMF - Vampire's Epoch Mission Framework   
    Eagerly waiting on this. Have a Chernarus and Altis server ready and waiting.
×
×
  • Create New...