+makgonz Posted April 5, 2019 Share Posted April 5, 2019 I have created a mesage using the players name, but after that I want to ask 5 questions. Which are completed. I've tested it out and figured it out a little. It goes to the fist question but will not go anywhere else after that. How do I create this? Quote Link to comment
+ZenGuru Posted April 6, 2019 Share Posted April 6, 2019 Not sure how you do this with Urwigo, but basically you need to add it to your Wherigo source file with a zmedia statement. An example from one of my own wherigos would be: zmediaSignal = Wherigo.ZMedia(cartCarlitoLoop) zmediaSignal.Name="Signal" zmediaSignal.Description="Signal The Frog" zmediaSignal.AltText="" zmediaSignal.Id="7cbd7233-96a4-4dd6-be34-7051581cdd01" zmediaSignal.Resources = { { Type = "jpg", Filename = "signal resize.jpg", Directives = {},}, } Once you have this, you can then reference the picture in the code where you need it with a .media statement. Quote Link to comment
De GC-lopers Posted April 7, 2019 Share Posted April 7, 2019 On 4/5/2019 at 2:20 PM, makgonz said: I semi searched through this thread. How do I add pics to the Wherigo? You have to go to view--> media --> new Item and then you can select an image to add. It is now available in the program and you can add is to certain zones, characters, messages,... Don't hesitate do ask if you have further questions Quote Link to comment
+Delta68 Posted May 17, 2019 Share Posted May 17, 2019 Can anyone answer my question here?https://forums.geocaching.com/GC/index.php?/topic/352105-urwigo-how-do-i-use-undocumented-properties-and-pass-parameters-to-functions/ Thanks Quote Link to comment
+Delta68 Posted May 30, 2019 Share Posted May 30, 2019 Does anyone still write Wherigos using Urwigo? I cannot say how disappointed I am with it. I from 2008 to 2015 I used the Groundspeak builder but it no longer works on the new computer I have so I thought I'd try to use Urwigo instead. I give up! It looks nice but I find it virtually unusable for anything but the most simple of cartridges. Quote Link to comment
+Dabtec Posted June 11, 2019 Share Posted June 11, 2019 Just started out with my first cartridge using Urwigo. I have a number of characters and I want to separate gameplay depending on the characters selected. Would an If/Else statement manage this? I have 4 main characters so for instance if A or B are in the inventory, set zone West active. If C or D are in the inventory, set zone East active. Grateful for any pointers Quote Link to comment
Bad-Mark Posted June 12, 2019 Share Posted June 12, 2019 Hello, is anyone here was able to integrate the IsFromMockProvider() expression to cartridge? I want to check if player is using the fake GPS app to play from couch!! 1 Quote Link to comment
Bad-Mark Posted June 12, 2019 Share Posted June 12, 2019 On 5/30/2019 at 9:27 PM, Delta68 said: Does anyone still write Wherigos using Urwigo? I cannot say how disappointed I am with it. I from 2008 to 2015 I used the Groundspeak builder but it no longer works on the new computer I have so I thought I'd try to use Urwigo instead. I give up! It looks nice but I find it virtually unusable for anything but the most simple of cartridges. I am using Urwigo. And it is perfect Quote Link to comment
+Dabtec Posted June 15, 2019 Share Posted June 15, 2019 OK, so solved the above issue but have now found another. In the cartridge the player is asked to select 1 character from 4 which is then added to player. In a later zone one of the selected characters dies. How do I deal with the selected character. I have tried 'If' player contains (character name), followed by death scene. I can repeat this 4 times to cover the 4 options for the selected character but cannot find a way to use the 'Else' condition. Is there another /better way to write this? Quote Link to comment
+Vooruit! Posted June 17, 2019 Share Posted June 17, 2019 On 5/30/2019 at 9:27 PM, Delta68 said: Does anyone still write Wherigos using Urwigo? I cannot say how disappointed I am with it. I from 2008 to 2015 I used the Groundspeak builder but it no longer works on the new computer I have so I thought I'd try to use Urwigo instead. I give up! It looks nice but I find it virtually unusable for anything but the most simple of cartridges. It might help if you supply what exactly you find limiting. Urwigo is the one and only tool I've ever used for creating Wherigos, and I don't feel limited at all by it. Of course the whole Wherigo platform is one big developer's nightmare anyway, but I don't blame the tool for that. Quote Link to comment
+EJKPBR Posted July 10, 2019 Share Posted July 10, 2019 Does anyone have a sample TIMED cartridge I could reverse engineer? I'm trying to build a cart where you have to race around a circle track and pass through zones all the way to the finish line. So for example I rode my bike around the track in 2 minutes and I want to have others have to complete the track in the same time or less ... But to make sure they actually go around the track I have set up zones in various spots along the track. So they would have to pass through all 4 zones before making it back to the finish line/start line. I'd also like to keep track of a leaders board if possible and actually show a countdown clock. Is any of this doable? Quote Link to comment
Ranger Fox Posted July 14, 2019 Share Posted July 14, 2019 I have "Run to the Outback". It's open source. You have to make it on the trail to the next checkpoint within a certain amount of time. If you don't, you have to walk back to the last checkpoint and try again. I calculated the times by running on the trail, keeping a tracklog on my GPSr. I then added something like 50%. In later years, I updated the cartridge, adding an additional 25% or 50% on top of that to make it even easier for people, though no one complained or noticed. 1 Quote Link to comment
+EJKPBR Posted July 22, 2019 Share Posted July 22, 2019 On 7/14/2019 at 6:39 PM, Ranger Fox said: I have "Run to the Outback". It's open source. You have to make it on the trail to the next checkpoint within a certain amount of time. If you don't, you have to walk back to the last checkpoint and try again. I calculated the times by running on the trail, keeping a tracklog on my GPSr. I then added something like 50%. In later years, I updated the cartridge, adding an additional 25% or 50% on top of that to make it even easier for people, though no one complained or noticed. How do I get a copy? Quote Link to comment
Ranger Fox Posted July 22, 2019 Share Posted July 22, 2019 1 minute ago, EJKPBR said: How do I get a copy? Go to the cartridge listing’s page and click to download the source code from the left column. http://www.Wherigo.com/cartridge/details.aspx?CGUID=d9e10085-f9aa-4ead-a757-0884d7ca9197 Quote Link to comment
+EJKPBR Posted July 22, 2019 Share Posted July 22, 2019 Thanks so much. I found the page but had never noticed the download source option before. I can't wait to get this thing built. Quote Link to comment
+EJKPBR Posted July 22, 2019 Share Posted July 22, 2019 So I downloaded the source. Changed the file extension to zip Imported the lua into Urwigo But I think many of the functions are missing. I don't see how the timer is associated with any of the zones. Is there a more preferred method of deconstructing this cart? Quote Link to comment
Ranger Fox Posted July 24, 2019 Share Posted July 24, 2019 I don’t think I used a lot of author script for that one. Have you looked into the timers’ events? Quote Link to comment
+EJKPBR Posted July 26, 2019 Share Posted July 26, 2019 (edited) All the timers events say "unhandled" Edited July 26, 2019 by EJKPBR Quote Link to comment
+Speurneuz Posted August 17, 2019 Share Posted August 17, 2019 HI, i just started Urwigo to write a cardridge. I like the look and feel! I am missing a well documented manuel though... I am trying to populate the [Input choices] based on random desicions and players actions in an earlier stage. The choices i want to offer the player i will derive from variables etc (not important for my question). So how can i present the player her/his/its/.. choices without me typing them in the [Input choices] window at Inputs ? Many thanks!!! I'm having a great time building!! Speurneuz Quote Link to comment
+Speurneuz Posted August 17, 2019 Share Posted August 17, 2019 I found the solution: in an 'On Clicked' i entered a 'Lua User code': inputtest.Choices = {"Test1", "Test8", "Test9"} where [inputtest] is a manually entered Identifier of the created Input: result in my 'On clicked' action: ====>>>> Quote Link to comment
+Speurneuz Posted August 28, 2019 Share Posted August 28, 2019 How can i pick up a specific item thats in a location when i enter that location using lua? I tried: if m1.Location==CurrentLocation then m1.Location = Player end whgere m1 is an item. Many thanks!! I'm stuck Quote Link to comment
+Vooruit! Posted September 18, 2019 Share Posted September 18, 2019 Items don't know their location. I'm kind of out of the loop where developing Wherigos go, but my first bet is: you could use Player.InsideOfZones to get a list of zones the player is in, and then iterate over the zones and use Contains to iterate over the items in each zone. Quote Link to comment
Nascimento Posted October 10, 2019 Share Posted October 10, 2019 Why can't I get response from urwigo.cz? The site is down? Quote Link to comment
Nascimento Posted October 10, 2019 Share Posted October 10, 2019 I am trying to install urwigo builder and I get an error because the connection to the site is broken. Quote Link to comment
+ramieh Posted October 10, 2019 Share Posted October 10, 2019 Hello folks, the https certificate ran out in June 2019. Hello Urwigo owners, please do us a favor and extend your certificate. Quote Link to comment
K-and-K Posted November 11, 2019 Share Posted November 11, 2019 Does anyone use Urwigo anymore, I am trying use it but can't upload anything to the server anymore. The website doesn't have a version for windows 8.1 as far as I can see. I think I was able to us windows XP on a 32 bit O/S, but don't believe I was able to create one since I have been using a 64 bit O/S like windows 8.1 pro Quote Link to comment
+A Team Vallejo Posted March 14, 2020 Share Posted March 14, 2020 So I can build the the cartridge but I cant test it it comes up with a blank page and only menu in the upper left if I try to click it it kick me out Im using windows 10 its been a while my computer hard drive crashed and I have not created any in a year Quote Link to comment
+mc3cats Posted April 4, 2020 Share Posted April 4, 2020 Does anyone know if there is a tutorial in written format for Urwigo? I have only seen YouTube videos which there are only a couple. Thanks! Quote Link to comment
+Forest-Ghost Posted April 4, 2020 Share Posted April 4, 2020 There is a large tutorial for urwigo, but it is unfortunately in German. If you goto the urwigo website they also have a "Tutorial for beginners." You'll have to use google translate to read it. If you open the page in google chrome this will be done automatically. I have used both urwigo and earwigo and I really prefer urwigo. I find the graphical layout in urwigo a little easier to use. A couple things that I found helpful when I was first learning to code was the Landon Smith youtube tutorials. Another thing you might try out is importing a Wherigo kit cartridge or other open source cartridges into urwigo and try and follow through all of the events in the cartridge. The J2B2 cartridges make for a great learning experience and I believe they are almost all open source. Wherigo can be a bit of a puzzle at first, but it can also be extremely addictive and rewarding as well. 1 Quote Link to comment
+Superhero76 Posted April 12, 2020 Share Posted April 12, 2020 Urwigo on MAC ? possible or not ? Thanks for the community reply Quote Link to comment
+Tungstène Posted April 12, 2020 Share Posted April 12, 2020 2 hours ago, Superhero76 said: Urwigo on MAC ? possible or not ? Thanks for the community reply Possible. You're welcome. Quote Link to comment
+Tungstène Posted April 12, 2020 Share Posted April 12, 2020 2 minutes ago, Tungstène said: Possible. https://www.pcmag.com/news/how-to-run-windows-on-a-mac Quote Link to comment
+ecanderson Posted April 15, 2020 Share Posted April 15, 2020 Unable to get any map view. Installed a previously built sample cartridge from the Urwigo site, and it starts only with Bing as an option. I tried to add OSM per the explanation about map tile additions, but still have no map showing for the zones in the cartridge. Quote Link to comment
+Der Wald-Pirat Posted April 17, 2020 Share Posted April 17, 2020 Hallo! Please help me! How can I display Czech letters? Á á Č č Ď ď É é Ě ě Í í Ň ň Ó ó Ř ř Š š Ť ť Ú ú Ů ů Ý ý Ž ž Quote Link to comment
+Elwood_BE Posted May 19, 2020 Share Posted May 19, 2020 Is there somewhere an explanation on how can be used the "current objects" section of Urwigo. It doesn't work as I expected. For example: I have 10 zones and I want to deactivate each of them when the player is inside. The best way for me is to execute the same function in each of 'on enter' and in the function make a currentZone.active = false but it doesn't work. The other solution is to set a variable containing the zone name before calling the function but it means create a huge if/else as I cannot create a variable that points to a zone. The example is with zones but it's the same with currentItem. Quote Link to comment
Ranger Fox Posted May 20, 2020 Share Posted May 20, 2020 If you used the builder's UI for that, you'd need to set up OnEnter or OnProximitiy events for each of the zones, then set that particular zone's Active state to false. Instead of using "currentZone", just use a reference to the zone itself. For example, if you have a zone called zoneFluffyKittenTeaParty, instead of setting currentZone.Active = false, you'd set zoneFluffyKittenTeaParty.Active = false in your event. (Hopefully, the zone name got a chuckle. It's a reference to Steven Brust's Vlad Taltos character.) Even taking the direct code way, there's no easier way to do this. Sure, you can have one function that iterates through all zones in the cartridge and creates an event for each zone that will perform this action, but then you have the problem of this being set for all zones (or those matching a certain name or other property filter). Quote Link to comment
+makgonz Posted August 3, 2020 Share Posted August 3, 2020 ok so I know how to make zones. but how do I make a timed game where they start somewhere and get to a certain point? Quote Link to comment
Ranger Fox Posted August 3, 2020 Share Posted August 3, 2020 There should be a timer object. Once you create that timer object, you can start it within the zone's Enter event. You can then put what happens when the timer expires within the timer's tick event. That's the summary. (I'm not on my private machine at the moment, so can't follow it up with screen shots.) Quote Link to comment
+makgonz Posted August 4, 2020 Share Posted August 4, 2020 7 hours ago, Ranger Fox said: There should be a timer object. Once you create that timer object, you can start it within the zone's Enter event. You can then put what happens when the timer expires within the timer's tick event. That's the summary. (I'm not on my private machine at the moment, so can't follow it up with screen shots.) A screenshot would be awesome Quote Link to comment
+javilo99 Posted August 29, 2020 Share Posted August 29, 2020 I have been some time building a cartridge in Urwigo, but I have some crashes and bugs. Everything was okey, but, at this point, in some inputs or options like (not equal to) the app crashes and I can't do anything. I'm running it on Windows 10, is there anything I can do to continue my project and have less bugs? Quote Link to comment
+terratin Posted September 27, 2020 Share Posted September 27, 2020 So I thought I do it properly and followed a tutorial step by step. I can't run it! It doesn't matter if I try to run what I created or a cartridge from someone else. Every time I get the same error message upon hitting F5. Any idea what I'm doing wrong? Quote Link to comment
+javilo99 Posted September 27, 2020 Share Posted September 27, 2020 (edited) 28 minutes ago, terratin said: So I thought I do it properly and followed a tutorial step by step. I can't run it! It doesn't matter if I try to run what I created or a cartridge from someone else. Every time I get the same error message upon hitting F5. Any idea what I'm doing wrong? That's the same issue I had last week... By the moment I haven't fixed it, but I don't know why this happens... Edited September 27, 2020 by javilo99 Quote Link to comment
+terratin Posted September 27, 2020 Share Posted September 27, 2020 4 minutes ago, javilo99 said: That's the same issue I had last week... By the moment I haven't fixed it, but I don't know why this happens... Hmm.. is there a new version of the software that might be causing this? When did you update yours? I just looked through the code in the file I created in notepad++. The lines mentioned in the error message refer to opening tags, closing tags, and other random things. That the error message refers to Utf8 made me wonder first if I used letters that I could not. But that's not the issue. Maybe the whole software is not compatible with my computer one way or another. Quote Link to comment
+javilo99 Posted September 27, 2020 Share Posted September 27, 2020 2 minutes ago, terratin said: Hmm.. is there a new version of the software that might be causing this? When did you update yours? I just looked through the code in the file I created in notepad++. The lines mentioned in the error message refer to opening tags, closing tags, and other random things. That the error message refers to Utf8 made me wonder first if I used letters that I could not. But that's not the issue. Maybe the whole software is not compatible with my computer one way or another. Nop, I didn't update the app... I just creating the cartridge and that error couldn't let me create any run or .gwc file, so I had to upload it to the Wherigo website to download the cartridge and everything was fine... Quote Link to comment
+terratin Posted September 27, 2020 Share Posted September 27, 2020 Hmm.. ok, I think this is a few steps ahead of my knowledge at the moment. I only have a .urwigo file at the moment, and can't compile it, but safe it in .gwz format, and via the website compile it to a .gwc file. Not sure what it means though. Quote Link to comment
+Vooruit! Posted September 28, 2020 Share Posted September 28, 2020 If you wouldn't mind sharing it, I'll be happy to have a look at it. Quote Link to comment
+terratin Posted September 28, 2020 Share Posted September 28, 2020 22 minutes ago, Vooruit! said: If you wouldn't mind sharing it, I'll be happy to have a look at it. Thanks a lot. I'll have a look if it's small enough for the message centre. I also just checked whether I have a new enough version of .net Framework installed, and it looks like 3.5 (plus newer) is installed. That's not it either. Quote Link to comment
+terratin Posted September 28, 2020 Share Posted September 28, 2020 Things are getting more and more curious. My small file runs on another computer. So the issue seems to be specific to my computer. Hmm.. Quote Link to comment
+javilo99 Posted September 28, 2020 Share Posted September 28, 2020 2 minutes ago, terratin said: Things are getting more and more curious. My small file runs on another computer. So the issue seems to be specific to my computer. Hmm.. Have the same issue, if I connect to a virtual pc of my uni, everything goes great, even though, at my computer, in some inputs (with a huge programming and a lot of options) the app crashed and I cannot even see the code... On the other computer, I was able to work and change almost everything.. Quote Link to comment
+terratin Posted September 28, 2020 Share Posted September 28, 2020 Really odd. Vooruit! can run my little testproject without problems. So I quickly clicked another testproject together, this time with no images at all. Result is the same, and the errors are in exactly the same line of code. (new error message attached), which again don't seem to refer to anything useful in the code itself. The same error message that pops up when I open an open source cartridge and try to safe it in order to run it. It's something odd on my computer. Unfortunately I don't have another machine to try this on. Or rather, it doesn't sound like a good idea to install non-approved software on my work computer. Guess it's time to find out if the maker of this programme spreaks English well enough Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.