Jump to content

Kimball

WFG Retired
  • Posts

    1.621
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Kimball

  1. Yeah I figured that one out soon after I posted. In that case, what does the error mean? Is my SpiderMonkey library corrupt/should I check out a new one?
  2. I had a pretty great one going, and then I accidentally dragged the window to resize it, which on a Mac, is an instant crash.
  3. We want to have some implementation of all features by the time Beta rolls around. It probably won't happen in Alpha 9, but it will be in an Alpha release.
  4. I still get the same error messages when I try to build the game though. I just happen to have gotten it all to work once, and now I'm finally able to use the build I have (from December 25th).
  5. Attention all: I am hereby declaring myself the dumbest person to ever download 0 A.D. My camera didn't work because I was using an old version of default.cfg. The new camera settings hadn't been defined yet. At this point, you are free to ridicule me if you so choose.
  6. I'm not the right person to give you an estimate like that. If you're ever curious about what might turn up in the next release, this is a good place to start: http://trac.wildfiregames.com/report/3
  7. This would be a nice option to be able to turn on and off. Sounds like something that belongs on the back burner, but a useful feature nonetheless. Try fraps. It's free and easy to use (despite the watermark).
  8. Considering that neither barracks, fortresses, nor the ability to build a forward CC are available in the Village phase of gameplay, that alone will slow these times considerably. The victory conditions (and resignation conditions) could be reconsidered to speed up the process of defeating an AI enemy, but defeating an enemy on a large map like Oasis in 8 minutes shouldn't really be possible at all, realistically.
  9. I see two images and a zip file too. Perhaps there are some screwed up permissions in this forum.
  10. God forbid this game be challenging.
  11. I do have Firefox, but I never use it so it's very likely outdated. Checked: version 3.6.7 Since I never use it, should I just delete it? I only use it when I'm developing websites and need to check for compatibility.
  12. It looks like he was right, it was some sort of permission error. I went into /binaries/system and apparently all of the files had admin permissions set to Read Only. After setting all of the permissions straight however, I still get this: ... app_hooks.cpp In file included from /opt/local/include/boost/functional/hash/extensions.hpp:17, from /opt/local/include/boost/functional/hash/hash.hpp:535, from /opt/local/include/boost/functional/hash.hpp:6, from ../../../source/lib/path.h:41, from ../../../source/lib/os_path.h:26, from ../../../source/lib/app_hooks.h:94, from ../../../source/lib/app_hooks.cpp:28: /opt/local/include/boost/detail/container_fwd.hpp:120:9: warning: "BOOST_CLANG" is not defined Linking gui Linking lowlevel /usr/bin/ranlib: can't set the modifiy times in output file: ../../../binaries/system/libgui.a (Operation not permitted) ar: internal ranlib command failed make[1]: *** [../../../binaries/system/libgui.a] Error 1 make: *** [gui] Error 2 Full output: http://pastebin.com/xNenr5Vk Edit: It's weird, every time I run make I get a different error. Got this one just now: In file included from /opt/local/include/boost/unordered/detail/equivalent.hpp:16, from /opt/local/include/boost/unordered/unordered_map.hpp:18, from /opt/local/include/boost/unordered_map.hpp:16, from ../../../source/simulation2/Simulation2.h:28, from ../../../source/graphics/tests/../../../source/graphics/tests/test_LOSTexture.h:22, from ../../../source/graphics/tests/test_LOSTexture.cpp:14: /opt/local/include/boost/unordered/detail/extract_key.hpp:54:5: warning: "BOOST_UNORDERED_USE_RV_REF" is not defined make[1]: *** [obj/test_Release/test_LOSTexture.o] Error 1 make: *** [test] Error 2 Edit 2: I took your advice and did a clean build. I got the same error as above (the one related to LOSTexture.o). It's long as hell, but here's the full output from Terminal: http://pastebin.com/ZRQbhnBh
  13. I'm not sure if this indicates that my libraries are out of date, because other people on Lion have been able to get the game to build and run fine, but I'm still running into problems. /opt/local/include/boost/detail/container_fwd.hpp:120:9: warning: "BOOST_CLANG" is not defined In file included from /opt/local/include/boost/unordered/unordered_map.hpp:17, from /opt/local/include/boost/unordered_map.hpp:16, from ../../../source/simulation2/Simulation2.h:28, from ../../../source/simulation2/Simulation2.cpp:20: /opt/local/include/boost/unordered/detail/allocator_helpers.hpp:29:5: warning: "BOOST_UNORDERED_USE_ALLOCATOR_TRAITS" is not defined /opt/local/include/boost/unordered/detail/allocator_helpers.hpp:193:5: warning: "BOOST_UNORDERED_USE_ALLOCATOR_TRAITS" is not defined In file included from /opt/local/include/boost/unordered/detail/equivalent.hpp:16, from /opt/local/include/boost/unordered/unordered_map.hpp:18, from /opt/local/include/boost/unordered_map.hpp:16, from ../../../source/simulation2/Simulation2.h:28, from ../../../source/simulation2/Simulation2.cpp:20: /opt/local/include/boost/unordered/detail/extract_key.hpp:54:5: warning: "BOOST_UNORDERED_USE_RV_REF" is not defined Linking simulation2 /usr/bin/ranlib: can't set the modifiy times in output file: ../../../binaries/system/libsimulation2.a (Operation not permitted) ar: internal ranlib command failed make[1]: *** [../../../binaries/system/libsimulation2.a] Error 1 make: *** [simulation2] Error 2 Full output: http://pastebin.com/hnEs5EnA Here's some system info: OS: Mac OSX 10.6.5 HW: MacBook Pro (15-inch, Mid 2009) 2.8 GHz 4 GB RAM NVIDIA GeForce 9400M & 9600M GT 64-bit kernel enabled GV: Alpha VIII Custom Build (r10842) Side note, if I do 'make config=RELEASE', the game builds just fine, but I run into a slightly different issue. The game fails to create a camera (as evidenced by the lack of a camera on the minimap). I can still rotate the camera with Q and E, and when I hit the idle worker button, a unit is selected, but I still can't see anything. Also, Atlas starts like this (but the ActorViewer works perfectly fine). Sometimes it's yellow, sometimes it's black but it's always small (and resizes to fullscreen once I select another window pane, like the entity selector, but remains black like it is in game): Every once in a while, I will be able to see the map in Atlas (I don't know why it works sometimes, but usually doesn't), but I can't modify the map at all. I can zoom in and out, rotate the camera etc., but I can't place objects or see a brush on the terrain for painting terrain or modifying height. I've checked mainlog.html and no errors were documented. I also checked the Console and the only things from pyrogenesis are these two lines: 1/4/12 5:29:26.558 PM pyrogenesis: CPSGetCurrentProcess(): This call is deprecated and should not be called anymore. 1/4/12 5:29:26.558 PM pyrogenesis: CPSSetForegroundOperationState(): This call is deprecated and should not be called anymore.
  14. Well since we've treated our followers on Twitter and ModDB to some screenshots of our latest content over the last week and a half, we figured we might as well post some of the new stuff here for you guys. It's been a long time... Edge of the City by MrEmjer To keep up to date with our latest progress, follow us on Twitter or ModDB!* *For best results, use both.
  15. Scion Development's twitter account is a good place to see what we're up to from time to time.
  16. Looks like it'd be hard, but I like it. Nice idea! It probably loads quicker than Catabarian Highlands because there are fewer trees and such.
  17. That appears to be a typo. The project has thankfully advanced a little since our initial debut almost a year ago. We may have used 'celt' as our civ code for our demo release for simplicity's sake then, but all of our sim files now use 'chin' as the civ code. Adding a new json file was all we needed to add China as a faction, giving them a civ profile (http://media.moddb.com/images/mods/1/17/16770/civprofile.1.jpg), validating 'chin' as a civ code and defining a faction emblem for when the player is using them. I'm not sure about selecting them for random maps, as at the time, that wasn't really possible with the present state of the game. Perhaps now we would have had to include them in the Identity.js file (which, as you said, would prevent you from using multiple faction mods simultaneously), which would mean we would need to invent a more intuitive way of adding new factions to that list (perhaps automatically populating that list using available json files?).
  18. Just to set the record straight here, Rise of the East does not replace any current faction (even with the current implementation of mod support), and no mod needs to. It will be simpler in the future, but currently there is one aspect that is "hard-coded." There are two ways of installing the Chinese civilization. Because there are two folders that are automatically recognized by the game (public and internal, hence "hard-coded"), you can download the mod and rename the folder to internal and the game will load the data. Alternatively, if you've got the binaries and not a compiled version, you can run the following script to load any mod folder: ./pyrogenesis -mod=FOLDERNAME This is only necessary for team members who already have an internal folder anyway. In the future, we plan to have the game recognize any and all folders in the mods folder and allow you through a simple GUI prompt to load or disable certain folders to your liking. I'd like this to happen sooner rather than later, but alas, I'm somewhat biased on the matter. Hope that clears things up.
  19. Nope, that's just me misunderstanding the state of the game. This should also cause any female citizens to garrison in the nearest building. I'm sick of my women dying.
  20. About 560 people apparently. But it's split into three files (binary, source and data), so I'm guessing it's from this thread.
  21. I'm definitely in support of this option but until we have random maps with interchangeable factions, this won't be possible. Look forward to this in the future though.
  22. I have your binaries (pyrogenesis.app and ActorEditor.app) in my system folder. Everything else is the latest data from the private SVN repo. I don't think the error I'm getting is related to your binaries because I have the same problem with the ones I built on my system. I'm still having trouble diagnosing the problem, but I know it has something to do with the camera. One time I was able to see the map in Atlas but I couldn't edit anything in it. I'm not sure why it worked that one time.
  23. Thanks for the binaries, Aleksandar! I still get this black screen error with his binaries, so I'm starting to think it has something to do with my computer. Any way to troubleshoot it?
×
×
  • Create New...