+ Reply to Thread
Page 10 of 37 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 364
Like Tree3Likes

Thread: Unofficial Wire-Extras SVN (UWSVN)

  1. #91
    GMP
    GMP is offline
    Wire Noob GMP's Avatar
    Join Date
    Aug 2008
    Location
    GLua.net
    Posts
    4

    Default Re: Unofficial Wire-Extras SVN (UWSVN)

    This has been added to GLua.net :<

  2. #92
    Wire Sofaking -=Fox=-'s Avatar
    Join Date
    Feb 2007
    Location
    Somewhere in my Mind...
    Posts
    1,846
    Blog Entries
    7

    Default Re: Unofficial Wire-Extras SVN (UWSVN)

    As long as it's up to date... it shouldn't matter too much. But you should always use SVN, it's safer and guaranteed to be up-to-date!
    http://tiny.cc/OMFGWTFBBQ

    Best People On Wiremod!

    Black Phoenix, Azrael, Jat Goodwin, Magos Mechanicus, ITSBTH, Fizyk, g33v3s,tuusita, InfectiousFight, ief015

    Pointless things that are pointless, are pointlessly pointless, therefore pointlessness is pointless.
    So pointlessly pointing out the pointlessness of this pointless signature is utterly pointless.
    My IQ is 123

  3. #93
    Have plane will travel Anticept's Avatar
    Join Date
    Feb 2008
    Location
    Ohio, USA
    Posts
    1,503

    Default Re: Unofficial Wire-Extras SVN (UWSVN)

    GMP: As a recommendation for your serverside bandwidth, you might want to figure out a way to use a "changed files" system (packs the changed files up to 5 versions to the latest). Not sure how you would inform the downloaders (maybe generate and pack a Version.txt file containing the revision to each zip?). Also, have your page display the current SVN version, and the date and time it was last updated.

    Also, fox, I just noticed I never gave you UWSVN commit. If you want it, PM me with a username and password combination (alphanumeric, 6 chars min)
    Last edited by Anticept; 10-15-2008 at 02:47 AM.
    "You can only tie the record for flying low."

  4. #94
    GMP
    GMP is offline
    Wire Noob GMP's Avatar
    Join Date
    Aug 2008
    Location
    GLua.net
    Posts
    4

    Default Re: Unofficial Wire-Extras SVN (UWSVN)

    like some sort of versioning system? :<

    I thought about it, but how would you handle deletes, etc?

    The page already displays the current SVN Revision.

  5. #95
    Have plane will travel Anticept's Avatar
    Join Date
    Feb 2008
    Location
    Ohio, USA
    Posts
    1,503

    Default Re: Unofficial Wire-Extras SVN (UWSVN)

    Add a cleanup.bat file? :P

    It is complicated indeed :<.
    "You can only tie the record for flying low."

  6. #96
    Wire Amateur kjiad's Avatar
    Join Date
    Oct 2008
    Posts
    47

    Default Re: Unofficial Wire-Extras SVN (UWSVN)

    When I have this addon installed, four "empty" entities appear on the entities tab. Three are at the top, not in any category. One of them is in the "Others" category.

    To make sure they were coming from wire-extras, I cleaned out garrysmod, and had only the wire addon installed, nothing unusual in entities. Then I added wire-extras, they re-appeared.

    Mouse hovering over them reveals nothing useful for searching for the offending file, so I'm not sure which tool is causing this.

    Since one of them is in the the "Others" category; if I knew what the code looked like, that assigns an entity to that category, I could search for that. Though I wasn't able to identify that looking at code from entities I knew that showed up there.

    Thank you.

  7. #97
    Lifetime Supporter shadowkeeper's Avatar
    Join Date
    Jul 2007
    Location
    Heffen, Belgium
    Posts
    478

    Default Re: Unofficial Wire-Extras SVN (UWSVN)

    Where they end up is if I'm not mistaken dependant on entity base and entity category ('ENT.Base = ""' and 'ENT.Category = ""' in shared.lua)
    look for entities that have "ENT.AdminSpawnable" or "ENT.Spawnable" set to true, make sure both are false since most entities in the UWSVN aren't designed to be spawned outside of their tools environment anyway.
    I am nowhere, yet I am everywhere, I am the eyes that don't see but see all, I am therefore I live


  8. #98
    Wirererer Free Fall's Avatar
    Join Date
    Dec 2007
    Location
    Got digitalized and now lives in his PC's RAM
    Posts
    349

    Default Re: Unofficial Wire-Extras SVN (UWSVN)

    well, you are right, shadowkeeper, it's all about the

    Code:
    ENT.Spawnable            = false
    ENT.AdminSpawnable        = false
    Lines in the shared.lua

    So, I just went over all shared.lua's of the entities in the UWSVN, added those lines if missing, and corrected a few that had
    Code:
    "false"
    instead of just
    Code:
    false
    After I reloaded the map, those "mysterious" entities disappeared. Changes were commited into the UWSVN. Just update, and you are fine.
    Needz moar Lua

  9. #99
    Wire Amateur kjiad's Avatar
    Join Date
    Oct 2008
    Posts
    47

    Default Re: Unofficial Wire-Extras SVN (UWSVN)

    Verified, they are gone now. Thanks! That helped me fix another mod with the same issue.

  10. #100
    Wire Sofaking -=Fox=-'s Avatar
    Join Date
    Feb 2007
    Location
    Somewhere in my Mind...
    Posts
    1,846
    Blog Entries
    7

    Default Re: Unofficial Wire-Extras SVN (UWSVN)

    Just a question...

    Would it be so hard if we could get some documentation on the Extras!?!? I'm running into this stuff and I look it up and, its like it doesn't exist...

    So can people start running documentation on the stuff they make for the Extras SVN? Perhaps a thread started where we can plug-in information about that stuff...

    It's just driving me nuts. :lol:
    (like Dynamic Memory, it can be freaking huge... how do you use it? What's the persistent option?)
    http://tiny.cc/OMFGWTFBBQ

    Best People On Wiremod!

    Black Phoenix, Azrael, Jat Goodwin, Magos Mechanicus, ITSBTH, Fizyk, g33v3s,tuusita, InfectiousFight, ief015

    Pointless things that are pointless, are pointlessly pointless, therefore pointlessness is pointless.
    So pointlessly pointing out the pointlessness of this pointless signature is utterly pointless.
    My IQ is 123

+ Reply to Thread
Page 10 of 37 FirstFirst ... 8910111220 ... LastLast

LinkBacks (?)

  1. 06-13-2010, 08:31 AM
  2. 06-11-2010, 04:44 PM
  3. 03-15-2010, 05:25 PM
  4. 03-14-2010, 08:24 PM
  5. 03-01-2010, 04:58 PM
  6. 02-27-2010, 08:03 PM
  7. 02-23-2010, 12:22 PM
  8. 02-23-2010, 12:15 PM
  9. 02-23-2010, 04:15 AM
  10. 02-15-2010, 07:21 AM
  11. 02-11-2010, 11:19 AM
  12. 02-10-2010, 04:51 PM
  13. 02-09-2010, 02:57 PM
  14. 02-09-2010, 06:32 AM
  15. 02-03-2010, 12:00 PM
  16. 02-03-2010, 05:21 AM
  17. 02-03-2010, 05:04 AM
  18. 01-29-2010, 07:58 PM
  19. 01-29-2010, 12:49 PM
  20. 01-29-2010, 11:41 AM
  21. 01-27-2010, 09:09 AM
  22. 01-27-2010, 08:51 AM

Similar Threads

  1. UWSVN Servos Need to be Fixed
    By AphisNano in forum Bug Reports
    Replies: 6
    Last Post: 03-17-2010, 08:02 AM
  2. Wire Extras repository?
    By Anticept in forum Wiremod General Chat
    Replies: 13
    Last Post: 07-07-2008, 05:59 AM
  3. Unofficial Wire challenges
    By ace1313 in forum Ideas & Suggestions
    Replies: 1
    Last Post: 05-21-2007, 12:39 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
proceed-collector
proceed-collector
proceed-collector
proceed-collector
linguistic-parrots
linguistic-parrots
linguistic-parrots
linguistic-parrots