Jump to content

raymix

Developer
  • Posts

    1374
  • Joined

  • Last visited

  • Days Won

    30

Reputation Activity

  1. Like
    raymix got a reaction from 31_D!4b10 in [Tutorial] Overpoch - Custom traders, all weapons/ammo/vehicles in menus   
    This Video Tutorial covers:
    Add custom Traders anywhere on map
    Find positions on map (also covering safezones/sensors a little bit)
    Add your own custom Menus to traders
    Add all Overwatch weapons, ammo and vehicles to your menus
    Use notepad++ to convert Loot CFG (or literary ANY) file into SQL query that you can to insert items faster into database.
     
    Notepad++ tricks:
    I will show you some cool tricks how to clean out junk data from files, filter out only stuff you need and convert it into a different code that can be used elsewhere.
    In this video I will be using Macros, TextFX and Find&Replace options to show you awesome stuff you can do with notepad++ to affect thousands of lines automatically!
    You will need TextFX plugin.
     
    SQL:
    I am using Heidi SQL to edit my databases. Any other tool is very well capable of doing the same job well. I just love filtering on heidi. It's also free.
    This is by no means targeted towards advanced users, beginners only. If you are advanced user and dislike the method, please share your method instead for all of us to learn from.
    I am not sharing actual SQL code because database names differs for different hosts, also I think notepad++ tricks are awesome thing to know, might be handy in future.
    In fact If database structure ever changes, you can reuse tricks learned here instead to update it quickly.
     
    Overwatch vehicles used in video:



    Alternative list of all Overwatch weapons/ammo/vehicles (Test out your new Notepad++ skill and convert it into SQL!)
    PROTIP: if using alternative list - to filter out ammo from weapons Write Ammo Type: in search, leave search window open. Then create macro:
    [Home] > [F3] > [shift]+[END] > [DEL] > [Down] > [Home]
    This will delete last part on all rows that says ammo and leave weapons only. Apply similar method to delete weapons instead.
     
    Credits and [How to] Install server: infiSTAR for awesome AH/Admin tool
     

     
    00:00 - 20:00 Adding traders 20:00 - 35:05 Notepad++ filtering out the junk 35:05 - 36:40 Notepad++ TextFX deleting duplicate rows 36:40 - 41:55 Notepad++ Seperating ammo from weapons using macros 41:55 - 57:42 Converting classnames into SQL query (adding stuff to traders in database) 57:42 - Final in-game test
  2. Like
    raymix got a reaction from MasterHiggins in [Tutorial] Overpoch - Custom traders, all weapons/ammo/vehicles in menus   
    This Video Tutorial covers:
    Add custom Traders anywhere on map
    Find positions on map (also covering safezones/sensors a little bit)
    Add your own custom Menus to traders
    Add all Overwatch weapons, ammo and vehicles to your menus
    Use notepad++ to convert Loot CFG (or literary ANY) file into SQL query that you can to insert items faster into database.
     
    Notepad++ tricks:
    I will show you some cool tricks how to clean out junk data from files, filter out only stuff you need and convert it into a different code that can be used elsewhere.
    In this video I will be using Macros, TextFX and Find&Replace options to show you awesome stuff you can do with notepad++ to affect thousands of lines automatically!
    You will need TextFX plugin.
     
    SQL:
    I am using Heidi SQL to edit my databases. Any other tool is very well capable of doing the same job well. I just love filtering on heidi. It's also free.
    This is by no means targeted towards advanced users, beginners only. If you are advanced user and dislike the method, please share your method instead for all of us to learn from.
    I am not sharing actual SQL code because database names differs for different hosts, also I think notepad++ tricks are awesome thing to know, might be handy in future.
    In fact If database structure ever changes, you can reuse tricks learned here instead to update it quickly.
     
    Overwatch vehicles used in video:



    Alternative list of all Overwatch weapons/ammo/vehicles (Test out your new Notepad++ skill and convert it into SQL!)
    PROTIP: if using alternative list - to filter out ammo from weapons Write Ammo Type: in search, leave search window open. Then create macro:
    [Home] > [F3] > [shift]+[END] > [DEL] > [Down] > [Home]
    This will delete last part on all rows that says ammo and leave weapons only. Apply similar method to delete weapons instead.
     
    Credits and [How to] Install server: infiSTAR for awesome AH/Admin tool
     

     
    00:00 - 20:00 Adding traders 20:00 - 35:05 Notepad++ filtering out the junk 35:05 - 36:40 Notepad++ TextFX deleting duplicate rows 36:40 - 41:55 Notepad++ Seperating ammo from weapons using macros 41:55 - 57:42 Converting classnames into SQL query (adding stuff to traders in database) 57:42 - Final in-game test
  3. Like
    raymix got a reaction from Garett1169 in [Tutorial] Overpoch - Custom traders, all weapons/ammo/vehicles in menus   
    This Video Tutorial covers:
    Add custom Traders anywhere on map
    Find positions on map (also covering safezones/sensors a little bit)
    Add your own custom Menus to traders
    Add all Overwatch weapons, ammo and vehicles to your menus
    Use notepad++ to convert Loot CFG (or literary ANY) file into SQL query that you can to insert items faster into database.
     
    Notepad++ tricks:
    I will show you some cool tricks how to clean out junk data from files, filter out only stuff you need and convert it into a different code that can be used elsewhere.
    In this video I will be using Macros, TextFX and Find&Replace options to show you awesome stuff you can do with notepad++ to affect thousands of lines automatically!
    You will need TextFX plugin.
     
    SQL:
    I am using Heidi SQL to edit my databases. Any other tool is very well capable of doing the same job well. I just love filtering on heidi. It's also free.
    This is by no means targeted towards advanced users, beginners only. If you are advanced user and dislike the method, please share your method instead for all of us to learn from.
    I am not sharing actual SQL code because database names differs for different hosts, also I think notepad++ tricks are awesome thing to know, might be handy in future.
    In fact If database structure ever changes, you can reuse tricks learned here instead to update it quickly.
     
    Overwatch vehicles used in video:



    Alternative list of all Overwatch weapons/ammo/vehicles (Test out your new Notepad++ skill and convert it into SQL!)
    PROTIP: if using alternative list - to filter out ammo from weapons Write Ammo Type: in search, leave search window open. Then create macro:
    [Home] > [F3] > [shift]+[END] > [DEL] > [Down] > [Home]
    This will delete last part on all rows that says ammo and leave weapons only. Apply similar method to delete weapons instead.
     
    Credits and [How to] Install server: infiSTAR for awesome AH/Admin tool
     

     
    00:00 - 20:00 Adding traders 20:00 - 35:05 Notepad++ filtering out the junk 35:05 - 36:40 Notepad++ TextFX deleting duplicate rows 36:40 - 41:55 Notepad++ Seperating ammo from weapons using macros 41:55 - 57:42 Converting classnames into SQL query (adding stuff to traders in database) 57:42 - Final in-game test
  4. Like
    raymix reacted to js2k6 in [Tutorial] Overpoch - Custom traders, all weapons/ammo/vehicles in menus   
    excellent guide, find and replace with notepad++
    was an absolute godsend when i was bringing my custom traders from epoch into the overpoch database.
     
    not to mention a macro which presses
    delete end "," 
     
    you'll really help a lot of people by posting this. 
  5. Like
    raymix got a reaction from Ghostrider-GRG in [Tutorial] Overpoch - Custom traders, all weapons/ammo/vehicles in menus   
    This Video Tutorial covers:
    Add custom Traders anywhere on map
    Find positions on map (also covering safezones/sensors a little bit)
    Add your own custom Menus to traders
    Add all Overwatch weapons, ammo and vehicles to your menus
    Use notepad++ to convert Loot CFG (or literary ANY) file into SQL query that you can to insert items faster into database.
     
    Notepad++ tricks:
    I will show you some cool tricks how to clean out junk data from files, filter out only stuff you need and convert it into a different code that can be used elsewhere.
    In this video I will be using Macros, TextFX and Find&Replace options to show you awesome stuff you can do with notepad++ to affect thousands of lines automatically!
    You will need TextFX plugin.
     
    SQL:
    I am using Heidi SQL to edit my databases. Any other tool is very well capable of doing the same job well. I just love filtering on heidi. It's also free.
    This is by no means targeted towards advanced users, beginners only. If you are advanced user and dislike the method, please share your method instead for all of us to learn from.
    I am not sharing actual SQL code because database names differs for different hosts, also I think notepad++ tricks are awesome thing to know, might be handy in future.
    In fact If database structure ever changes, you can reuse tricks learned here instead to update it quickly.
     
    Overwatch vehicles used in video:



    Alternative list of all Overwatch weapons/ammo/vehicles (Test out your new Notepad++ skill and convert it into SQL!)
    PROTIP: if using alternative list - to filter out ammo from weapons Write Ammo Type: in search, leave search window open. Then create macro:
    [Home] > [F3] > [shift]+[END] > [DEL] > [Down] > [Home]
    This will delete last part on all rows that says ammo and leave weapons only. Apply similar method to delete weapons instead.
     
    Credits and [How to] Install server: infiSTAR for awesome AH/Admin tool
     

     
    00:00 - 20:00 Adding traders 20:00 - 35:05 Notepad++ filtering out the junk 35:05 - 36:40 Notepad++ TextFX deleting duplicate rows 36:40 - 41:55 Notepad++ Seperating ammo from weapons using macros 41:55 - 57:42 Converting classnames into SQL query (adding stuff to traders in database) 57:42 - Final in-game test
  6. Like
    raymix got a reaction from jamastiene in [Tutorial] Overpoch - Custom traders, all weapons/ammo/vehicles in menus   
    This Video Tutorial covers:
    Add custom Traders anywhere on map
    Find positions on map (also covering safezones/sensors a little bit)
    Add your own custom Menus to traders
    Add all Overwatch weapons, ammo and vehicles to your menus
    Use notepad++ to convert Loot CFG (or literary ANY) file into SQL query that you can to insert items faster into database.
     
    Notepad++ tricks:
    I will show you some cool tricks how to clean out junk data from files, filter out only stuff you need and convert it into a different code that can be used elsewhere.
    In this video I will be using Macros, TextFX and Find&Replace options to show you awesome stuff you can do with notepad++ to affect thousands of lines automatically!
    You will need TextFX plugin.
     
    SQL:
    I am using Heidi SQL to edit my databases. Any other tool is very well capable of doing the same job well. I just love filtering on heidi. It's also free.
    This is by no means targeted towards advanced users, beginners only. If you are advanced user and dislike the method, please share your method instead for all of us to learn from.
    I am not sharing actual SQL code because database names differs for different hosts, also I think notepad++ tricks are awesome thing to know, might be handy in future.
    In fact If database structure ever changes, you can reuse tricks learned here instead to update it quickly.
     
    Overwatch vehicles used in video:



    Alternative list of all Overwatch weapons/ammo/vehicles (Test out your new Notepad++ skill and convert it into SQL!)
    PROTIP: if using alternative list - to filter out ammo from weapons Write Ammo Type: in search, leave search window open. Then create macro:
    [Home] > [F3] > [shift]+[END] > [DEL] > [Down] > [Home]
    This will delete last part on all rows that says ammo and leave weapons only. Apply similar method to delete weapons instead.
     
    Credits and [How to] Install server: infiSTAR for awesome AH/Admin tool
     

     
    00:00 - 20:00 Adding traders 20:00 - 35:05 Notepad++ filtering out the junk 35:05 - 36:40 Notepad++ TextFX deleting duplicate rows 36:40 - 41:55 Notepad++ Seperating ammo from weapons using macros 41:55 - 57:42 Converting classnames into SQL query (adding stuff to traders in database) 57:42 - Final in-game test
  7. Like
    raymix got a reaction from Glenn in Adding stuff to traders.   
    Make sure you are in "Data" tab, and use "Filters" on top right to find what you are looking for. Then simply right click the row you want to delete and "Delete row". Skip trough to see me working with Heidi, see if you find some useful tricks, it includes adding and deleting single rows as well as adding items in bulk.
  8. Like
    raymix reacted to Charlatan in Ghost of Chernarus Map Pack finally finished !   
    Heya,
     
    I just wanted to announce here that my map-pack project "Ghost of Chernarus" is no longer WIP., the planned maps are finally finished.
    There is still another part that will be made, a large A.I. Stronghold to be exact, but its not directly part of that Map Pack.
     
    Since I am only mapping here, I'm searching people well-versed in the setup of custom AI guards and/or database-compatible vehicles.
     
     
    Here's the links:
     
    Map-Pack Overview and Screenshots: http://www.charlatan.at/DayZ/GOC.pdf
     
    The Map-Pack: http://www.charlatan.at/DayZ/GOC.rar
     
    The old WIP Topic:
     
     
    Feel free to send me a P.M. if you are interested and can:
     
    => Set up proper NPC enemies both stationary and patrolling
     
    or
     
    => Know how to add editor-placed vehicles to the database so they don't explode
  9. Like
    raymix got a reaction from AnthonyJr in [Tutorial] Overpoch - Custom traders, all weapons/ammo/vehicles in menus   
    This Video Tutorial covers:
    Add custom Traders anywhere on map
    Find positions on map (also covering safezones/sensors a little bit)
    Add your own custom Menus to traders
    Add all Overwatch weapons, ammo and vehicles to your menus
    Use notepad++ to convert Loot CFG (or literary ANY) file into SQL query that you can to insert items faster into database.
     
    Notepad++ tricks:
    I will show you some cool tricks how to clean out junk data from files, filter out only stuff you need and convert it into a different code that can be used elsewhere.
    In this video I will be using Macros, TextFX and Find&Replace options to show you awesome stuff you can do with notepad++ to affect thousands of lines automatically!
    You will need TextFX plugin.
     
    SQL:
    I am using Heidi SQL to edit my databases. Any other tool is very well capable of doing the same job well. I just love filtering on heidi. It's also free.
    This is by no means targeted towards advanced users, beginners only. If you are advanced user and dislike the method, please share your method instead for all of us to learn from.
    I am not sharing actual SQL code because database names differs for different hosts, also I think notepad++ tricks are awesome thing to know, might be handy in future.
    In fact If database structure ever changes, you can reuse tricks learned here instead to update it quickly.
     
    Overwatch vehicles used in video:



    Alternative list of all Overwatch weapons/ammo/vehicles (Test out your new Notepad++ skill and convert it into SQL!)
    PROTIP: if using alternative list - to filter out ammo from weapons Write Ammo Type: in search, leave search window open. Then create macro:
    [Home] > [F3] > [shift]+[END] > [DEL] > [Down] > [Home]
    This will delete last part on all rows that says ammo and leave weapons only. Apply similar method to delete weapons instead.
     
    Credits and [How to] Install server: infiSTAR for awesome AH/Admin tool
     

     
    00:00 - 20:00 Adding traders 20:00 - 35:05 Notepad++ filtering out the junk 35:05 - 36:40 Notepad++ TextFX deleting duplicate rows 36:40 - 41:55 Notepad++ Seperating ammo from weapons using macros 41:55 - 57:42 Converting classnames into SQL query (adding stuff to traders in database) 57:42 - Final in-game test
  10. Like
    raymix got a reaction from qane in [Tutorial] Overpoch - Custom traders, all weapons/ammo/vehicles in menus   
    This Video Tutorial covers:
    Add custom Traders anywhere on map
    Find positions on map (also covering safezones/sensors a little bit)
    Add your own custom Menus to traders
    Add all Overwatch weapons, ammo and vehicles to your menus
    Use notepad++ to convert Loot CFG (or literary ANY) file into SQL query that you can to insert items faster into database.
     
    Notepad++ tricks:
    I will show you some cool tricks how to clean out junk data from files, filter out only stuff you need and convert it into a different code that can be used elsewhere.
    In this video I will be using Macros, TextFX and Find&Replace options to show you awesome stuff you can do with notepad++ to affect thousands of lines automatically!
    You will need TextFX plugin.
     
    SQL:
    I am using Heidi SQL to edit my databases. Any other tool is very well capable of doing the same job well. I just love filtering on heidi. It's also free.
    This is by no means targeted towards advanced users, beginners only. If you are advanced user and dislike the method, please share your method instead for all of us to learn from.
    I am not sharing actual SQL code because database names differs for different hosts, also I think notepad++ tricks are awesome thing to know, might be handy in future.
    In fact If database structure ever changes, you can reuse tricks learned here instead to update it quickly.
     
    Overwatch vehicles used in video:



    Alternative list of all Overwatch weapons/ammo/vehicles (Test out your new Notepad++ skill and convert it into SQL!)
    PROTIP: if using alternative list - to filter out ammo from weapons Write Ammo Type: in search, leave search window open. Then create macro:
    [Home] > [F3] > [shift]+[END] > [DEL] > [Down] > [Home]
    This will delete last part on all rows that says ammo and leave weapons only. Apply similar method to delete weapons instead.
     
    Credits and [How to] Install server: infiSTAR for awesome AH/Admin tool
     

     
    00:00 - 20:00 Adding traders 20:00 - 35:05 Notepad++ filtering out the junk 35:05 - 36:40 Notepad++ TextFX deleting duplicate rows 36:40 - 41:55 Notepad++ Seperating ammo from weapons using macros 41:55 - 57:42 Converting classnames into SQL query (adding stuff to traders in database) 57:42 - Final in-game test
  11. Like
    raymix got a reaction from Container in [Tutorial] Overpoch - Custom traders, all weapons/ammo/vehicles in menus   
    This Video Tutorial covers:
    Add custom Traders anywhere on map
    Find positions on map (also covering safezones/sensors a little bit)
    Add your own custom Menus to traders
    Add all Overwatch weapons, ammo and vehicles to your menus
    Use notepad++ to convert Loot CFG (or literary ANY) file into SQL query that you can to insert items faster into database.
     
    Notepad++ tricks:
    I will show you some cool tricks how to clean out junk data from files, filter out only stuff you need and convert it into a different code that can be used elsewhere.
    In this video I will be using Macros, TextFX and Find&Replace options to show you awesome stuff you can do with notepad++ to affect thousands of lines automatically!
    You will need TextFX plugin.
     
    SQL:
    I am using Heidi SQL to edit my databases. Any other tool is very well capable of doing the same job well. I just love filtering on heidi. It's also free.
    This is by no means targeted towards advanced users, beginners only. If you are advanced user and dislike the method, please share your method instead for all of us to learn from.
    I am not sharing actual SQL code because database names differs for different hosts, also I think notepad++ tricks are awesome thing to know, might be handy in future.
    In fact If database structure ever changes, you can reuse tricks learned here instead to update it quickly.
     
    Overwatch vehicles used in video:



    Alternative list of all Overwatch weapons/ammo/vehicles (Test out your new Notepad++ skill and convert it into SQL!)
    PROTIP: if using alternative list - to filter out ammo from weapons Write Ammo Type: in search, leave search window open. Then create macro:
    [Home] > [F3] > [shift]+[END] > [DEL] > [Down] > [Home]
    This will delete last part on all rows that says ammo and leave weapons only. Apply similar method to delete weapons instead.
     
    Credits and [How to] Install server: infiSTAR for awesome AH/Admin tool
     

     
    00:00 - 20:00 Adding traders 20:00 - 35:05 Notepad++ filtering out the junk 35:05 - 36:40 Notepad++ TextFX deleting duplicate rows 36:40 - 41:55 Notepad++ Seperating ammo from weapons using macros 41:55 - 57:42 Converting classnames into SQL query (adding stuff to traders in database) 57:42 - Final in-game test
  12. Like
    raymix got a reaction from Cinjun in [Tutorial] Overpoch - Custom traders, all weapons/ammo/vehicles in menus   
    This Video Tutorial covers:
    Add custom Traders anywhere on map
    Find positions on map (also covering safezones/sensors a little bit)
    Add your own custom Menus to traders
    Add all Overwatch weapons, ammo and vehicles to your menus
    Use notepad++ to convert Loot CFG (or literary ANY) file into SQL query that you can to insert items faster into database.
     
    Notepad++ tricks:
    I will show you some cool tricks how to clean out junk data from files, filter out only stuff you need and convert it into a different code that can be used elsewhere.
    In this video I will be using Macros, TextFX and Find&Replace options to show you awesome stuff you can do with notepad++ to affect thousands of lines automatically!
    You will need TextFX plugin.
     
    SQL:
    I am using Heidi SQL to edit my databases. Any other tool is very well capable of doing the same job well. I just love filtering on heidi. It's also free.
    This is by no means targeted towards advanced users, beginners only. If you are advanced user and dislike the method, please share your method instead for all of us to learn from.
    I am not sharing actual SQL code because database names differs for different hosts, also I think notepad++ tricks are awesome thing to know, might be handy in future.
    In fact If database structure ever changes, you can reuse tricks learned here instead to update it quickly.
     
    Overwatch vehicles used in video:



    Alternative list of all Overwatch weapons/ammo/vehicles (Test out your new Notepad++ skill and convert it into SQL!)
    PROTIP: if using alternative list - to filter out ammo from weapons Write Ammo Type: in search, leave search window open. Then create macro:
    [Home] > [F3] > [shift]+[END] > [DEL] > [Down] > [Home]
    This will delete last part on all rows that says ammo and leave weapons only. Apply similar method to delete weapons instead.
     
    Credits and [How to] Install server: infiSTAR for awesome AH/Admin tool
     

     
    00:00 - 20:00 Adding traders 20:00 - 35:05 Notepad++ filtering out the junk 35:05 - 36:40 Notepad++ TextFX deleting duplicate rows 36:40 - 41:55 Notepad++ Seperating ammo from weapons using macros 41:55 - 57:42 Converting classnames into SQL query (adding stuff to traders in database) 57:42 - Final in-game test
  13. Like
    raymix got a reaction from Marshy in [Tutorial] Overpoch - Custom traders, all weapons/ammo/vehicles in menus   
    This Video Tutorial covers:
    Add custom Traders anywhere on map
    Find positions on map (also covering safezones/sensors a little bit)
    Add your own custom Menus to traders
    Add all Overwatch weapons, ammo and vehicles to your menus
    Use notepad++ to convert Loot CFG (or literary ANY) file into SQL query that you can to insert items faster into database.
     
    Notepad++ tricks:
    I will show you some cool tricks how to clean out junk data from files, filter out only stuff you need and convert it into a different code that can be used elsewhere.
    In this video I will be using Macros, TextFX and Find&Replace options to show you awesome stuff you can do with notepad++ to affect thousands of lines automatically!
    You will need TextFX plugin.
     
    SQL:
    I am using Heidi SQL to edit my databases. Any other tool is very well capable of doing the same job well. I just love filtering on heidi. It's also free.
    This is by no means targeted towards advanced users, beginners only. If you are advanced user and dislike the method, please share your method instead for all of us to learn from.
    I am not sharing actual SQL code because database names differs for different hosts, also I think notepad++ tricks are awesome thing to know, might be handy in future.
    In fact If database structure ever changes, you can reuse tricks learned here instead to update it quickly.
     
    Overwatch vehicles used in video:



    Alternative list of all Overwatch weapons/ammo/vehicles (Test out your new Notepad++ skill and convert it into SQL!)
    PROTIP: if using alternative list - to filter out ammo from weapons Write Ammo Type: in search, leave search window open. Then create macro:
    [Home] > [F3] > [shift]+[END] > [DEL] > [Down] > [Home]
    This will delete last part on all rows that says ammo and leave weapons only. Apply similar method to delete weapons instead.
     
    Credits and [How to] Install server: infiSTAR for awesome AH/Admin tool
     

     
    00:00 - 20:00 Adding traders 20:00 - 35:05 Notepad++ filtering out the junk 35:05 - 36:40 Notepad++ TextFX deleting duplicate rows 36:40 - 41:55 Notepad++ Seperating ammo from weapons using macros 41:55 - 57:42 Converting classnames into SQL query (adding stuff to traders in database) 57:42 - Final in-game test
  14. Like
    raymix reacted to PetuniaEpoch in [WIP] DZEi - Epoch interior (updated 4/07/04)   
    Cool!
     
    Need any help with testing etc, just say the word :D
     
     
  15. Like
    raymix got a reaction from PetuniaEpoch in [WIP] DZEi - Epoch interior (updated 4/07/04)   
    Thanks, mate. All of the bugs in video has been fixed as of yesterday, currently helping my mate setting up overpoch server and will continue with scripts on this
    There will be new video showing actual building soon
  16. Like
    raymix got a reaction from hogscraper in [WIP] DZEi - Epoch interior (updated 4/07/04)   
    Download Snap: GitHub
     
    Quick Update 2 (July 4th) - Full support for water, code optimization, all known bugs fixed, menus and snapping fully functional as intended.
    Quick Update (July 4th) - Support for water added.
     
    Quick Update (July 2nd) - Download the code from GitHub, Safe to use snap building on live servers. Any suggestions, bug reports or fixes are welcome. I couldn't come up with better name for mod, so yeah, there's that.
    A small tutorial tip will pop up first time client builds something, it is disabled afterwards, so runs only once per log in, however if you still want to disable it, add this somewhere in your init.sqf:
     
    Update #3 (July 1st) - Snap Build and code walk-trough 
     
    Here's snap building in action.

     
    Probably unusual video, but damn I wish someone else did something like this when I started on coding, would have saved me days of headache!
    Code is now changed quite a bit, however video still explains bits and peaces of how and why it works.

     
    Update #2 (June 17) - Extended build



     
    Update #1 (June 02) - Object export (all broken LODs in video are fixed now)



  17. Like
    raymix reacted to PetuniaEpoch in [WIP] DZEi - Epoch interior (updated 4/07/04)   
    Hey Raymix!
     
    VERY very cool! Love it!
     
    Keep up the good work man, this is looking awesome!
  18. Like
    raymix got a reaction from Creep in [WIP] DZEi - Epoch interior (updated 4/07/04)   
    Download Snap: GitHub
     
    Quick Update 2 (July 4th) - Full support for water, code optimization, all known bugs fixed, menus and snapping fully functional as intended.
    Quick Update (July 4th) - Support for water added.
     
    Quick Update (July 2nd) - Download the code from GitHub, Safe to use snap building on live servers. Any suggestions, bug reports or fixes are welcome. I couldn't come up with better name for mod, so yeah, there's that.
    A small tutorial tip will pop up first time client builds something, it is disabled afterwards, so runs only once per log in, however if you still want to disable it, add this somewhere in your init.sqf:
     
    Update #3 (July 1st) - Snap Build and code walk-trough 
     
    Here's snap building in action.

     
    Probably unusual video, but damn I wish someone else did something like this when I started on coding, would have saved me days of headache!
    Code is now changed quite a bit, however video still explains bits and peaces of how and why it works.

     
    Update #2 (June 17) - Extended build



     
    Update #1 (June 02) - Object export (all broken LODs in video are fixed now)



  19. Like
    raymix got a reaction from lmapper in [WIP] DZEi - Epoch interior (updated 4/07/04)   
    Download Snap: GitHub
     
    Quick Update 2 (July 4th) - Full support for water, code optimization, all known bugs fixed, menus and snapping fully functional as intended.
    Quick Update (July 4th) - Support for water added.
     
    Quick Update (July 2nd) - Download the code from GitHub, Safe to use snap building on live servers. Any suggestions, bug reports or fixes are welcome. I couldn't come up with better name for mod, so yeah, there's that.
    A small tutorial tip will pop up first time client builds something, it is disabled afterwards, so runs only once per log in, however if you still want to disable it, add this somewhere in your init.sqf:
     
    Update #3 (July 1st) - Snap Build and code walk-trough 
     
    Here's snap building in action.

     
    Probably unusual video, but damn I wish someone else did something like this when I started on coding, would have saved me days of headache!
    Code is now changed quite a bit, however video still explains bits and peaces of how and why it works.

     
    Update #2 (June 17) - Extended build



     
    Update #1 (June 02) - Object export (all broken LODs in video are fixed now)



  20. Like
    raymix reacted to NoxSicarius in [Release] Epoch Admin Tools V1.10.0   
    That will be my next look then. I am just making an improvement to the crates right now. They will work a bit better, not interfere with other times, and not get stuck if no time is selected.
     
    The F keys will take a little longer than expected. I don't know why they are not working properly.
  21. Like
    raymix reacted to NoxSicarius in [Release] Epoch Admin Tools V1.10.0   
    NOTICE For those who want to use this in 1.0.6
    Instead of using this one, I suggest visiting the following thread for game version 1.0.6 and up
     
    The tools are partially updated for the new release. Most features are working so far and it can be downloaded from here (follow the readme for install): https://github.com/noxsicarius/Epoch-Admin-Tools/tree/TestBranch

     
     
    IMPORTANT:
    Under NO circumstances should you download this tool from a different source. I have been notified of numerous virus downloads listed as my work (usually second page of google and farther). I have petitioned to have all of the ones I know of blacklisted and have sent virus profiles to all major antivirus companies. If you find a .exe in any work claiming to be mine, it is a virus and should be shredded. 
    Please only download from MY github link or the links in this post.
    My github repo will NEVER be removed and if I leave the project and someone wishes to take over, they will be given rights to the repo.
     
    Features:
     
    For help with Administration:
    Multiple Admin levels Spectate players "Display code" for locked vaults/doors "Create key" for vehicles with lost keys Force lock and unlock vehicles without keys Base Destruction - Destroy all buildables/vehicles within a customizable radius Spawnable crates with weapons, items, and supplies Spawn locked or temporary vehicles via the menu or a custom-made graphical vehicle menu (screenshot) Other features:
    Godmode Teleport self (or others to you) Flying Invisibility Delete and repair/refuel vehicle on crosshairs ESP - display players, zombies, safes, tents, vehicles, and AI on the map ...and more! Installation, changes, additional information, FAQ, credits, issues and everything else can be found at the project page on Github:

    Epoch Admin Tools on GitHub
    Click here for an install tutorial video for the tool
    I have been informed that some places block GitHub, so here are direct links hosted by me:
    Newest full release: https://www.dropbox.com/s/pjvj07u5yemo7we/Epoch-Admin-Tools-master.zip?dl=0
    Beta build: https://www.dropbox.com/s/xm6t1k3gvp3t8ex/Epoch-Admin-Tools-TestBranch.zip?dl=0


    If you have an improvement you would like to add, make a pull request and make these tools even better!


    Error Reporting:
     
    BEFORE posting an issue on Github or on this forum:
    If you think you might have installed it incorrectly, follow the YouTube Video Install Tutorial Try reinstalling the tool. You more than likely missed something important. Do a quick search on this forum for a fix to your problem. Check your server's RPT log for errors. This will identify 99% of problems with the menu. Be ready to copy/paste the RPT log into Pastebin or Gist in an issue or in the discussion forum for help with troubleshooting. If your problem persists after doing the above:
    Open your arma2oaserver.rpt file in a text editor and copy/paste the RPT log into Pastebin and post your issue in this forum with the rpt log. If you post something like "It doesn't work" I will not acknowledge you. Not giving all possible details in the first post simply makes it take longer to resolve and will waste everyone's time. I am hard pressed for time these days so if you won't take the initiative to provide information, I won't ask for it either. I am not trying to be mean, but I am quite tired of getting 5 or less word posts that provide no information other than this person has some kind of problem somewhere on their server that may or may not be related to this mod. If the problem you are posting is a bug and not a general install problem then post it to this forum AND to the github issues page.  
    I have been asked by someone if they can donate to the project so I am adding the link here.
     
     
    I have invested a good deal of time into this so if you find it useful please give a little donation.
    (DONATE)
    I also accept Crypto Currency: 
    Bitcoin: 1GkzMzwnVwVpnUCVFaAyLDsgD9cqSfigdm
    Litecoin: LbUrUxXzA557VeTWXM8jP7hNf3uZHEqW5b
     
    A sincere thanks to those who made a monetary contribution to this project: calamity, CRHASH, BMovieQueen, zixxel, 8BitSigdom, Anarior, f3cuk, Caveman1, Nathan, [member=WootyWoop], [member=Terrance Smith]
    A huge thanks to those who make the community a better place by answering questions on this project: @juandayz, @EditedSnowHD
    Please leave your name in a note if you donate so that I can list you above.
  22. Like
    raymix reacted to Dwarfer in [EMS 0.3] 1.63 (112555) RPT Errors   
    Hi,
     
    I've been slowly modding some of the files to fix the errors with the 112555 update with the change on the nil value.
     
    I have been fixing some from my own and from other peoples posts.  I've started this to track some of them to make it easy for people to find.
     
    FIXED
     
    @DayZ_Epoch_Server\addons\dayz_server\EMS\Missions\Major\SM8.sqf
     
    Under line 10 "_missName = "C-130 Crash";" add the following
    //DZMSFindPos loops BIS_fnc_findSafePos until it gets a valid result _coords = call DZMSFindPos; @DayZ_Epoch_Server\addons\dayz_server\EMS\Scripts\DZMSAISpawn.sqf
     
    Change line 8 to include the "_aicskill" declaration in the private function private ["_aicskill","_position","_unitcount","_skill","_wpRadius","_xpos","_ypos","_unitGroup","_aiskin","_unit","_weapon","_magazine","_wppos1","_wppos2","_wppos3","_wppos4","_wp1","_wp2","_wp3","_wp4","_wpfin"]; Not FIXED
     
    @DayZ_Epoch_Server\addons\dayz_server\EMS\DZMSFunctions.sqf
    https://github.com/TheFuchs/EMS-0.3/blob/master/EMS/DZMSFunctions.sqf
     
     
     
    This one I cannot see what is wrong with the code as everything is declared fine..
     
    @DayZ_Epoch_Server\addons\dayz_server\EMS\Scripts\DZMSAISpawn.sqf
    https://github.com/TheFuchs/EMS-0.3/blob/master/EMS/Scripts/DZMSAISpawn.sqf
     
     
    This one I cannot see what is wrong with the code as everything is declared fine..
        These are the ones I have found so far.  The two fixes do work and do stop spanning the logs.  if anyone else has any other let me know I will put up the top for easy findings.   Thanks
  23. Like
    raymix got a reaction from hambeast in [TUTORIAL] How to use Public Variables   
    Very eager to see what you post in security part, as it is first thing I usually think of whenever I do something (apart from performance).
    Also - high five for the avatar, best series ever. Period.
  24. Like
    raymix got a reaction from hambeast in [TUTORIAL] How to use Public Variables   
    It's not shit, it's chocolate, look!
  25. Like
    raymix reacted to hambeast in [TUTORIAL] How to use Public Variables   
    did you try turning it off and on again?
×
×
  • Create New...