Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Pages: 1 ... 107 108 [109] 110 111 ... 710

Author Topic: Misc modding questions that are too minor to warrant their own thread  (Read 1721459 times)

sarducardun

  • Commander
  • ***
  • Posts: 120
  • Welcome the angel of death
    • View Profile
Re: Misc modding questions that are too minor to warrant their own thread
« Reply #1620 on: May 27, 2014, 02:11:42 AM »

Hey guys, I'm trying to start spriting but using GIMP 2.0 there is no way to create a 'circle 10' tool (the size of a small mount base) or any other even circle, which makes my chosen faction style a massive pain. I'm wondering if there is a free tool out there with even circles or any other tools I should try for SS sprites before settling?
Logged

Debido

  • Admiral
  • *****
  • Posts: 1183
    • View Profile
Re: Misc modding questions that are too minor to warrant their own thread
« Reply #1621 on: May 27, 2014, 02:18:22 AM »

Hey guys, I'm trying to start spriting but using GIMP 2.0 there is no way to create a 'circle 10' tool (the size of a small mount base) or any other even circle, which makes my chosen faction style a massive pain. I'm wondering if there is a free tool out there with even circles or any other tools I should try for SS sprites before settling?

Try a circular mask?
Logged

kazi

  • Admiral
  • *****
  • Posts: 714
    • View Profile
Re: Misc modding questions that are too minor to warrant their own thread
« Reply #1622 on: May 27, 2014, 02:27:56 AM »

Use the circle select tool, create a selection of any size, edit the selection size manually to 10x10 in the tool dialog box (lower left corner for me), fill in circle with desired color or go to 'Edit->Stroke Selection' to create a circular line.
Logged

Tecrys

  • Admiral
  • *****
  • Posts: 596
  • repair that space elevator!
    • View Profile
Re: Misc modding questions that are too minor to warrant their own thread
« Reply #1623 on: May 27, 2014, 02:29:09 AM »

I would recommend to copy/paste the vanilla mounts or to create a seperate image with the cutout vanilla mount which you could customize for your faction and then take it as a template.

On the other hand you could use Paint to draw circles and import these into Gimp.

I do agree that Gimp might be difficult to get used to but as soon as you get the hang of it it is a very powerful tool.
Logged
Symbiotic Void Creatures 0.5.0-alpha for 0.97a is out
https://fractalsoftworks.com/forum/index.php?topic=28010.0

sarducardun

  • Commander
  • ***
  • Posts: 120
  • Welcome the angel of death
    • View Profile
Re: Misc modding questions that are too minor to warrant their own thread
« Reply #1624 on: May 27, 2014, 02:43:37 AM »

Well stroke selection refuses to make a ten px circle as well. :(
@ Tecrys, that was my initial idea but my weapons will be orbs, meaning they will need to be the same size or a twelve to work comfortably. Those orbs need dodging with increasingly smaller circles to make a rounded finish (quickly), then I need circular glows, also requiring even circles to centre on the mount effectively. All other weapon sizes have the same problem. Basically I want to be constantly using 'even' circles and gimp doesn't do any. :(
I could do it but it will take ages, I'm hoping there are easier tools.

Logged

Tecrys

  • Admiral
  • *****
  • Posts: 596
  • repair that space elevator!
    • View Profile
Re: Misc modding questions that are too minor to warrant their own thread
« Reply #1625 on: May 27, 2014, 03:33:30 AM »

Make 'em with paint and import them into Gimp when they are finished.
Logged
Symbiotic Void Creatures 0.5.0-alpha for 0.97a is out
https://fractalsoftworks.com/forum/index.php?topic=28010.0

sarducardun

  • Commander
  • ***
  • Posts: 120
  • Welcome the angel of death
    • View Profile
Re: Misc modding questions that are too minor to warrant their own thread
« Reply #1626 on: May 27, 2014, 04:08:06 AM »

Ok then, paint it is, Thanks guys.
Logged

Thaago

  • Global Moderator
  • Admiral
  • *****
  • Posts: 7214
  • Harpoon Affectionado
    • View Profile
Re: Misc modding questions that are too minor to warrant their own thread
« Reply #1627 on: May 27, 2014, 08:31:00 AM »

Gimp totally does uniform circles. Just hold down shift when using the oval select and it will snap to a circle. The bottom left corner of the image window will have the pixel count. It may be a different button on your computer, but its shift on mine.

It can be a pain to learn it, but Gimp can do anything.
Logged

xenoargh

  • Admiral
  • *****
  • Posts: 5078
  • naively breaking things!
    • View Profile
Re: Misc modding questions that are too minor to warrant their own thread
« Reply #1628 on: May 29, 2014, 08:08:50 PM »

Silly question:

Is the top of the map at engine.getMapHeight() / 2  or engine.getMapHeight() / -2 ?

Got the answer (sorry, kind of a space cadet today, work was fun, lol).  Positive Y is the top of the map.
« Last Edit: May 29, 2014, 08:10:58 PM by xenoargh »
Logged
Please check out my SS projects :)
Xeno's Mod Pack

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24118
    • View Profile
Re: Misc modding questions that are too minor to warrant their own thread
« Reply #1629 on: May 29, 2014, 08:30:32 PM »

Yep. Everything in the game uses the standard coordinate system, i.e. left to right and bottom to top.
Logged

Uomoz

  • Admiral
  • *****
  • Posts: 2663
  • 'womo'dz
    • View Profile
Re: Misc modding questions that are too minor to warrant their own thread
« Reply #1630 on: June 02, 2014, 09:13:49 AM »

I'm unable to spawn a floating text:

Vector2f playerShipLoc = engine.getPlayerShip().getLocation();
engine.addFloatingText(playerShipLoc, "test", 20f, Color.red, engine.getPlayerShip(), 1f, 2f);
engine.addHitParticle(playerShipLoc, playerShipLoc, 5, 1, 1, Color.yellow);

This correctly spawns a particle on the ship, but never spawns a floating text. Am I doing something wrong?
Logged

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24118
    • View Profile
Re: Misc modding questions that are too minor to warrant their own thread
« Reply #1631 on: June 02, 2014, 11:35:37 AM »

This looks right to me. I just tried adding it to a test combat plugin, and it spawned the text.
Logged

Thaago

  • Global Moderator
  • Admiral
  • *****
  • Posts: 7214
  • Harpoon Affectionado
    • View Profile
Re: Misc modding questions that are too minor to warrant their own thread
« Reply #1632 on: June 02, 2014, 05:43:18 PM »

I think I'm doing something really dumb - help me out?

I had a working ship that I was testing - everything worked fine, but I thought it was too small. I resized the sprite, and also cropped off some superfluous transparent pixels at one border. I then redid the .ship file using trylobots editor, setting new bounds, weapons, and engines.

However, in game all of the weapons and engines are wrong! I've double checked that the sprite and .ship files got changed correctly. The editor loads the image and .ship just fine, and everything is in the right spot.

Is there any way the game is using a cached version of the .ship file? Its pretty much the only reason I can think of for this happening.
Logged

Debido

  • Admiral
  • *****
  • Posts: 1183
    • View Profile
Re: Misc modding questions that are too minor to warrant their own thread
« Reply #1633 on: June 02, 2014, 06:37:27 PM »

I'm aware that it saves variants under /saves/missions

This can cause issues. Delete them.
Logged

Uomoz

  • Admiral
  • *****
  • Posts: 2663
  • 'womo'dz
    • View Profile
Re: Misc modding questions that are too minor to warrant their own thread
« Reply #1634 on: June 02, 2014, 06:43:02 PM »

This looks right to me. I just tried adding it to a test combat plugin, and it spawned the text.

Oh my. Forgot I disabled the floating text inside the options menu xD.

Derp.
Logged
Pages: 1 ... 107 108 [109] 110 111 ... 710